AddHook(MsgHook *pkMsgHook) | Object | [virtual] |
Area(Object *pkParent, Area *pkObject=0) | Area | |
AttachObject(Object *pkObject) | Object | [virtual] |
AttachToObject(Object *pkParent) | Object | [virtual] |
DetachObject(Object *pkObject) | Object | [virtual] |
Duplicate(Object *pkParent=0, Object *pkObject=0) | TextArea | [virtual] |
EDGE enum value | Object | |
GetBackground() | Area | [inline, virtual] |
GetChildObjects() const | Object | [virtual] |
GetFont() | TextArea | [virtual] |
GetFontColor() | TextArea | |
GetID() const | Object | [inline] |
GetName() const | Object | [virtual] |
GetObject(const std::string &rstrName) | Object | [virtual] |
GetParent() | Object | [virtual] |
GetPosition() const | Object | |
GetRoot() | Object | [virtual] |
GetSize() const | Object | |
GetText() | TextArea | [virtual] |
GetTextPadding() | TextArea | [virtual] |
GetWorldPosition() | Object | |
HitTest(const Coord &rkCoord) | Object | |
HITTESTRESULT enum name | Object | |
Input(const NeoEngine::InputEvent *pkEvent) | Object | [virtual] |
INSIDE enum value | Object | |
m_aiNumTiles | Area | [protected] |
m_akUV | Area | [protected] |
m_bPassword | TextArea | |
m_eLastMouse | Object | [protected] |
m_eTilingMode | Area | [protected] |
m_kFontColor | TextArea | [protected] |
m_kPadding | TextArea | [protected] |
m_kPos | Object | [protected] |
m_kSize | Object | [protected] |
m_kWorldPos | Object | [protected] |
m_pkBackground | Area | [protected] |
m_pkFont | TextArea | [protected] |
m_pkParent | Object | [protected] |
m_pkPolygonBuffer | Area | [protected] |
m_pkRenderPrim | Area | [protected] |
m_pkVertexBuffer | Area | [protected] |
m_strName | Object | [protected] |
m_strText | TextArea | |
m_uiID | Object | [protected] |
m_vpkChildren | Object | [protected] |
m_vpkMsgHook | Object | [protected] |
Object(Object *pkParent, Object *pkObject=0, bool bDuplicateChildren=true) | Object | |
OUTSIDE enum value | Object | |
ProcessMsg(Msg *pkMsg) | Area | [virtual] |
RemoveHook(MsgHook *pkMsgHook) | Object | [virtual] |
Render(NeoEngine::Frustum *pkFrustum=0, bool bForce=false) | TextArea | [virtual] |
SetAttribute(const AttributeBase &rkAttribute) | TextArea | [virtual] |
SetBackground(const NeoEngine::MaterialPtr &pkMat) | Area | [virtual] |
SetFont(NeoEngine::FontPtr pkFont) | TextArea | [virtual] |
SetFontColor(const NeoEngine::Color &rkColor) | TextArea | [virtual] |
SetName(const NeoEngine::HashString &rstrName) | Object | [virtual] |
SetPolygonBuffer() | Area | [protected] |
SetPosition(const Coord &rkPos) | Object | [virtual] |
SetSize(const Coord &rkSize) | Area | [virtual] |
SetText(const std::string &rstrText) | TextArea | [virtual] |
SetTextPadding(const Coord &rkPadding) | TextArea | [virtual] |
SetTilingMode(TILINGMODE eMode, int iX=1, int iY=1) | Area | [virtual] |
SetUVs(const Coord &rkOrigin, const Coord &rkRight, const Coord &rkBottom) | Area | [virtual] |
SetVertexBuffer() | Area | [protected] |
TextArea(Object *pkParent, TextArea *pkObject=0) | TextArea | |
TILINGMODE enum name | Area | |
Update(float fDeltaTime) | Object | [virtual] |
UpdateWorldCache(bool bRecurse=true) | Object | [protected] |
~Area() | Area | [virtual] |
~Object() | Object | [virtual] |
~TextArea() | TextArea | [virtual] |