Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Property class. More...
#include <ivstudio/stprop.h>
Public Member Functions | |
virtual const char * | getName () const |
Returns the property name. | |
virtual const IlSymbol * | getNameSymbol () const |
Returns the property name. | |
virtual IlvValue & | getValue (IlvValue &value) const |
Returns the property value. | |
virtual void | setName (const char *str) |
Sets the property name. | |
virtual void | setNameSymbol (const IlSymbol *str) |
Sets the property name. | |
virtual void | setValue (const IlvValue &value) |
Sets the property value. |
Property class.
Library: ivstudio
A property is an object which associates a value with a name.
virtual const char* IlvStProperty::getName | ( | ) | const [virtual] |
Returns the property name.
Reimplemented in IlvStPanelHandler, and IlvStPropertySet.
virtual const IlSymbol* IlvStProperty::getNameSymbol | ( | ) | const [virtual] |
Returns the property name.
Returns the property value.
value | Contains the property value. |
virtual void IlvStProperty::setName | ( | const char * | str | ) | [virtual] |
virtual void IlvStProperty::setNameSymbol | ( | const IlSymbol * | str | ) | [virtual] |
Sets the property name.
str | The property name. |
virtual void IlvStProperty::setValue | ( | const IlvValue & | value | ) | [virtual] |
Sets the property value.
value | The property value. |
© 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.