rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Studio Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvStIInspectedObjectAccessor Class Reference

Inspector class. More...

#include <ivstudio/inspectors/insppnl.h>

Inheritance diagram for IlvStIInspectedObjectAccessor:
IlvStICombinedAccessor IlvStIPropertyAccessor IlvStIAccessor IlvStNamedObject

List of all members.

Public Member Functions

virtual IlvGraphicgetInspectedGraphic () const
 Returns the current inspected graphic object.

Protected Member Functions

virtual void applyValue (IlvStIProperty *)
 Called to change the property of the inspected object.
virtual IlvStIPropertygetOriginalValue ()
 Called to retrieve the property from the inspected object.

Detailed Description

Inspector class.

Library: ivstudio

This class is used by the inspector panel to return the current inspected graphic object.

See also:
IlvStInspectorPanel.

Member Function Documentation

virtual void IlvStIInspectedObjectAccessor::applyValue ( IlvStIProperty prop  )  [protected, virtual]

Called to change the property of the inspected object.

Is called by the apply method to change the property of the inspected object. Because the apply method performs internal operations, such as handling the building mode, we recommend that you redefine the applyValue method instead of the apply method.

Parameters:
prop The new value.

Reimplemented from IlvStIPropertyAccessor.

virtual IlvGraphic* IlvStIInspectedObjectAccessor::getInspectedGraphic (  )  const [virtual]

Returns the current inspected graphic object.

Returns:
The current inspected graphic object.
virtual IlvStIProperty* IlvStIInspectedObjectAccessor::getOriginalValue (  )  [protected, virtual]

Called to retrieve the property from the inspected object.

Is called by the get method to retrieve the property from the inspected object. Because the get method performs internal operations, such as handling the building mode, we recommend that you redefine the getOriginalValue method instead of the get method.

Returns:
The original value.

Reimplemented from IlvStICombinedAccessor.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

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