MyGUI::SkinManager Class Reference

#include <MyGUI_SkinManager.h>

Public Member Functions

 SkinManager ()
 ~SkinManager ()
void initialise ()
void shutdown ()
bool load (const std::string &_file)
void _load (xml::ElementPtr _node, const std::string &_file, Version _version)
ResourceSkingetByName (const std::string &_name)
bool isExist (const std::string &_name)
const std::string getDefaultSkin ()
void setDefaultSkin (const std::string &_value)
 __declspec (deprecated("use : ResourceSkin* SkinManager::getByName(const std::string& _name)")) ResourceSkin *getSkin(const std

Static Public Member Functions

static SkinManagergetInstance ()
static SkinManagergetInstancePtr ()

Detailed Description

Definition at line 36 of file MyGUI_SkinManager.h.


Constructor & Destructor Documentation

MyGUI::SkinManager::SkinManager (  ) 

Definition at line 41 of file MyGUI_SkinManager.cpp.

MyGUI::SkinManager::~SkinManager (  ) 

Definition at line 41 of file MyGUI_SkinManager.cpp.


Member Function Documentation

MyGUI::SkinManager::__declspec ( deprecated("use : ResourceSkin* SkinManager::getByName(const std::string& _name)")   )  const [inline]
Deprecated:
"use : ResourceSkin* SkinManager::getByName(const std::string& _name)"

Definition at line 58 of file MyGUI_SkinManager.h.

void MyGUI::SkinManager::_load ( xml::ElementPtr  _node,
const std::string &  _file,
Version  _version 
)

Definition at line 75 of file MyGUI_SkinManager.cpp.

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

Definition at line 107 of file MyGUI_SkinManager.cpp.

const std::string MyGUI::SkinManager::getDefaultSkin (  )  [inline]

Definition at line 52 of file MyGUI_SkinManager.h.

SkinManager & MyGUI::SkinManager::getInstance (  )  [static]

Definition at line 41 of file MyGUI_SkinManager.cpp.

SkinManager * MyGUI::SkinManager::getInstancePtr (  )  [static]

Definition at line 41 of file MyGUI_SkinManager.cpp.

void MyGUI::SkinManager::initialise (  ) 

Definition at line 43 of file MyGUI_SkinManager.cpp.

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

Definition at line 119 of file MyGUI_SkinManager.cpp.

bool MyGUI::SkinManager::load ( const std::string &  _file  ) 

Load additional MyGUI *_skin.xml file

Definition at line 70 of file MyGUI_SkinManager.cpp.

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

Definition at line 124 of file MyGUI_SkinManager.cpp.

void MyGUI::SkinManager::shutdown (  ) 

Definition at line 58 of file MyGUI_SkinManager.cpp.


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

Generated on 5 Dec 2009 for MyGUI by  doxygen 1.6.1