#include <instanceproperty.h>
Public Member Functions | |
| virtual bool | setValue (rtti::ResolvedPath &resolvedTargetPath, utility::ErrorState &errorState) const override |
Public Member Functions inherited from Object | |
| Object () | |
| virtual | ~Object () |
| virtual bool | init (utility::ErrorState &errorState) |
| virtual void | onDestroy () |
| Object (Object &)=delete | |
| Object & | operator= (const Object &)=delete |
| Object (Object &&)=delete | |
| Object & | operator= (Object &&)=delete |
Public Attributes | |
| ComponentPtr< Component > | mValue |
Public Attributes inherited from Object | |
| std::string | mID |
| Property: 'mID' unique name of the object. Used as an identifier by the system. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Object | |
| static bool | isIDProperty (rtti::Instance &object, const rtti::Property &property) |
Instance property value a ComponentPtr type. The value contains a path as if it was present on the original attribute. So, any relative paths are relative to the original location of the property.
|
overridevirtual |
Sets component pointer value.
| resolvedTargetPath | Path to the property to modify. The Path is constructed from both the ComponentPtr and the RTTIPath. |
| errorState | If function returns false, contains error information if an error occurs, like types that do not match. |
Implements InstancePropertyValue.
| ComponentPtr<Component> mValue |