|
MyGUI 3.4.3
|
#include <MyGUI_IPointer.h>

Public Types | |
| typedef RTTIBase | Base |
| typedef IPointer | RTTIBase |
Public Types inherited from MyGUI::IResource | |
| typedef RTTIBase | Base |
| typedef IResource | RTTIBase |
Public Types inherited from MyGUI::ISerializable | |
| typedef RTTIBase | Base |
| typedef ISerializable | RTTIBase |
Public Types inherited from MyGUI::IObject | |
| typedef IObject | RTTIBase |
Static Public Member Functions | |
| static std::string_view | getClassTypeName () |
Static Public Member Functions inherited from MyGUI::IResource | |
| static std::string_view | getClassTypeName () |
Static Public Member Functions inherited from MyGUI::ISerializable | |
| static std::string_view | getClassTypeName () |
Static Public Member Functions inherited from MyGUI::IObject | |
| static std::string_view | getClassTypeName () |
Additional Inherited Members | |
Protected Member Functions inherited from MyGUI::IResource | |
| IResource ()=default | |
| ~IResource () override=default | |
| void | deserialization (xml::ElementPtr _node, Version) override |
Protected Attributes inherited from MyGUI::IResource | |
| std::string | mResourceName |
Definition at line 16 of file MyGUI_IPointer.h.
Definition at line 18 of file MyGUI_IPointer.h.
Definition at line 18 of file MyGUI_IPointer.h.
|
inlinestatic |
Definition at line 18 of file MyGUI_IPointer.h.
|
inlineoverridevirtual |
Get type name as string
Reimplemented from MyGUI::IResource.
Reimplemented in MyGUI::ResourceImageSetPointer, and MyGUI::ResourceManualPointer.
Definition at line 18 of file MyGUI_IPointer.h.
Compare with selected type
Definition at line 18 of file MyGUI_IPointer.h.
Compare with selected type
Reimplemented from MyGUI::IResource.
Reimplemented in MyGUI::ResourceImageSetPointer, and MyGUI::ResourceManualPointer.
Definition at line 18 of file MyGUI_IPointer.h.
Implemented in MyGUI::ResourceImageSetPointer, and MyGUI::ResourceManualPointer.
|
pure virtual |
Implemented in MyGUI::ResourceImageSetPointer, and MyGUI::ResourceManualPointer.