class
#include <bn_rect_window_actions.h>
rect_window_move_bottom_right_by_action Modifies the position of the bottom-right corner of a rect_
Base classes
-
template<typename Value, typename Property, class PropertyManager>class by_value_template_action<rect_window, fixed_point, rect_window_bottom_right_manager>
- Modifies the property of a value by a given delta.
Constructors, destructors, conversion operators
-
rect_window_move_bottom_right_by_action(rect_
window window, fixed delta_bottom, fixed delta_right) - Constructor.
-
rect_window_move_bottom_right_by_action(rect_
window window, const fixed_ point& delta_bottom_right) - Constructor.
Public functions
-
auto window() const -> rect_
window - Returns the rect_
window to modify. -
auto delta_bottom_right() const -> const fixed_
point& - Returns how much to add to the position of the bottom-right corner of the given rect_
window when the action is updated.
Function documentation
bn:: rect_window_move_bottom_right_by_action:: rect_window_move_bottom_right_by_action(rect_ window window,
fixed delta_bottom,
fixed delta_right)
Constructor.
Parameters | |
---|---|
window | rect_ |
delta_bottom | How much to add to the position of the bottom boundary of the given rect_ |
delta_right | How much to add to the position of the right boundary of the given rect_ |
bn:: rect_window_move_bottom_right_by_action:: rect_window_move_bottom_right_by_action(rect_ window window,
const fixed_ point& delta_bottom_right)
Constructor.
Parameters | |
---|---|
window | rect_ |
delta_bottom_right | How much to add to the position of the bottom-right corner of the given rect_ |