sp_direct_bitmap_bg_vertical_flip_toggle_action class
#include <bn_sp_direct_bitmap_bg_actions.h>
Toggles if a sp_
Base classes
-
template<typename Value, class PropertyManager>class bool_toggle_value_template_action<sp_direct_bitmap_bg_ptr, sp_direct_bitmap_bg_vertical_flip_manager>
- Toggles a boolean property of a value when the action is updated a given number of times.
Constructors, destructors, conversion operators
-
sp_direct_bitmap_bg_vertical_flip_toggle_action(const sp_
direct_ bitmap_ bg_ ptr& bg, int duration_updates) - Constructor.
-
sp_direct_bitmap_bg_vertical_flip_toggle_action(sp_
direct_ bitmap_ bg_ ptr&& bg, int duration_updates) - Constructor.
Public functions
-
auto bg() const -> const sp_
direct_ bitmap_ bg_ ptr& - Returns the sp_
direct_ bitmap_ bg_ ptr to modify.
Function documentation
bn:: sp_direct_bitmap_bg_vertical_flip_toggle_action:: sp_direct_bitmap_bg_vertical_flip_toggle_action(const sp_ direct_ bitmap_ bg_ ptr& bg,
int duration_updates)
Constructor.
| Parameters | |
|---|---|
| bg | sp_ |
| duration_updates | How many times the action has to be updated to toggle if the given sp_ |
bn:: sp_direct_bitmap_bg_vertical_flip_toggle_action:: sp_direct_bitmap_bg_vertical_flip_toggle_action(sp_ direct_ bitmap_ bg_ ptr&& bg,
int duration_updates)
Constructor.
| Parameters | |
|---|---|
| bg | sp_ |
| duration_updates | How many times the action has to be updated to toggle if the given sp_ |