class
affine_bg_mat_attributes_hbe_ptrstd::shared_ptr like smart pointer that retains shared ownership of a H-Blank effect which changes the attributes which define the position and the transformation matrix of an affine_
Public static functions
-
static auto create(const affine_
bg_ ptr& bg, const span<const affine_ bg_ mat_ attributes>& attributes_ref) -> affine_ bg_ mat_ attributes_ hbe_ ptr - Creates an affine_
bg_ mat_ attributes_ hbe_ ptr which changes the attributes which define the position and the transformation matrix of an affine_ bg_ ptr in each screen horizontal line. -
static auto create_optional(const affine_
bg_ ptr& bg, const span<const affine_ bg_ mat_ attributes>& attributes_ref) -> optional<affine_ bg_ mat_ attributes_ hbe_ ptr> - Creates an affine_
bg_ mat_ attributes_ hbe_ ptr which changes the attributes which define the position and the transformation matrix of an affine_ bg_ ptr in each screen horizontal line.
Public functions
- auto id() const -> int
- Returns the internal id.
- auto visible() const -> bool
- Indicates if this H-Blank effect must be committed to the GBA or not.
- void set_visible(bool visible)
- Sets if this H-Blank effect must be committed to the GBA or not.
-
auto bg() const -> const affine_
bg_ ptr& - Returns the affine_
bg_ ptr modified by this H-Blank effect. -
auto attributes_ref() const -> span<const affine_
bg_ mat_ attributes> - Returns the referenced array of 160 affine_
bg_ mat_ attributes objects to set to the given affine_ bg_ ptr in each screen horizontal line. -
void set_attributes_ref(const span<const affine_
bg_ mat_ attributes>& attributes_ref) - Sets the reference to an array of 160 affine_
bg_ mat_ attributes objects to set to the given affine_ bg_ ptr in each screen horizontal line. - void reload_attributes_ref()
- Rereads the content of the referenced attributes to set to the given affine_
bg_ ptr in each screen horizontal line. -
void swap(affine_
bg_ mat_ attributes_ hbe_ ptr& other) - Exchanges the contents of this affine_
bg_ mat_ attributes_ hbe_ ptr with those of the other one.
Friends
-
void swap(affine_
bg_ mat_ attributes_ hbe_ ptr& a, affine_ bg_ mat_ attributes_ hbe_ ptr& b) - Exchanges the contents of an affine_
bg_ mat_ attributes_ hbe_ ptr with those of another one. -
auto operator==(const affine_
bg_ mat_ attributes_ hbe_ ptr& a, const affine_ bg_ mat_ attributes_ hbe_ ptr& b) -> bool - Equal operator.
-
auto operator!=(const affine_
bg_ mat_ attributes_ hbe_ ptr& a, const affine_ bg_ mat_ attributes_ hbe_ ptr& b) -> bool - Not equal operator.
Function documentation
static affine_ bg_ mat_ attributes_ hbe_ ptr bn:: affine_bg_mat_attributes_hbe_ptr:: create(const affine_ bg_ ptr& bg,
const span<const affine_ bg_ mat_ attributes>& attributes_ref)
Creates an affine_
Parameters | |
---|---|
bg | affine_ |
attributes_ref | Reference to an array of 160 affine_ |
Returns | The requested affine_ |
The attributes are not copied but referenced, so they should outlive affine_
static optional<affine_ bg_ mat_ attributes_ hbe_ ptr> bn:: affine_bg_mat_attributes_hbe_ptr:: create_optional(const affine_ bg_ ptr& bg,
const span<const affine_ bg_ mat_ attributes>& attributes_ref)
Creates an affine_
Parameters | |
---|---|
bg | affine_ |
attributes_ref | Reference to an array of 160 affine_ |
Returns | The requested affine_ |
The attributes are not copied but referenced, so they should outlive affine_
span<const affine_ bg_ mat_ attributes> bn:: affine_bg_mat_attributes_hbe_ptr:: attributes_ref() const
Returns the referenced array of 160 affine_
The attributes are not copied but referenced, so they should outlive affine_
void bn:: affine_bg_mat_attributes_hbe_ptr:: set_attributes_ref(const span<const affine_ bg_ mat_ attributes>& attributes_ref)
Sets the reference to an array of 160 affine_
The attributes are not copied but referenced, so they should outlive affine_
void bn:: affine_bg_mat_attributes_hbe_ptr:: reload_attributes_ref()
Rereads the content of the referenced attributes to set to the given affine_
The attributes are not copied but referenced, so they should outlive affine_
void bn:: affine_bg_mat_attributes_hbe_ptr:: swap(affine_ bg_ mat_ attributes_ hbe_ ptr& other)
Exchanges the contents of this affine_
Parameters | |
---|---|
other | affine_ |
void swap(affine_ bg_ mat_ attributes_ hbe_ ptr& a,
affine_ bg_ mat_ attributes_ hbe_ ptr& b)
Exchanges the contents of an affine_
Parameters | |
---|---|
a | First affine_ |
b | Second affine_ |
bool operator==(const affine_ bg_ mat_ attributes_ hbe_ ptr& a,
const affine_ bg_ mat_ attributes_ hbe_ ptr& b)
Equal operator.
Parameters | |
---|---|
a | First affine_ |
b | Second affine_ |
Returns | true if the first affine_false . |
bool operator!=(const affine_ bg_ mat_ attributes_ hbe_ ptr& a,
const affine_ bg_ mat_ attributes_ hbe_ ptr& b)
Not equal operator.
Parameters | |
---|---|
a | First affine_ |
b | Second affine_ |
Returns | true if the first affine_false . |