Expression variable interface.
Public Member Functions | |
| virtual void | SetName (iHString *ahspString)=0 |
| Set the variable name. More... | |
| virtual iHString * | GetName () const =0 |
| Get the variable name. More... | |
| virtual tBool | Copy (const iExpressionVariable *apVar)=0 |
| Copy the specified variable. More... | |
| virtual iExpressionVariable * | Clone () const =0 |
| Clone this variable. More... | |
| virtual eExpressionVariableType | GetType () const =0 |
| Get the variable's type. {Property}. More... | |
| virtual tExpressionVariableFlags | GetFlags () const =0 |
| Get the variable's flags. {Property}. More... | |
| virtual void | SetFloat (tF64 aV)=0 |
| Set the float value of the variable. {Property}. More... | |
| virtual tF64 | GetFloat () const =0 |
| Get the float value of the variable. {Property}. More... | |
| virtual void | SetVec2 (const sVec2f &aV)=0 |
| Set the vector2 value of the variable. {Property}. More... | |
| virtual sVec2f | GetVec2 () const =0 |
| Get the vector2 value of the variable. {Property}. More... | |
| virtual void | SetVec3 (const sVec3f &aV)=0 |
| Get the vector3 value of the variable. {Property}. More... | |
| virtual sVec3f | GetVec3 () const =0 |
| Get the vector3 value of the variable. {Property}. More... | |
| virtual void | SetVec4 (const sVec4f &aV)=0 |
| Get the vector4 value of the variable. {Property}. More... | |
| virtual sVec4f | GetVec4 () const =0 |
| Get the vector4 value of the variable. {Property}. More... | |
| virtual void | SetMatrix (const sMatrixf &aV)=0 |
| Get the matrix value of the variable. {Property}. More... | |
| virtual sMatrixf | GetMatrix () const =0 |
| Get the matrix value of the variable. {Property}. More... | |
| virtual void | SetString (const cString &aV)=0 |
| Get the string value of the variable. {Property}. More... | |
| virtual cString | GetString () const =0 |
| Get the string value of the variable. {Property}. More... | |
Public Member Functions inherited from iUnknown | |
| virtual tBool | IsOK () const =0 |
| Check if the object is valid. More... | |
| virtual tI32 | AddRef ()=0 |
| Signal that one more reference of the object has been created. More... | |
| virtual tI32 | Release ()=0 |
| Release a reference of the object. More... | |
| virtual void | DeleteThis ()=0 |
| Bypass any reference counting and delete this object. More... | |
| virtual void | Invalidate ()=0 |
| Invalidate the object. More... | |
| virtual iUnknown * | QueryInterface (const tUUID &aIID)=0 |
| Query an interface. More... | |
| virtual void | ListInterfaces (iMutableCollection *apLst, tU32 anFlags) const =0 |
| Fill a UUID list containing the UUIDs of the implemented interfaces. More... | |
| virtual tI32 | SetNumRefs (tI32 anNumRefs)=0 |
| Set the reference counter directly. More... | |
| virtual tI32 | GetNumRefs () const =0 |
| Get the number of references to this object. More... | |
|
pure virtual |
Get the variable name.
|
pure virtual |
Copy the specified variable.
|
pure virtual |
Clone this variable.
|
pure virtual |
Get the variable's type. {Property}.
|
pure virtual |
Get the variable's flags. {Property}.
|
pure virtual |
Get the float value of the variable. {Property}.
Set the vector2 value of the variable. {Property}.
|
pure virtual |
Get the vector2 value of the variable. {Property}.
Get the vector3 value of the variable. {Property}.
|
pure virtual |
Get the vector3 value of the variable. {Property}.
Get the vector4 value of the variable. {Property}.
|
pure virtual |
Get the vector4 value of the variable. {Property}.
Get the matrix value of the variable. {Property}.
|
pure virtual |
Get the matrix value of the variable. {Property}.
Get the string value of the variable. {Property}.
|
pure virtual |
Get the string value of the variable. {Property}.
1.8.7