#include <ScreenMapEditor.h>
Inheritance diagram for ObjectControlPane:
Public Member Functions | |
void | Init () |
void | Update (const float dTime) |
[internal] Update (call this update last when abstracting because Update can destroy the object) | |
void | SetObject (MercuryObject *obj, int LX, int LY) |
void | SetAttributes (const MString &sAttributes) |
CLASS_RTTI (ObjectControlPane, MercuryObject) | |
Public Attributes | |
MercuryText | m_tName |
MercuryText | m_tPosition |
MercuryText | m_tScale |
MercuryText | m_tRotation |
MercuryText | m_tAttributes |
MercuryShape | m_sBackground |
MercuryObject * | m_objWatch |
MercuryObject | m_objMimic |
Definition at line 26 of file ScreenMapEditor.h.
void ObjectControlPane::Init | ( | ) | [virtual] |
void ObjectControlPane::Update | ( | const float | dTime | ) | [virtual] |
[internal] Update (call this update last when abstracting because Update can destroy the object)
Reimplemented from MercuryObject.
Definition at line 1298 of file ScreenMapEditor.cpp.
void ObjectControlPane::SetObject | ( | MercuryObject * | obj, | |
int | LX, | |||
int | LY | |||
) |
Definition at line 1327 of file ScreenMapEditor.cpp.
void ObjectControlPane::SetAttributes | ( | const MString & | sAttributes | ) |
Definition at line 1345 of file ScreenMapEditor.cpp.
ObjectControlPane::CLASS_RTTI | ( | ObjectControlPane | , | |
MercuryObject | ||||
) |
Definition at line 34 of file ScreenMapEditor.h.
Definition at line 35 of file ScreenMapEditor.h.
Definition at line 36 of file ScreenMapEditor.h.
Definition at line 37 of file ScreenMapEditor.h.
Definition at line 38 of file ScreenMapEditor.h.
Definition at line 40 of file ScreenMapEditor.h.
Definition at line 41 of file ScreenMapEditor.h.
Definition at line 42 of file ScreenMapEditor.h.