MyGUI  3.0.3
Public Types | Public Member Functions | Static Public Member Functions
MyGUI::MainSkin Class Reference

#include <MyGUI_MainSkin.h>

+ Inheritance diagram for MyGUI::MainSkin:

Public Types

typedef RTTIBase Base
typedef MainSkin RTTIBase

Public Member Functions

virtual const std::string & getTypeName () const
virtual bool isType (const std::type_info &_type) const
template<typename Type >
bool isType () const
 MainSkin ()
virtual ~MainSkin ()
void _setAlign (const IntSize &_oldsize, bool _update)
void _setAlign (const IntCoord &_oldsize, bool _update)

Static Public Member Functions

static const std::string & getClassTypeName ()

Detailed Description

Definition at line 32 of file MyGUI_MainSkin.h.


Member Typedef Documentation

Reimplemented from MyGUI::SubSkin.

Definition at line 34 of file MyGUI_MainSkin.h.

Reimplemented from MyGUI::SubSkin.

Definition at line 34 of file MyGUI_MainSkin.h.


Constructor & Destructor Documentation

Definition at line 32 of file MyGUI_MainSkin.cpp.

Definition at line 37 of file MyGUI_MainSkin.cpp.


Member Function Documentation

void MyGUI::MainSkin::_setAlign ( const IntSize _oldsize,
bool  _update 
) [virtual]

Reimplemented from MyGUI::SubSkin.

Definition at line 41 of file MyGUI_MainSkin.cpp.

void MyGUI::MainSkin::_setAlign ( const IntCoord _oldsize,
bool  _update 
) [inline, virtual]

Reimplemented from MyGUI::SubSkin.

Definition at line 42 of file MyGUI_MainSkin.h.

static const std::string& MyGUI::MainSkin::getClassTypeName ( ) [inline, static]

Reimplemented from MyGUI::SubSkin.

Definition at line 34 of file MyGUI_MainSkin.h.

virtual const std::string& MyGUI::MainSkin::getTypeName ( ) const [inline, virtual]

Get type name as string

Reimplemented from MyGUI::SubSkin.

Definition at line 34 of file MyGUI_MainSkin.h.

virtual bool MyGUI::MainSkin::isType ( const std::type_info &  _type) const [inline, virtual]

Compare with selected type

Reimplemented from MyGUI::SubSkin.

Definition at line 34 of file MyGUI_MainSkin.h.

template<typename Type >
bool MyGUI::MainSkin::isType ( ) const [inline]

Compare with selected type

Reimplemented from MyGUI::SubSkin.

Definition at line 34 of file MyGUI_MainSkin.h.


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