ObjectControlPane Class Reference

Control pane for ScreenMapEditor. More...

#include <ScreenMapEditor.h>

Inheritance diagram for ObjectControlPane:

Inheritance graph
[legend]
Collaboration diagram for ObjectControlPane:

Collaboration graph
[legend]
List of all members.

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
MercuryObjectm_objWatch
MercuryObject m_objMimic

Detailed Description

Control pane for ScreenMapEditor.

Definition at line 26 of file ScreenMapEditor.h.


Member Function Documentation

void ObjectControlPane::Init (  )  [virtual]

Reimplemented from MercuryObject.

Definition at line 1267 of file ScreenMapEditor.cpp.

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   
)


Member Data Documentation

MercuryText ObjectControlPane::m_tName

Definition at line 34 of file ScreenMapEditor.h.

MercuryText ObjectControlPane::m_tPosition

Definition at line 35 of file ScreenMapEditor.h.

MercuryText ObjectControlPane::m_tScale

Definition at line 36 of file ScreenMapEditor.h.

MercuryText ObjectControlPane::m_tRotation

Definition at line 37 of file ScreenMapEditor.h.

MercuryText ObjectControlPane::m_tAttributes

Definition at line 38 of file ScreenMapEditor.h.

MercuryShape ObjectControlPane::m_sBackground

Definition at line 40 of file ScreenMapEditor.h.

MercuryObject* ObjectControlPane::m_objWatch

Definition at line 41 of file ScreenMapEditor.h.

MercuryObject ObjectControlPane::m_objMimic

Definition at line 42 of file ScreenMapEditor.h.


The documentation for this class was generated from the following files:
Hosted by SourceForge.net Logo