#include <MyGUI_ILayer.h>
Definition at line 21 of file MyGUI_ILayer.h.
◆ Base
◆ RTTIBase
◆ ILayer()
MyGUI::ILayer::ILayer |
( |
| ) |
|
|
inline |
◆ createChildItemNode()
virtual ILayerNode * MyGUI::ILayer::createChildItemNode |
( |
| ) |
|
|
pure virtual |
◆ destroyChildItemNode()
virtual void MyGUI::ILayer::destroyChildItemNode |
( |
ILayerNode * | _node | ) |
|
|
pure virtual |
◆ getClassTypeName()
static const std::string & MyGUI::ILayer::getClassTypeName |
( |
| ) |
|
|
inlinestatic |
◆ getEnumerator()
◆ getLayerItemByPoint()
virtual ILayerItem * MyGUI::ILayer::getLayerItemByPoint |
( |
int | _left, |
|
|
int | _top ) const |
|
pure virtual |
◆ getLayerNodeAt()
virtual ILayerNode * MyGUI::ILayer::getLayerNodeAt |
( |
size_t | _index | ) |
const |
|
pure virtual |
◆ getLayerNodeCount()
virtual size_t MyGUI::ILayer::getLayerNodeCount |
( |
| ) |
const |
|
pure virtual |
◆ getName()
const std::string & MyGUI::ILayer::getName |
( |
| ) |
const |
|
inline |
◆ getPosition()
virtual IntPoint MyGUI::ILayer::getPosition |
( |
int | _left, |
|
|
int | _top ) const |
|
pure virtual |
◆ getSize()
virtual const IntSize & MyGUI::ILayer::getSize |
( |
| ) |
const |
|
pure virtual |
◆ getTypeName()
virtual const std::string & MyGUI::ILayer::getTypeName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ isType() [1/2]
template<typename Type >
bool MyGUI::ILayer::isType |
( |
| ) |
const |
|
inline |
◆ isType() [2/2]
virtual bool MyGUI::ILayer::isType |
( |
const std::type_info & | _type | ) |
const |
|
inlineoverridevirtual |
◆ renderToTarget()
virtual void MyGUI::ILayer::renderToTarget |
( |
IRenderTarget * | _target, |
|
|
bool | _update ) |
|
pure virtual |
◆ resizeView()
virtual void MyGUI::ILayer::resizeView |
( |
const IntSize & | _viewSize | ) |
|
|
pure virtual |
◆ setName()
void MyGUI::ILayer::setName |
( |
const std::string & | _name | ) |
|
|
inline |
◆ upChildItemNode()
virtual void MyGUI::ILayer::upChildItemNode |
( |
ILayerNode * | _node | ) |
|
|
pure virtual |
◆ mName
std::string MyGUI::ILayer::mName |
|
protected |
The documentation for this class was generated from the following file: