#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 | |
| rtti::ObjectPtr< Object > | 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 for pointer type.
|
overridevirtual |
Sets 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.
| rtti::ObjectPtr<Object> mValue |