|
WSF
|
This is the complete list of members for WsfVariable< T >, including all inherited members.
| DefaultOptionPresent(UtInput &aInput) | WsfVariableBase | protected |
| GetValue() const | WsfVariable< T > | inline |
| HasDefaultValue() const | WsfVariableBase | inline |
| Initialize(const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, WsfScriptContext &aGlobalContext) | WsfVariable< T > | inline |
| WsfVariableBase::Initialize(const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, double &aValue, WsfScriptContext &aGlobalContext) | WsfVariableBase | protected |
| WsfVariableBase::Initialize(const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, float &aValue, WsfScriptContext &aGlobalContext) | WsfVariableBase | protected |
| WsfVariableBase::Initialize(const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, int &aValue, WsfScriptContext &aGlobalContext) | WsfVariableBase | protected |
| WsfVariableBase::Initialize(const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, bool &aValue, WsfScriptContext &aGlobalContext) | WsfVariableBase | protected |
| WsfVariableBase::Initialize(const std::string &aName, WsfComponent *aObjectPtr, WsfScriptContext *aContextPtr, std::string &aValue, WsfScriptContext &aGlobalContext) | WsfVariableBase | protected |
| WsfVariableBase::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 |
| operator T() const | WsfVariable< T > | inline |
| operator+(const T &aRhs) const | WsfVariable< T > | inline |
| operator+=(const T &aRhs) | WsfVariable< T > | inline |
| operator-(const T &aRhs) const | WsfVariable< T > | inline |
| operator-=(const T &aRhs) | WsfVariable< T > | inline |
| operator=(const T &aRhs) | WsfVariable< T > | inline |
| operator=(const WsfVariable< T > &aRhs) | WsfVariable< T > | inline |
| ReadReference(UtInput &aInput) | WsfVariableBase | protected |
| ReadValue(UtInput &aInput) | WsfVariable< T > | inline |
| WsfVariableBase::ReadValue(UtInput &aInput, double &aValue) | WsfVariableBase | protected |
| WsfVariableBase::ReadValue(UtInput &aInput, float &aValue) | WsfVariableBase | protected |
| WsfVariableBase::ReadValue(UtInput &aInput, int &aValue) | WsfVariableBase | protected |
| WsfVariableBase::ReadValue(UtInput &aInput, bool &aValue) | WsfVariableBase | protected |
| WsfVariableBase::ReadValue(UtInput &aInput, std::string &aValue) | WsfVariableBase | protected |
| WsfVariableBase::ReadValue(UtInput &aInput, WsfStringId &aValue) | WsfVariableBase | protected |
| ReadValueOfType(UtInput &aInput, UtInput::ValueType aType) | WsfVariable< T > | inline |
| WsfVariableBase::ReadValueOfType(UtInput &aInput, UtInput::ValueType aType, double &aValue) | WsfVariableBase | protected |
| WsfVariableBase::ReadValueOfType(UtInput &aInput, UtInput::ValueType aType, float &aValue) | WsfVariableBase | protected |
| WsfVariableBase::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 |
| ValueGreater(UtInput &aInput, T aMinValue) | WsfVariable< T > | inline |
| ValueGreaterOrEqual(UtInput &aInput, T aMinValue) | WsfVariable< T > | inline |
| ValueInClosedRange(UtInput &aInput, T aMinValue, T aMaxValue) | WsfVariable< T > | inline |
| ValueLess(UtInput &aInput, T aMaxValue) | WsfVariable< T > | inline |
| ValueLessOrEqual(UtInput &aInput, T aMaxValue) | WsfVariable< T > | inline |
| WsfVariable()=default | WsfVariable< T > | |
| WsfVariable(const T &aInitialValue) | WsfVariable< T > | inline |
| WsfVariable(const WsfVariable< T > &)=default | WsfVariable< T > | |
| WsfVariableBase() | WsfVariableBase |