Rogue Wave Views Studio Package API Reference Guide |
Rogue Wave Views Documentation Home |
Property class. More...
#include <ivstudio/stprop.h>
Public Member Functions | |
IlvStPropertySet (const IlSymbol *name) | |
Initializes an instance of IlvStPropertySet . More... | |
IlvStPropertySet (const char *name) | |
Initializes an instance of IlvStPropertySet . More... | |
virtual const char * | getName () const |
Returns the property name. More... | |
virtual IlBoolean | getPropertyValue (const IlSymbol *name, IlvValue &value) |
Returns the value from a property. More... | |
virtual void | setName (const char *str) |
Sets the property name. More... | |
virtual IlBoolean | setPropertyValue (const IlSymbol *name, const IlvValue &value) |
Sets the value of one property. More... | |
Public Member Functions inherited from IlvStProperty | |
virtual const IlSymbol * | getNameSymbol () const |
Returns the property name. More... | |
virtual IlvValue & | getValue (IlvValue &value) const |
Returns the property value. More... | |
virtual void | setNameSymbol (const IlSymbol *str) |
Sets the property name. More... | |
virtual void | setValue (const IlvValue &value) |
Sets the property value. More... | |
Property class.
Library: ivstudio
This property is a set of properties.
IlvStPropertySet::IlvStPropertySet | ( | const IlSymbol * | name | ) |
Initializes an instance of IlvStPropertySet
.
name | The property name. |
IlvStPropertySet::IlvStPropertySet | ( | const char * | name | ) |
Initializes an instance of IlvStPropertySet
.
name | The property name. |
|
virtual |
Returns the property name.
Reimplemented from IlvStProperty.
Reimplemented in IlvStPanelHandler.
|
virtual |
Returns the value from a property.
name | The property name |
value | Is set on return to the property value. |
IlFalse
if the property can not be found, and IlTrue
on success.
|
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.