#include <MyGUI_ControllerManager.h>

Public Member Functions | |
| void | initialise () |
| void | shutdown () |
| ControllerItem * | createItem (const std::string &_type) |
| void | addItem (Widget *_widget, ControllerItem *_item) |
| void | removeItem (Widget *_widget) |
Definition at line 36 of file MyGUI_ControllerManager.h.
| void MyGUI::ControllerManager::addItem | ( | Widget * | _widget, | |
| ControllerItem * | _item | |||
| ) |
Add controlled widget
| _widget | to be controlled | |
| _item | controller with some actions (for example ControllerFadeAlpha or your own) |
Definition at line 88 of file MyGUI_ControllerManager.cpp.
| ControllerItem * MyGUI::ControllerManager::createItem | ( | const std::string & | _type | ) |
Definition at line 82 of file MyGUI_ControllerManager.cpp.
| void MyGUI::ControllerManager::initialise | ( | ) |
Definition at line 38 of file MyGUI_ControllerManager.cpp.
| void MyGUI::ControllerManager::removeItem | ( | Widget * | _widget | ) |
Stop the control over a widget
| _widget | to be removed |
Definition at line 114 of file MyGUI_ControllerManager.cpp.
| void MyGUI::ControllerManager::shutdown | ( | ) |
Definition at line 55 of file MyGUI_ControllerManager.cpp.
1.6.3