MyGUI  3.2.1
Public Member Functions
MyGUI::ToolTipManager Class Reference

#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)
 
- Public Member Functions inherited from MyGUI::Singleton< ToolTipManager >
 Singleton ()
 
virtual ~Singleton ()
 

Additional Inherited Members

- Public Types inherited from MyGUI::Singleton< ToolTipManager >
typedef Singleton< ToolTipManagerBase
 
- Static Public Member Functions inherited from MyGUI::Singleton< ToolTipManager >
static ToolTipManagergetInstance ()
 
static ToolTipManagergetInstancePtr ()
 
static const char * getClassTypeName ()
 

Detailed Description

Definition at line 17 of file MyGUI_ToolTipManager.h.

Constructor & Destructor Documentation

MyGUI::ToolTipManager::ToolTipManager ( )

Definition at line 19 of file MyGUI_ToolTipManager.cpp.

Member Function Documentation

void MyGUI::ToolTipManager::_unlinkWidget ( Widget _widget)
virtual

Implements MyGUI::IUnlinkWidget.

Definition at line 141 of file MyGUI_ToolTipManager.cpp.

float MyGUI::ToolTipManager::getDelayVisible ( ) const

Definition at line 203 of file MyGUI_ToolTipManager.cpp.

void MyGUI::ToolTipManager::initialise ( )

Definition at line 30 of file MyGUI_ToolTipManager.cpp.

void MyGUI::ToolTipManager::setDelayVisible ( float  _value)

Definition at line 198 of file MyGUI_ToolTipManager.cpp.

void MyGUI::ToolTipManager::shutdown ( )

Definition at line 49 of file MyGUI_ToolTipManager.cpp.


The documentation for this class was generated from the following files: