class
#include <bn_rect_window_actions.h>
rect_window_move_top_to_action Modifies the position of the top boundary of a rect_
Base classes
-
template<typename Value, typename Property, class PropertyManager>class to_value_template_action<rect_window, fixed, rect_window_top_manager>
- Modifies the property of a value until it has a given state.
Constructors, destructors, conversion operators
-
rect_window_move_top_to_action(rect_
window window, int duration_updates, fixed final_top) - Constructor.
Public functions
-
auto window() const -> rect_
window - Returns the rect_
window to modify. - auto final_top() const -> fixed
- Returns the position of the top boundary of the given rect_
window when the action is updated the given number of times.
Function documentation
bn:: rect_window_move_top_to_action:: rect_window_move_top_to_action(rect_ window window,
int duration_updates,
fixed final_top)
Constructor.
Parameters | |
---|---|
window | rect_ |
duration_updates | Number of times that the action must be updated until the position of the top boundary of the given rect_ |
final_top | Position of the top boundary of the given rect_ |