MyGUI 3.4.1
|
#include <MyGUI_ILayer.h>
Public Types | |
typedef RTTIBase | Base |
typedef ILayer | RTTIBase |
Public Types inherited from MyGUI::ISerializable | |
typedef RTTIBase | Base |
typedef ISerializable | RTTIBase |
Public Types inherited from MyGUI::IObject | |
typedef IObject | RTTIBase |
Public Member Functions | |
virtual const std::string & | getTypeName () const override |
virtual bool | isType (const std::type_info &_type) const override |
template<typename Type > | |
bool | isType () const |
ILayer () | |
const std::string & | getName () const |
void | setName (const std::string &_name) |
virtual ILayerNode * | createChildItemNode ()=0 |
virtual void | destroyChildItemNode (ILayerNode *_node)=0 |
virtual void | upChildItemNode (ILayerNode *_node)=0 |
virtual EnumeratorILayerNode | getEnumerator () const =0 |
virtual size_t | getLayerNodeCount () const =0 |
virtual ILayerNode * | getLayerNodeAt (size_t _index) const =0 |
virtual ILayerItem * | getLayerItemByPoint (int _left, int _top) const =0 |
virtual IntPoint | getPosition (int _left, int _top) const =0 |
virtual const IntSize & | getSize () const =0 |
virtual void | renderToTarget (IRenderTarget *_target, bool _update)=0 |
virtual void | resizeView (const IntSize &_viewSize)=0 |
Public Member Functions inherited from MyGUI::ISerializable | |
virtual const std::string & | getTypeName () const override |
virtual bool | isType (const std::type_info &_type) const override |
template<typename Type > | |
bool | isType () const |
virtual void | serialization (xml::ElementPtr _node, Version _version) |
virtual void | deserialization (xml::ElementPtr _node, Version _version) |
Public Member Functions inherited from MyGUI::IObject | |
virtual const std::string & | getTypeName () const |
virtual bool | isType (const std::type_info &_type) const |
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 ()=default | |
virtual | ~IObject ()=default |
Static Public Member Functions | |
static const std::string & | getClassTypeName () |
Static Public Member Functions inherited from MyGUI::ISerializable | |
static const std::string & | getClassTypeName () |
Static Public Member Functions inherited from MyGUI::IObject | |
static const std::string & | getClassTypeName () |
Protected Attributes | |
std::string | mName |
Definition at line 21 of file MyGUI_ILayer.h.
typedef RTTIBase MyGUI::ILayer::Base |
Definition at line 24 of file MyGUI_ILayer.h.
typedef ILayer MyGUI::ILayer::RTTIBase |
Definition at line 24 of file MyGUI_ILayer.h.
|
inline |
Definition at line 27 of file MyGUI_ILayer.h.
|
pure virtual |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
|
pure virtual |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
|
inlinestatic |
Definition at line 24 of file MyGUI_ILayer.h.
|
pure virtual |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
|
pure virtual |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
|
pure virtual |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
|
pure virtual |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
|
inline |
Definition at line 29 of file MyGUI_ILayer.h.
|
pure virtual |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
|
pure virtual |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
|
inlineoverridevirtual |
Get type name as string
Reimplemented from MyGUI::ISerializable.
Reimplemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
Definition at line 24 of file MyGUI_ILayer.h.
|
inline |
Compare with selected type
Definition at line 24 of file MyGUI_ILayer.h.
|
inlineoverridevirtual |
Compare with selected type
Reimplemented from MyGUI::ISerializable.
Reimplemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
Definition at line 24 of file MyGUI_ILayer.h.
|
pure virtual |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
|
pure virtual |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
|
inline |
Definition at line 34 of file MyGUI_ILayer.h.
|
pure virtual |
Implemented in MyGUI::OverlappedLayer, and MyGUI::SharedLayer.
|
protected |
Definition at line 67 of file MyGUI_ILayer.h.