|
MyGUI 3.0.1
|
#include <MyGUI_ControllerPosition.h>
Inheritance diagram for MyGUI::ControllerPosition:Public Types | |
| typedef RTTIBase | Base |
| typedef ControllerPosition | RTTIBase |
| typedef delegates::CDelegate4 < const IntCoord &, const IntCoord &, IntCoord &, float > | FrameAction |
Public Member Functions | |
| virtual const std::string & | getTypeName () const |
| virtual bool | isType (const std::type_info &_type) const |
| template<typename Type > | |
| bool | isType () const |
| 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) |
Static Public Member Functions | |
| static const std::string & | getClassTypeName () |
This controller used for smooth changing position of widget in time
Definition at line 36 of file MyGUI_ControllerPosition.h.
Reimplemented from MyGUI::ControllerItem.
Definition at line 39 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.
Reimplemented from MyGUI::ControllerItem.
Definition at line 39 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.
| static const std::string& MyGUI::ControllerPosition::getClassTypeName | ( | ) | [inline, static] |
Reimplemented from MyGUI::ControllerItem.
Definition at line 39 of file MyGUI_ControllerPosition.h.
| virtual const std::string& MyGUI::ControllerPosition::getTypeName | ( | ) | const [inline, virtual] |
Get type name as string
Reimplemented from MyGUI::ControllerItem.
Definition at line 39 of file MyGUI_ControllerPosition.h.
| bool MyGUI::ControllerPosition::isType | ( | ) | const [inline] |
Compare with selected type
Reimplemented from MyGUI::ControllerItem.
Definition at line 39 of file MyGUI_ControllerPosition.h.
| virtual bool MyGUI::ControllerPosition::isType | ( | const std::type_info & | _type | ) | const [inline, virtual] |
Compare with selected type
Reimplemented from MyGUI::ControllerItem.
Definition at line 39 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.7.4