|
MyGUI
3.2.0
|
#include <MyGUI_ToolTipManager.h>
Inheritance diagram for MyGUI::ToolTipManager:Public Member Functions | |
| ToolTipManager () | |
| void | initialise () |
| void | shutdown () |
| void | setDelayVisible (float _value) |
| float | getDelayVisible () const |
| void | _unlinkWidget (Widget *_widget) |
Definition at line 32 of file MyGUI_ToolTipManager.h.
Definition at line 34 of file MyGUI_ToolTipManager.cpp.
| void MyGUI::ToolTipManager::_unlinkWidget | ( | Widget * | _widget | ) | [virtual] |
Implements MyGUI::IUnlinkWidget.
Definition at line 156 of file MyGUI_ToolTipManager.cpp.
| float MyGUI::ToolTipManager::getDelayVisible | ( | ) | const |
Definition at line 213 of file MyGUI_ToolTipManager.cpp.
| void MyGUI::ToolTipManager::initialise | ( | ) |
Definition at line 45 of file MyGUI_ToolTipManager.cpp.
| void MyGUI::ToolTipManager::setDelayVisible | ( | float | _value | ) |
| void MyGUI::ToolTipManager::shutdown | ( | ) |
Definition at line 64 of file MyGUI_ToolTipManager.cpp.
1.7.6.1