|
MyGUI
3.2.0
|
#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 35 of file MyGUI_ControllerPosition.h.
Reimplemented from MyGUI::ControllerItem.
Definition at line 38 of file MyGUI_ControllerPosition.h.
| typedef delegates::CDelegate4<const IntCoord&, const IntCoord&, IntCoord&, float> MyGUI::ControllerPosition::FrameAction |
Definition at line 41 of file MyGUI_ControllerPosition.h.
Reimplemented from MyGUI::ControllerItem.
Definition at line 38 of file MyGUI_ControllerPosition.h.
Definition at line 33 of file MyGUI_ControllerPosition.cpp.
| MyGUI::ControllerPosition::~ControllerPosition | ( | ) | [virtual] |
Definition at line 41 of file MyGUI_ControllerPosition.cpp.
| static const std::string& MyGUI::ControllerPosition::getClassTypeName | ( | ) | [inline, static] |
Reimplemented from MyGUI::ControllerItem.
Definition at line 38 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 38 of file MyGUI_ControllerPosition.h.
| bool MyGUI::ControllerPosition::isType | ( | ) | const [inline] |
Compare with selected type
Reimplemented from MyGUI::ControllerItem.
Definition at line 38 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 38 of file MyGUI_ControllerPosition.h.
| void MyGUI::ControllerPosition::setAction | ( | FrameAction::IDelegate * | _value | ) |
| _value | Delegate applied to widget every frame (see ControllerPosition::eventFrameAction) |
Definition at line 149 of file MyGUI_ControllerPosition.cpp.
| void MyGUI::ControllerPosition::setCoord | ( | const IntCoord & | _value | ) |
Definition at line 45 of file MyGUI_ControllerPosition.cpp.
| void MyGUI::ControllerPosition::setFunction | ( | const std::string & | _value | ) |
Definition at line 132 of file MyGUI_ControllerPosition.cpp.
| void MyGUI::ControllerPosition::setPosition | ( | const IntPoint & | _value | ) |
Definition at line 60 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 118 of file MyGUI_ControllerPosition.cpp.
| void MyGUI::ControllerPosition::setSize | ( | const IntSize & | _value | ) |
Definition at line 52 of file MyGUI_ControllerPosition.cpp.
| void MyGUI::ControllerPosition::setTime | ( | float | _value | ) |
| _value | seconds in which widget planned to reach destination coordinate |
Definition at line 144 of file MyGUI_ControllerPosition.cpp.
1.7.6.1