Rogue Wave Views Studio Package API Reference Guide |
Rogue Wave Views Documentation Home |
Inspector class. More...
#include <ivstudio/inspectors/insppnl.h>
Public Member Functions | |
virtual IlvStInspectorPanel * | create (IlvDisplay *display, const char *className, IlvSystemView transientFor=0, IlvStIAccessor::UpdateMode updateMode=IlvStIAccessor::OnApply)=0 |
Creates the IlvStInspectorPanel for an inspector class. More... | |
Inspector class.
Library: ivstudio
This class is used to associate an inspector class name with its builder. The IlvStDefineInspectorPanelBuilder
macro can be used to generate a class derived from the IlvStInspectorPanelBuilder
class.
IlvStudio
, IlvStInspector
, IlvStDefineInspectorPanelBuilder
.
|
pure virtual |
Creates the IlvStInspectorPanel
for an inspector class.
display | The display. |
className | The inspector class name. |
transientFor | The view system for which the inspector is transient. |
updateMode | Specifies when the modifications are applied to the inspected object. By default, modifications are performed when the user presses the Apply button. |
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.