|
| | WsfVariable ()=default |
| | WsfVariable (const std::string &aInitialValue) |
| | WsfVariable (WsfStringId aInitialValue) |
| WsfStringId | operator= (const std::string &aValue) |
| WsfStringId | operator= (WsfStringId aValue) |
| | operator WsfStringId () const |
| | operator const std::string & () const |
| WsfStringId | GetId () const |
| const std::string & | GetString () const |
| WsfStringId | GetConstReference () const |
| bool | Initialize (const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, WsfScriptContext &aGlobalContext) |
| void | ReadValue (UtInput &aInput) |
| | Read a value from an input stream.
|
| | operator WsfStringId () const |
| WsfStringId | GetValue () const |
| WsfStringId | operator+ (const WsfStringId &aRhs) const |
| WsfStringId | operator- (const WsfStringId &aRhs) const |
| WsfStringId & | operator+= (const WsfStringId &aRhs) |
| WsfStringId & | operator-= (const WsfStringId &aRhs) |
| void | ReadValueOfType (UtInput &aInput, UtInput::ValueType aType) |
| | Read a unitary value from an input stream.
|
| void | ValueInClosedRange (UtInput &aInput, WsfStringId aMinValue, WsfStringId aMaxValue) |
| void | ValueGreater (UtInput &aInput, WsfStringId aMinValue) |
| void | ValueGreaterOrEqual (UtInput &aInput, WsfStringId aMinValue) |
| void | ValueLess (UtInput &aInput, WsfStringId aMaxValue) |
| void | ValueLessOrEqual (UtInput &aInput, WsfStringId aMaxValue) |
| | WsfVariableBase () |
| bool | HasDefaultValue () const |
| | Has a default value been defined for a reference.
|
| bool | IsReference () const |
| | Is the variable a reference to a script variable?
|
|
| bool | DefaultOptionPresent (UtInput &aInput) |
| | Determine if the '/default' option is present.
|
| std::string | ObjectName (WsfComponent *aObjectPtr) |
| | Return the name of the object for messages.
|
| bool | ReadReference (UtInput &aInput) |
| bool | ResolveReference (const std::string &aVariableName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, const UtScriptData *&aRefValuePtr, WsfScriptContext &aGlobalContext) |
| bool | Initialize (const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, WsfStringId &aValue, WsfScriptContext &aGlobalContext) |
| void | ReadValue (UtInput &aInput, WsfStringId &aValue) |
| bool | Initialize (const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, double &aValue, WsfScriptContext &aGlobalContext) |
| void | ReadValue (UtInput &aInput, double &aValue) |
| void | ReadValueOfType (UtInput &aInput, UtInput::ValueType aType, double &aValue) |
| bool | Initialize (const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, float &aValue, WsfScriptContext &aGlobalContext) |
| void | ReadValue (UtInput &aInput, float &aValue) |
| void | ReadValueOfType (UtInput &aInput, UtInput::ValueType aType, float &aValue) |
| bool | Initialize (const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, int &aValue, WsfScriptContext &aGlobalContext) |
| void | ReadValue (UtInput &aInput, int &aValue) |
| void | ReadValueOfType (UtInput &aInput, UtInput::ValueType aType, int &aValue) |
| bool | Initialize (const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, bool &aValue, WsfScriptContext &aGlobalContext) |
| void | ReadValue (UtInput &aInput, bool &aValue) |
| bool | Initialize (const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, std::string &aValue, WsfScriptContext &aGlobalContext) |
| void | ReadValue (UtInput &aInput, std::string &aValue) |
| WsfStringId | mRefVarNameId |
| | The name (ID) of the referenced variable. It is less than zero if the variable is not a reference.
|
| bool | mHasDefaultValue |
| | 'true' if the '/default' option was provided
|