#include <MyGUI_ChildSkinInfo.h>
Public Member Functions |
| ChildSkinInfo () |
| ChildSkinInfo (const std::string &_type, const WidgetStyle &_style, const std::string &_skin, const IntCoord &_coord, const Align &_align, const std::string &_layer, const std::string &_name) |
void | addParam (const std::string &_key, const std::string &_value) |
std::string | findValue (const std::string &_key) const |
Detailed Description
Definition at line 32 of file MyGUI_ChildSkinInfo.h.
Constructor & Destructor Documentation
MyGUI::ChildSkinInfo::ChildSkinInfo |
( |
| ) |
|
|
inline |
MyGUI::ChildSkinInfo::ChildSkinInfo |
( |
const std::string & |
_type, |
|
|
const WidgetStyle & |
_style, |
|
|
const std::string & |
_skin, |
|
|
const IntCoord & |
_coord, |
|
|
const Align & |
_align, |
|
|
const std::string & |
_layer, |
|
|
const std::string & |
_name |
|
) |
| |
|
inline |
Member Function Documentation
void MyGUI::ChildSkinInfo::addParam |
( |
const std::string & |
_key, |
|
|
const std::string & |
_value |
|
) |
| |
|
inline |
std::string MyGUI::ChildSkinInfo::findValue |
( |
const std::string & |
_key | ) |
const |
|
inline |
Field Documentation
Align MyGUI::ChildSkinInfo::align |
std::string MyGUI::ChildSkinInfo::layer |
std::string MyGUI::ChildSkinInfo::name |
std::string MyGUI::ChildSkinInfo::skin |
std::string MyGUI::ChildSkinInfo::type |
The documentation for this struct was generated from the following file: