rwlogo

Rogue Wave Views
Studio Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
List of all members | Public Member Functions
IlvStInspectorPanelBuilder Class Referenceabstract

Inspector class. More...

#include <ivstudio/inspectors/insppnl.h>

Public Member Functions

virtual IlvStInspectorPanelcreate (IlvDisplay *display, const char *className, IlvSystemView transientFor=0, IlvStIAccessor::UpdateMode updateMode=IlvStIAccessor::OnApply)=0
 Creates the IlvStInspectorPanel for an inspector class. More...
 

Detailed Description

Inspector class.

Library: ivstudio

This class is used to associate an inspector class name with its builder. The IlvStDefineInspectorPanelBuilder can be used to generate a class derived from the IlvStInspectorPanelBuilder class.

See Also
IlvStudio, IlvStInspector, IlvStDefineInspectorPanelBuilder.

Member Function Documentation

virtual IlvStInspectorPanel* IlvStInspectorPanelBuilder::create ( IlvDisplay display,
const char *  className,
IlvSystemView  transientFor = 0,
IlvStIAccessor::UpdateMode  updateMode = IlvStIAccessor::OnApply 
)
pure virtual

Creates the IlvStInspectorPanel for an inspector class.

Parameters
displayThe display.
classNameThe inspector class name.
transientForThe view system for which the inspector is transient.
updateModeSpecifies when the modifications are applied to the inspected object. By default, modifications are performed when the user presses the Apply button.
Returns
The created inspector.

© Copyright 2015, 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.