#include <MyGUI_WidgetUserData.h>
Detailed Description
UserData is parent of Widget class. Used to store any user data and strings inside widget
Definition at line 33 of file MyGUI_WidgetUserData.h.
Constructor & Destructor Documentation
MyGUI::UserData::UserData |
( |
| ) |
|
|
inline |
virtual MyGUI::UserData::~UserData |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
template<typename ValueType >
ValueType* MyGUI::UserData::_getInternalData |
( |
bool |
_throw = true | ) |
|
|
inline |
void MyGUI::UserData::_setInternalData |
( |
Any |
_data | ) |
|
|
inline |
bool MyGUI::UserData::clearUserString |
( |
const std::string & |
_key | ) |
|
|
inline |
void MyGUI::UserData::clearUserStrings |
( |
| ) |
|
|
inline |
template<typename ValueType >
ValueType* MyGUI::UserData::getUserData |
( |
bool |
_throw = true | ) |
|
|
inline |
void* MyGUI::UserData::getUserData |
( |
| ) |
|
|
inline |
const std::string& MyGUI::UserData::getUserString |
( |
const std::string & |
_key | ) |
|
|
inline |
bool MyGUI::UserData::isUserString |
( |
const std::string & |
_key | ) |
|
|
inline |
void MyGUI::UserData::setUserData |
( |
Any |
_data | ) |
|
|
inline |
void MyGUI::UserData::setUserString |
( |
const std::string & |
_key, |
|
|
const std::string & |
_value |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: