Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Inspector class. More...
#include <ivstudio/inspectors/genprop.h>
Public Member Functions | |
IlvStIValueProperty (const IlvStIValueProperty &src) | |
copy constructor. | |
IlvStIValueProperty (const IlvStValue &value, const char *name="") | |
Initializes an instance of IlvStIValueProperty . | |
virtual const char * | getString () const |
Returns a character string that represents the object's value. | |
virtual IlvValue & | getValue (IlvValue &value) const |
Copies the object's value to the value. | |
virtual void | set (const IlvStIProperty &src) |
Copies the property to this property. | |
virtual void | setString (const char *str) |
Converts the character string to the object's value. | |
virtual void | setValue (const IlvValue &value) |
Sets the value to the object. |
Inspector class.
Library: ivstudio
This class encapsulates an IlvValue
object and redefines the base class methods according to that object.
IlvStIValueProperty::IlvStIValueProperty | ( | const IlvStValue & | value, | |
const char * | name = "" | |||
) |
Initializes an instance of IlvStIValueProperty
.
value | The object value. | |
name | The object name. |
IlvStIValueProperty::IlvStIValueProperty | ( | const IlvStIValueProperty & | src | ) |
copy constructor.
src | The object which will be copied. |
virtual const char* IlvStIValueProperty::getString | ( | ) | const [virtual] |
Returns a character string that represents the object's value.
Implements IlvStIProperty.
Copies the object's value to the value.
val | Contains the value. |
Implements IlvStIProperty.
virtual void IlvStIValueProperty::set | ( | const IlvStIProperty & | prop | ) | [virtual] |
virtual void IlvStIValueProperty::setString | ( | const char * | str | ) | [virtual] |
Converts the character string to the object's value.
str | The character string which contains the value. |
Implements IlvStIProperty.
virtual void IlvStIValueProperty::setValue | ( | const IlvValue & | val | ) | [virtual] |
© 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.