SO3Engine
|
FlashValue.cpp
Go to the documentation of this file.
74FlashValue::FlashValue(bool booleanValue) : numValue(0), boolValue(booleanValue), valueType(FT_BOOLEAN)
78FlashValue::FlashValue(int numericValue) : numValue((float) numericValue), boolValue(0), valueType(FT_NUMBER)
82FlashValue::FlashValue(float numericValue) : numValue(numericValue), boolValue(0), valueType(FT_NUMBER)
86FlashValue::FlashValue(const char* stringValue) : strValue(stringValue), numValue(0), boolValue(0), valueType(FT_STRING)
92FlashValue::FlashValue(const wchar_t* stringValue) : strValue(stringValue), numValue(0), boolValue(0), valueType(FT_STRING)
96FlashValue::FlashValue(const std::string& stringValue) : strValue(stringValue), numValue(0), boolValue(0), valueType(FT_STRING)
100FlashValue::FlashValue(const std::wstring& stringValue) : wstrValue(stringValue), strValue(""), numValue(0), boolValue(0), valueType(FT_WSTRING)
105FlashValue::FlashValue(const dspStringBase& stringValue) : strValue(stringValue), numValue(0), boolValue(0), valueType(FT_STRING)
Definition FlashValue.h:201
Definition FlashValue.h:62
colorValueBase getNumberAsColor() const
Definition FlashValue.cpp:151
Definition Delegate.h:33
Definition FlashValue.h:44
Generated by 1.9.8