Public Member Functions | |
| DynamicValueSource (const DynamicValueSource &other) | |
| DynamicValueSource (DynamicValueSource &&other) | |
| DynamicValueSource & | operator= (const DynamicValueSource &other) |
| DynamicValueSource & | operator= (DynamicValueSource &&other) |
| DynamicValueSourceTypes::DynamicValueSourceType | getSourceType () const |
| const DynamicValue & | getConstant () const |
| const VarReference & | getVarReference () const |
| bool | load (const Data::InternalTypeTaggedValue &data, const Common::String &varSource, const Common::String &varString) |
| bool | load (const Data::PlugInTypeTaggedValue &data) |
| void | linkInternalReferences (ObjectLinkingScope *scope) |
| void | visitInternalReferences (IStructuralReferenceVisitor *visitor) |
| DynamicValue | produceValue (const DynamicValue &incomingData) const |