MyGUI  3.2.0
Public Member Functions
MyGUI::SkinManager Class Reference

#include <MyGUI_SkinManager.h>

+ Inheritance diagram for MyGUI::SkinManager:

Public Member Functions

 SkinManager ()
void initialise ()
void shutdown ()
ResourceSkingetByName (const std::string &_name) const
bool isExist (const std::string &_name) const
const std::string getDefaultSkin () const
void setDefaultSkin (const std::string &_value)

Detailed Description

Definition at line 36 of file MyGUI_SkinManager.h.


Constructor & Destructor Documentation

Definition at line 45 of file MyGUI_SkinManager.cpp.


Member Function Documentation

ResourceSkin * MyGUI::SkinManager::getByName ( const std::string &  _name) const

Get ResourceSkin by name

Definition at line 110 of file MyGUI_SkinManager.cpp.

const std::string MyGUI::SkinManager::getDefaultSkin ( ) const

Get default skin name. Default skin used when creating widget with skin that doesn't exist.

Definition at line 141 of file MyGUI_SkinManager.cpp.

Definition at line 50 of file MyGUI_SkinManager.cpp.

bool MyGUI::SkinManager::isExist ( const std::string &  _name) const

Check if skin with specified name exist

Definition at line 129 of file MyGUI_SkinManager.cpp.

void MyGUI::SkinManager::setDefaultSkin ( const std::string &  _value)

Set default skin name. Default skin used when creating widget with skin that doesn't exist.

Definition at line 136 of file MyGUI_SkinManager.cpp.

Definition at line 65 of file MyGUI_SkinManager.cpp.


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