#include <MyGUI_ControllerPosition.h>

Public Types | |
| typedef delegates::CDelegate4 < const IntCoord &, const IntCoord &, IntCoord &, float > | FrameAction |
Public Member Functions | |
| ControllerPosition () | |
| virtual | ~ControllerPosition () |
| void | setCoord (const IntCoord &_value) |
| void | setSize (const IntSize &_value) |
| void | setPosition (const IntPoint &_value) |
| void | setFunction (const std::string &_value) |
| void | setTime (float _value) |
| void | setAction (FrameAction::IDelegate *_value) |
| virtual void | setProperty (const std::string &_key, const std::string &_value) |
This controller used for smooth changing position of widget in time
Definition at line 36 of file MyGUI_ControllerPosition.h.
| typedef delegates::CDelegate4<const IntCoord&, const IntCoord&, IntCoord&, float> MyGUI::ControllerPosition::FrameAction |
Definition at line 42 of file MyGUI_ControllerPosition.h.
| MyGUI::ControllerPosition::ControllerPosition | ( | ) |
Definition at line 34 of file MyGUI_ControllerPosition.cpp.
| virtual MyGUI::ControllerPosition::~ControllerPosition | ( | ) | [inline, virtual] |
Definition at line 45 of file MyGUI_ControllerPosition.h.
| void MyGUI::ControllerPosition::setAction | ( | FrameAction::IDelegate * | _value | ) | [inline] |
| _action | applied to widget every frame (see ControllerPosition::eventFrameAction) |
Definition at line 63 of file MyGUI_ControllerPosition.h.
| void MyGUI::ControllerPosition::setCoord | ( | const IntCoord & | _value | ) |
Definition at line 42 of file MyGUI_ControllerPosition.cpp.
| void MyGUI::ControllerPosition::setFunction | ( | const std::string & | _value | ) |
Definition at line 124 of file MyGUI_ControllerPosition.cpp.
| void MyGUI::ControllerPosition::setPosition | ( | const IntPoint & | _value | ) |
Definition at line 57 of file MyGUI_ControllerPosition.cpp.
| void MyGUI::ControllerPosition::setProperty | ( | const std::string & | _key, | |
| const std::string & | _value | |||
| ) | [virtual] |
Reimplemented from MyGUI::ControllerItem.
Definition at line 115 of file MyGUI_ControllerPosition.cpp.
| void MyGUI::ControllerPosition::setSize | ( | const IntSize & | _value | ) |
Definition at line 49 of file MyGUI_ControllerPosition.cpp.
| void MyGUI::ControllerPosition::setTime | ( | float | _value | ) | [inline] |
| _value | seconds in which widget planned to reach destination coordinate |
Definition at line 58 of file MyGUI_ControllerPosition.h.
1.6.3