MyGUI
3.2.0
|
#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 34 of file MyGUI_SkinItem.h.
Definition at line 31 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_correctSkinItemView | ( | ) | [protected] |
Definition at line 67 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_createSkinItem | ( | ResourceSkin * | _info | ) | [protected] |
Definition at line 95 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_deleteSkinItem | ( | ) | [protected] |
Definition at line 131 of file MyGUI_SkinItem.cpp.
const std::string & MyGUI::SkinItem::_getTextureName | ( | ) | const |
Definition at line 155 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_setSkinItemAlign | ( | const IntSize & | _size | ) | [protected] |
Definition at line 39 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_setSkinItemAlpha | ( | float | _value | ) | [protected] |
Definition at line 61 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_setSkinItemColour | ( | const Colour & | _value | ) | [protected] |
Definition at line 51 of file MyGUI_SkinItem.cpp.
bool MyGUI::SkinItem::_setSkinItemState | ( | const std::string & | _state | ) | [protected] |
Definition at line 79 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_setSkinItemVisible | ( | bool | _value | ) | [protected] |
Definition at line 45 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_setSubSkinVisible | ( | bool | _visible | ) | [protected] |
Definition at line 160 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_setTextureName | ( | const std::string & | _texture | ) |
Definition at line 147 of file MyGUI_SkinItem.cpp.
void MyGUI::SkinItem::_updateSkinItemView | ( | ) | [protected] |
Definition at line 73 of file MyGUI_SkinItem.cpp.
Get sub widget of first texture or nullptr if no sub widget with texture
Definition at line 174 of file MyGUI_SkinItem.cpp.
Get text sub widget or nullptr if no text sub widget
Definition at line 169 of file MyGUI_SkinItem.cpp.