Inspector class. More...
#include <ivstudio/inspect.h>
Inherits IlvInspector.
Public Member Functions | |
virtual void | registerBuilder (const char *classname, IlvStInspectorPanelBuilder *builder) |
Registers an inspector builder. More... | |
Inspector class.
Library: ivstudio
Rogue Wave Views Studio has an instance of this class to manage all inspectors.
|
virtual |
Registers an inspector builder.
The inspector builder are used to initialize an inspector.
classname | The class name of the graphic object. |
builder | The inspector builder associated to the inspector of the graphic object. |