MyGUI
3.0.3
|
#include <MyGUI_ILayer.h>
Public Types | |
typedef RTTIBase | Base |
typedef ILayer | 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 |
ILayer () | |
virtual | ~ILayer () |
const std::string & | getName () const |
virtual ILayerNode * | createChildItemNode ()=0 |
virtual void | destroyChildItemNode (ILayerNode *_node)=0 |
virtual void | upChildItemNode (ILayerNode *_node)=0 |
virtual EnumeratorILayerNode | getEnumerator ()=0 |
virtual ILayerItem * | getLayerItemByPoint (int _left, int _top)=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 | dumpStatisticToLog () |
Static Public Member Functions | |
static const std::string & | getClassTypeName () |
Protected Attributes | |
std::string | mName |
Definition at line 37 of file MyGUI_ILayer.h.
typedef RTTIBase MyGUI::ILayer::Base |
Reimplemented from MyGUI::ISerializable.
Reimplemented in MyGUI::SharedLayer, and MyGUI::OverlappedLayer.
Definition at line 39 of file MyGUI_ILayer.h.
typedef ILayer MyGUI::ILayer::RTTIBase |
Reimplemented from MyGUI::ISerializable.
Reimplemented in MyGUI::SharedLayer, and MyGUI::OverlappedLayer.
Definition at line 39 of file MyGUI_ILayer.h.
MyGUI::ILayer::ILayer | ( | ) | [inline] |
Definition at line 42 of file MyGUI_ILayer.h.
virtual MyGUI::ILayer::~ILayer | ( | ) | [inline, virtual] |
Definition at line 43 of file MyGUI_ILayer.h.
virtual ILayerNode* MyGUI::ILayer::createChildItemNode | ( | ) | [pure virtual] |
Implemented in MyGUI::SharedLayer, and MyGUI::OverlappedLayer.
virtual void MyGUI::ILayer::destroyChildItemNode | ( | ILayerNode * | _node | ) | [pure virtual] |
Implemented in MyGUI::SharedLayer, and MyGUI::OverlappedLayer.
virtual void MyGUI::ILayer::dumpStatisticToLog | ( | ) | [inline, virtual] |
Reimplemented in MyGUI::SharedLayer, and MyGUI::OverlappedLayer.
Definition at line 71 of file MyGUI_ILayer.h.
static const std::string& MyGUI::ILayer::getClassTypeName | ( | ) | [inline, static] |
Reimplemented from MyGUI::ISerializable.
Reimplemented in MyGUI::SharedLayer, and MyGUI::OverlappedLayer.
Definition at line 39 of file MyGUI_ILayer.h.
virtual EnumeratorILayerNode MyGUI::ILayer::getEnumerator | ( | ) | [pure virtual] |
Implemented in MyGUI::SharedLayer, and MyGUI::OverlappedLayer.
virtual ILayerItem* MyGUI::ILayer::getLayerItemByPoint | ( | int | _left, |
int | _top | ||
) | [pure virtual] |
Implemented in MyGUI::SharedLayer, and MyGUI::OverlappedLayer.
const std::string& MyGUI::ILayer::getName | ( | void | ) | const [inline] |
Definition at line 46 of file MyGUI_ILayer.h.
virtual IntPoint MyGUI::ILayer::getPosition | ( | int | _left, |
int | _top | ||
) | const [pure virtual] |
Implemented in MyGUI::SharedLayer, and MyGUI::OverlappedLayer.
virtual const IntSize& MyGUI::ILayer::getSize | ( | ) | const [pure virtual] |
Implemented in MyGUI::SharedLayer, and MyGUI::OverlappedLayer.
virtual const std::string& MyGUI::ILayer::getTypeName | ( | ) | const [inline, virtual] |
Get type name as string
Reimplemented from MyGUI::ISerializable.
Reimplemented in MyGUI::SharedLayer, and MyGUI::OverlappedLayer.
Definition at line 39 of file MyGUI_ILayer.h.
bool MyGUI::ILayer::isType | ( | ) | const [inline] |
Compare with selected type
Reimplemented from MyGUI::ISerializable.
Reimplemented in MyGUI::SharedLayer, and MyGUI::OverlappedLayer.
Definition at line 39 of file MyGUI_ILayer.h.
virtual bool MyGUI::ILayer::isType | ( | const std::type_info & | _type | ) | const [inline, virtual] |
Compare with selected type
Reimplemented from MyGUI::ISerializable.
Reimplemented in MyGUI::SharedLayer, and MyGUI::OverlappedLayer.
Definition at line 39 of file MyGUI_ILayer.h.
virtual void MyGUI::ILayer::renderToTarget | ( | IRenderTarget * | _target, |
bool | _update | ||
) | [pure virtual] |
Implemented in MyGUI::SharedLayer, and MyGUI::OverlappedLayer.
virtual void MyGUI::ILayer::upChildItemNode | ( | ILayerNode * | _node | ) | [pure virtual] |
Implemented in MyGUI::SharedLayer, and MyGUI::OverlappedLayer.
std::string MyGUI::ILayer::mName [protected] |
Definition at line 74 of file MyGUI_ILayer.h.