#include <PositionEventArgs.h>
Public Member Functions | |
| virtual | ~PositionEventArgs (void) |
| PositionEventArgs (faces::Face *face, const ml7::Vector2 &old_position, const ml7::Vector2 &new_position, const ml7::Vector2 &old_size, const ml7::Vector2 &new_size) | |
| const ml7::Vector2 & | GetOldPosition () const |
| const ml7::Vector2 & | GetNewPosition () const |
| const ml7::Vector2 & | GetOldSize () const |
| const ml7::Vector2 & | GetNewSize () const |
The (base) class for event arguments passed in to window position (and size) event callbacks.
| virtual fl7::events::PositionEventArgs::~PositionEventArgs | ( | void | ) | [inline, virtual] |
Destructor.
| fl7::events::PositionEventArgs::PositionEventArgs | ( | faces::Face * | face, | |
| const ml7::Vector2 & | old_position, | |||
| const ml7::Vector2 & | new_position, | |||
| const ml7::Vector2 & | old_size, | |||
| const ml7::Vector2 & | new_size | |||
| ) | [inline] |
Explicit constructor.
| const ml7::Vector2& fl7::events::PositionEventArgs::GetNewPosition | ( | ) | const [inline] |
Returns the new position after moving the face.
| const ml7::Vector2& fl7::events::PositionEventArgs::GetNewSize | ( | ) | const [inline] |
Returns the new size after resizing the face.
| const ml7::Vector2& fl7::events::PositionEventArgs::GetOldPosition | ( | ) | const [inline] |
Returns the old position before moving the face.
| const ml7::Vector2& fl7::events::PositionEventArgs::GetOldSize | ( | ) | const [inline] |
Returns the old size before resizing the face.
1.7.1