Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Property class. More...
#include <ivstudio/stprop.h>
Public Member Functions | |
IlvStPropertySet (const char *name) | |
Initializes an instance of IlvStPropertySet . | |
IlvStPropertySet (const IlSymbol *name) | |
Initializes an instance of IlvStPropertySet . | |
virtual const char * | getName () const |
Returns the property name. | |
virtual IlBoolean | getPropertyValue (const IlSymbol *name, IlvValue &val) |
Returns the value from a property. | |
virtual void | setName (const char *str) |
Sets the property name. | |
virtual IlBoolean | setPropertyValue (const IlSymbol *name, const IlvValue &value) |
Sets the value of one property. |
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 const char* IlvStPropertySet::getName | ( | ) | const [virtual] |
Returns the property name.
Reimplemented from IlvStProperty.
Reimplemented in IlvStPanelHandler.
virtual IlBoolean IlvStPropertySet::getPropertyValue | ( | const IlSymbol * | name, | |
IlvValue & | val | |||
) | [virtual] |
Returns the value from a property.
name | The property name | |
value | Contains the property value. |
virtual void IlvStPropertySet::setName | ( | const char * | str | ) | [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.