MyGUI
3.2.0
|
#include <MyGUI_ResourceImageSet.h>
Public Types | |
typedef RTTIBase | Base |
typedef ResourceImageSet | RTTIBase |
![]() | |
typedef RTTIBase | Base |
typedef IResource | RTTIBase |
![]() | |
typedef RTTIBase | Base |
typedef ISerializable | RTTIBase |
![]() | |
typedef IObject | 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 |
ImageIndexInfo | getIndexInfo (const std::string &_group, const std::string &_index) |
ImageIndexInfo | getIndexInfo (size_t _group, const std::string &_index) |
ImageIndexInfo | getIndexInfo (const std::string &_group, size_t _index) |
ImageIndexInfo | getIndexInfo (size_t _group, size_t _index) |
ImageIndexInfo | getIndexInfo (const IntSize &_group, size_t _index) |
ImageIndexInfo | getIndexInfo (const IntSize &_group, const std::string &_index) |
EnumeratorGroupImage | getEnumerator () const |
![]() | |
template<typename Type > | |
bool | isType () const |
const std::string & | getResourceName () const |
![]() | |
template<typename Type > | |
bool | isType () const |
ISerializable () | |
virtual | ~ISerializable () |
virtual void | serialization (xml::ElementPtr _node, Version _version) |
![]() | |
template<typename Type > | |
bool | isType () const |
template<typename Type > | |
Type * | castType (bool _throw=true) |
template<typename Type > | |
const Type * | castType (bool _throw=true) const |
IObject () | |
virtual | ~IObject () |
Static Public Member Functions | |
static const std::string & | getClassTypeName () |
![]() | |
static const std::string & | getClassTypeName () |
![]() | |
static const std::string & | getClassTypeName () |
![]() | |
static const std::string & | getClassTypeName () |
Friends | |
class | GenericFactory< ResourceImageSet > |
Additional Inherited Members | |
![]() | |
IResource () | |
virtual | ~IResource () |
![]() | |
std::string | mResourceName |
Definition at line 41 of file MyGUI_ResourceImageSet.h.
Definition at line 46 of file MyGUI_ResourceImageSet.h.
Definition at line 46 of file MyGUI_ResourceImageSet.h.
|
inlinestatic |
Definition at line 46 of file MyGUI_ResourceImageSet.h.
EnumeratorGroupImage MyGUI::ResourceImageSet::getEnumerator | ( | ) | const |
Get groups Enumerator
Definition at line 227 of file MyGUI_ResourceImageSet.cpp.
ImageIndexInfo MyGUI::ResourceImageSet::getIndexInfo | ( | const std::string & | _group, |
const std::string & | _index | ||
) |
Definition at line 88 of file MyGUI_ResourceImageSet.cpp.
ImageIndexInfo MyGUI::ResourceImageSet::getIndexInfo | ( | size_t | _group, |
const std::string & | _index | ||
) |
Definition at line 104 of file MyGUI_ResourceImageSet.cpp.
ImageIndexInfo MyGUI::ResourceImageSet::getIndexInfo | ( | const std::string & | _group, |
size_t | _index | ||
) |
Definition at line 119 of file MyGUI_ResourceImageSet.cpp.
ImageIndexInfo MyGUI::ResourceImageSet::getIndexInfo | ( | size_t | _group, |
size_t | _index | ||
) |
Definition at line 134 of file MyGUI_ResourceImageSet.cpp.
ImageIndexInfo MyGUI::ResourceImageSet::getIndexInfo | ( | const IntSize & | _group, |
size_t | _index | ||
) |
Definition at line 148 of file MyGUI_ResourceImageSet.cpp.
ImageIndexInfo MyGUI::ResourceImageSet::getIndexInfo | ( | const IntSize & | _group, |
const std::string & | _index | ||
) |
Definition at line 163 of file MyGUI_ResourceImageSet.cpp.
|
inlinevirtual |
Get type name as string
Reimplemented from MyGUI::IResource.
Definition at line 46 of file MyGUI_ResourceImageSet.h.
|
inline |
Compare with selected type
Definition at line 46 of file MyGUI_ResourceImageSet.h.
|
inlinevirtual |
Compare with selected type
Reimplemented from MyGUI::IResource.
Definition at line 46 of file MyGUI_ResourceImageSet.h.
|
friend |
Definition at line 44 of file MyGUI_ResourceImageSet.h.