dtInspector::Inspector Class Reference

Creates and manages the UserInterface. More...

#include <inspector.h>

List of all members.

Public Member Functions

 Inspector ()
 ~Inspector ()
void Show (bool show=true)
bool IsShown (void)


Detailed Description

Creates and manages the UserInterface.

This class creates and manages a 2D GUI that can interact dynamically with most dtCore instantiations. Currently, Inspector must be instantiated after all other dtCore classes have been created. The interface will pickup all classes created at that point and render the user interface. NOTE: any instantiated classes that change values during runtime will not reflect their new values on the Inspector.


Constructor & Destructor Documentation

dtInspector::Inspector::Inspector (  )  [inline]

dtInspector::Inspector::~Inspector (  )  [inline]


Member Function Documentation

void dtInspector::Inspector::Show ( bool  show = true  )  [inline]

bool dtInspector::Inspector::IsShown ( void   )  [inline]


http://www.delta3d.org
2.0.0 generated 14 Feb 2008