MyGUI
3.2.1
|
#include <MyGUI_SkinItem.h>
Public Member Functions | |
SkinItem () | |
ISubWidgetText * | getSubWidgetText () |
ISubWidgetRect * | getSubWidgetMain () |
void | _setTextureName (const std::string &_texture) |
const std::string & | _getTextureName () const |
Protected Member Functions | |
void | _createSkinItem (ResourceSkin *_info) |
void | _deleteSkinItem () |
void | _setSkinItemAlign (const IntSize &_size) |
void | _setSkinItemVisible (bool _value) |
void | _setSkinItemColour (const Colour &_value) |
void | _setSkinItemAlpha (float _value) |
void | _correctSkinItemView () |
void | _updateSkinItemView () |
bool | _setSkinItemState (const std::string &_state) |
void | _setSubSkinVisible (bool _visible) |
Definition at line 19 of file MyGUI_SkinItem.h.
Definition at line 16 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_correctSkinItemView | ( | ) | [protected] |
Definition at line 52 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_createSkinItem | ( | ResourceSkin * | _info | ) | [protected] |
Definition at line 80 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_deleteSkinItem | ( | ) | [protected] |
Definition at line 117 of file MyGUI_SkinItem.cpp.
const std::string & MyGUI::SkinItem::_getTextureName | ( | ) | const |
Definition at line 141 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_setSkinItemAlign | ( | const IntSize & | _size | ) | [protected] |
Definition at line 24 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_setSkinItemAlpha | ( | float | _value | ) | [protected] |
Definition at line 46 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_setSkinItemColour | ( | const Colour & | _value | ) | [protected] |
Definition at line 36 of file MyGUI_SkinItem.cpp.
bool MyGUI::SkinItem::_setSkinItemState | ( | const std::string & | _state | ) | [protected] |
Definition at line 64 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_setSkinItemVisible | ( | bool | _value | ) | [protected] |
Definition at line 30 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_setSubSkinVisible | ( | bool | _visible | ) | [protected] |
Definition at line 146 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_setTextureName | ( | const std::string & | _texture | ) |
Definition at line 133 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_updateSkinItemView | ( | ) | [protected] |
Definition at line 58 of file MyGUI_SkinItem.cpp.
Get sub widget of first texture or nullptr if no sub widget with texture
Definition at line 160 of file MyGUI_SkinItem.cpp.
Get text sub widget or nullptr if no text sub widget
Definition at line 155 of file MyGUI_SkinItem.cpp.