Rogue Wave Views Studio Package API Reference Guide |
Rogue Wave Views Documentation Home |
Inspector class. More...
#include <ivstudio/inspectors/genprop.h>
Public Member Functions | |
virtual const char * | getString () const =0 |
Returns a character string that represents the object's value. More... | |
virtual IlvValue & | getValue (IlvValue &val) const =0 |
Copies the object's value to the value. More... | |
virtual void | modified () |
Is called automatically after the object has been modified. More... | |
virtual void | set (const IlvStIProperty &prop)=0 |
Copies the property to this property. More... | |
virtual void | setString (const char *str)=0 |
Converts the character string to the object's value. More... | |
virtual void | setValue (const IlvValue &val)=0 |
Sets the value to the object. More... | |
Inspector class.
Library: ivstudio
This class defines data that is transferred between accessors and editors.
In most cases, it encapsulates an IlvValue
object.
IlvStIValueProperty
.
|
pure virtual |
Returns a character string that represents the object's value.
Implemented in IlvStIValueProperty.
Copies the object's value to the value.
val | Contains the value. |
Implemented in IlvStIValueProperty.
|
virtual |
Is called automatically after the object has been modified.
By default, this method does nothing, unless it is redefined in a derived class.
|
pure virtual |
Copies the property to this property.
prop | The new property. |
Implemented in IlvStIValueProperty.
|
pure virtual |
Converts the character string to the object's value.
str | The character string which contains the value. |
Implemented in IlvStIValueProperty.
|
pure virtual |
© 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.