|
WSF
|
This is the complete list of members for WsfVariableBase, including all inherited members.
| DefaultOptionPresent(UtInput &aInput) | WsfVariableBase | protected |
| HasDefaultValue() const | WsfVariableBase | inline |
| Initialize(const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, double &aValue, WsfScriptContext &aGlobalContext) | WsfVariableBase | protected |
| Initialize(const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, float &aValue, WsfScriptContext &aGlobalContext) | WsfVariableBase | protected |
| Initialize(const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, int &aValue, WsfScriptContext &aGlobalContext) | WsfVariableBase | protected |
| Initialize(const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, bool &aValue, WsfScriptContext &aGlobalContext) | WsfVariableBase | protected |
| Initialize(const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, std::string &aValue, WsfScriptContext &aGlobalContext) | WsfVariableBase | protected |
| Initialize(const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, WsfStringId &aValue, WsfScriptContext &aGlobalContext) | WsfVariableBase | protected |
| IsReference() const | WsfVariableBase | inline |
| mHasDefaultValue | WsfVariableBase | protected |
| mRefVarNameId | WsfVariableBase | protected |
| ObjectName(WsfComponent *aObjectPtr) | WsfVariableBase | protected |
| ReadReference(UtInput &aInput) | WsfVariableBase | protected |
| ReadValue(UtInput &aInput, double &aValue) | WsfVariableBase | protected |
| ReadValue(UtInput &aInput, float &aValue) | WsfVariableBase | protected |
| ReadValue(UtInput &aInput, int &aValue) | WsfVariableBase | protected |
| ReadValue(UtInput &aInput, bool &aValue) | WsfVariableBase | protected |
| ReadValue(UtInput &aInput, std::string &aValue) | WsfVariableBase | protected |
| ReadValue(UtInput &aInput, WsfStringId &aValue) | WsfVariableBase | protected |
| ReadValueOfType(UtInput &aInput, UtInput::ValueType aType, double &aValue) | WsfVariableBase | protected |
| ReadValueOfType(UtInput &aInput, UtInput::ValueType aType, float &aValue) | WsfVariableBase | protected |
| ReadValueOfType(UtInput &aInput, UtInput::ValueType aType, int &aValue) | WsfVariableBase | protected |
| ResolveReference(const std::string &aVariableName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, const UtScriptData *&aRefValuePtr, WsfScriptContext &aGlobalContext) | WsfVariableBase | protected |
| WsfVariableBase() | WsfVariableBase |