bn::inside_window_visible_toggle_action class

Toggles if a inside_window must be committed to the GBA or not when the action is updated a given number of times.

Base classes

template<typename Value, class PropertyManager>
class bool_toggle_value_template_action<inside_window, inside_window_visible_manager>
Toggles a boolean property of a value when the action is updated a given number of times.

Constructors, destructors, conversion operators

inside_window_visible_toggle_action(inside_window window, int duration_updates)
Constructor.

Public functions

auto window() const -> inside_window
Returns the inside_window to modify.

Function documentation

bn::inside_window_visible_toggle_action::inside_window_visible_toggle_action(inside_window window, int duration_updates)

Constructor.

Parameters
window inside_window to modify.
duration_updates How much times the action has to be updated to toggle if the given inside_window must be committed to the GBA or not.