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