#include <MyGUI_SharedLayer.h>

Public Types | |
| typedef RTTIBase | Base |
| typedef SharedLayer | 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 |
| SharedLayer () | |
| virtual | ~SharedLayer () |
| virtual void | deserialization (xml::ElementPtr _node, Version _version) |
| virtual ILayerNode * | createChildItemNode () |
| virtual void | destroyChildItemNode (ILayerNode *_node) |
| virtual void | upChildItemNode (ILayerNode *_node) |
| virtual EnumeratorILayerNode | getEnumerator () |
| virtual ILayerItem * | getLayerItemByPoint (int _left, int _top) |
| virtual IntPoint | getPosition (int _left, int _top) const |
| virtual const IntSize & | getSize () const |
| virtual void | renderToTarget (IRenderTarget *_target, bool _update) |
| virtual void | dumpStatisticToLog () |
Static Public Member Functions | |
| static const std::string & | getClassTypeName () |
Protected Attributes | |
| bool | mIsPick |
| SharedLayerNode * | mChildItem |
Definition at line 34 of file MyGUI_SharedLayer.h.
| typedef RTTIBase MyGUI::SharedLayer::Base |
| MyGUI::SharedLayer::SharedLayer | ( | ) |
Definition at line 33 of file MyGUI_SharedLayer.cpp.
| MyGUI::SharedLayer::~SharedLayer | ( | ) | [virtual] |
Definition at line 39 of file MyGUI_SharedLayer.cpp.
| ILayerNode * MyGUI::SharedLayer::createChildItemNode | ( | ) | [virtual] |
| void MyGUI::SharedLayer::deserialization | ( | xml::ElementPtr | _node, | |
| Version | _version | |||
| ) | [virtual] |
| void MyGUI::SharedLayer::destroyChildItemNode | ( | ILayerNode * | _node | ) | [virtual] |
| void MyGUI::SharedLayer::dumpStatisticToLog | ( | ) | [virtual] |
| static const std::string& MyGUI::SharedLayer::getClassTypeName | ( | ) | [inline, static] |
| EnumeratorILayerNode MyGUI::SharedLayer::getEnumerator | ( | ) | [virtual] |
| ILayerItem * MyGUI::SharedLayer::getLayerItemByPoint | ( | int | _left, | |
| int | _top | |||
| ) | [virtual] |
| IntPoint MyGUI::SharedLayer::getPosition | ( | int | _left, | |
| int | _top | |||
| ) | const [virtual] |
| const IntSize & MyGUI::SharedLayer::getSize | ( | ) | const [virtual] |
| virtual const std::string& MyGUI::SharedLayer::getTypeName | ( | ) | const [inline, virtual] |
Get type name as string
Reimplemented from MyGUI::ILayer.
Definition at line 37 of file MyGUI_SharedLayer.h.
| bool MyGUI::SharedLayer::isType | ( | ) | const [inline] |
Compare with selected type
Reimplemented from MyGUI::ILayer.
Definition at line 37 of file MyGUI_SharedLayer.h.
| virtual bool MyGUI::SharedLayer::isType | ( | const std::type_info & | _type | ) | const [inline, virtual] |
Compare with selected type
Reimplemented from MyGUI::ILayer.
Definition at line 37 of file MyGUI_SharedLayer.h.
| void MyGUI::SharedLayer::renderToTarget | ( | IRenderTarget * | _target, | |
| bool | _update | |||
| ) | [virtual] |
| void MyGUI::SharedLayer::upChildItemNode | ( | ILayerNode * | _node | ) | [virtual] |
SharedLayerNode* MyGUI::SharedLayer::mChildItem [protected] |
Definition at line 70 of file MyGUI_SharedLayer.h.
bool MyGUI::SharedLayer::mIsPick [protected] |
Definition at line 69 of file MyGUI_SharedLayer.h.
1.5.9