rwlogo

Rogue Wave Views
Studio Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

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 um=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  um = 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.
modeSpecifies 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 2014, 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.