bn::rect_window_move_left_to_action class

Modifies the position of the left boundary of a rect_window until it has a given state.

Base classes

template<typename Value, typename Property, class PropertyManager>
class to_value_template_action<rect_window, fixed, rect_window_left_manager>
Modifies the property of a value until it has a given state.

Constructors, destructors, conversion operators

rect_window_move_left_to_action(rect_window window, int duration_updates, fixed final_left)
Constructor.

Public functions

auto window() const -> rect_window
Returns the rect_window to modify.
auto final_left() const -> fixed
Returns the position of the left boundary of the given rect_window when the action is updated the given number of times.

Function documentation

bn::rect_window_move_left_to_action::rect_window_move_left_to_action(rect_window window, int duration_updates, fixed final_left)

Constructor.

Parameters
window rect_window to modify.
duration_updates Number of times that the action must be updated until the position of the left boundary of the given rect_window is equal to final_left.
final_left Position of the left boundary of the given rect_window when the action is updated duration_updates times.