GuiInspector Class Reference

#include <guiInspector.h>

Inheritance diagram for GuiInspector:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 GuiInspector ()
virtual ~GuiInspector ()
 DECLARE_CONOBJECT (GuiInspector)
virtual void parentResized (const RectI &oldParentRect, const RectI &newParentRect)
 Called when this objects parent is resized.
void inspectObject (SimObject *object)
SimObjectgetInspectObject ()
void setName (StringTableEntry newName)
void clearGroups ()
bool onAdd ()
 Called when this object is added to the scene.
bool findExistentGroup (StringTableEntry groupName)

Public Attributes

Vector< GuiInspectorGroup * > mGroups
SimObjectPtr< SimObjectmTarget

Private Types

typedef GuiStackControl Parent

Member Typedef Documentation

Reimplemented from GuiStackControl.


Constructor & Destructor Documentation

GuiInspector::GuiInspector (  ) 

virtual GuiInspector::~GuiInspector (  )  [virtual]


Member Function Documentation

GuiInspector::DECLARE_CONOBJECT ( GuiInspector   ) 

virtual void GuiInspector::parentResized ( const RectI oldParentRect,
const RectI newParentRect 
) [virtual]

Called when this objects parent is resized.

Parameters:
oldParentRect The old rectangle of the parent object
newParentRect The new rectangle of the parent object

Reimplemented from GuiControl.

void GuiInspector::inspectObject ( SimObject object  ) 

SimObject* GuiInspector::getInspectObject (  )  [inline]

void GuiInspector::setName ( StringTableEntry  newName  ) 

void GuiInspector::clearGroups (  ) 

bool GuiInspector::onAdd (  )  [virtual]

Called when this object is added to the scene.

Reimplemented from GuiControl.

bool GuiInspector::findExistentGroup ( StringTableEntry  groupName  ) 


Member Data Documentation