TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | List of all members
iExpressionVariable Struct Referenceabstract
Inheritance diagram for iExpressionVariable:
iUnknown

Detailed Description

Expression variable interface.

Public Member Functions

virtual void SetName (iHString *ahspString)=0
 Set the variable name. More...
 
virtual iHStringGetName () const =0
 Get the variable name. More...
 
virtual tBool Copy (const iExpressionVariable *apVar)=0
 Copy the specified variable. More...
 
virtual iExpressionVariableClone () 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 iUnknownQueryInterface (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...
 

Member Function Documentation

virtual void SetName ( iHString ahspString)
pure virtual

Set the variable name.

virtual iHString* GetName ( ) const
pure virtual

Get the variable name.

virtual tBool Copy ( const iExpressionVariable apVar)
pure virtual

Copy the specified variable.

virtual iExpressionVariable* Clone ( ) const
pure virtual

Clone this variable.

virtual eExpressionVariableType GetType ( ) const
pure virtual

Get the variable's type. {Property}.

virtual tExpressionVariableFlags GetFlags ( ) const
pure virtual

Get the variable's flags. {Property}.

virtual void SetFloat ( tF64  aV)
pure virtual

Set the float value of the variable. {Property}.

virtual tF64 GetFloat ( ) const
pure virtual

Get the float value of the variable. {Property}.

virtual void SetVec2 ( const sVec2f aV)
pure virtual

Set the vector2 value of the variable. {Property}.

virtual sVec2f GetVec2 ( ) const
pure virtual

Get the vector2 value of the variable. {Property}.

virtual void SetVec3 ( const sVec3f aV)
pure virtual

Get the vector3 value of the variable. {Property}.

virtual sVec3f GetVec3 ( ) const
pure virtual

Get the vector3 value of the variable. {Property}.

virtual void SetVec4 ( const sVec4f aV)
pure virtual

Get the vector4 value of the variable. {Property}.

virtual sVec4f GetVec4 ( ) const
pure virtual

Get the vector4 value of the variable. {Property}.

virtual void SetMatrix ( const sMatrixf aV)
pure virtual

Get the matrix value of the variable. {Property}.

virtual sMatrixf GetMatrix ( ) const
pure virtual

Get the matrix value of the variable. {Property}.

virtual void SetString ( const cString aV)
pure virtual

Get the string value of the variable. {Property}.

virtual cString GetString ( ) const
pure virtual

Get the string value of the variable. {Property}.