Go to the documentation of this file.
16 virtual void setValue(
const std::vector<Core::DocObject*>& list);
27 const std::vector<Core::DocObject*>&
getValue()
const;
35 virtual bool isLink()
const {
return true; }
36 virtual std::shared_ptr<Core::DbgInfo>
getDbgInfo()
const override;
virtual std::shared_ptr< Core::DbgInfo > getDbgInfo() const override
Returns the debug information for this property.
virtual void paste(const Core::Property &from) override
Paste the value from the property (mainly for Undo/Redo and transactions)
PropertyKind
Definition: Property.h:42
virtual void setValue(const std::vector< Core::DocObject * > &list)
virtual void copyValue(Core::Property *p)
virtual const Core::PropertyKind getPropertyKind(void) const
virtual bool setValueFromVariant(const Core::Variant &)
virtual void addLink(Core::DocObject *o)
Definition: DocObject.h:54
Core::Variant getVariant(void) const
Definition: Persistence.h:13
std::vector< Core::DocObject * > _linkList
Definition: PropertySolverElementLinkVector.h:41
const std::vector< Core::DocObject * > & getValue() const
PropertySolverElementLinkVector()
virtual void restore(Base::AbstractXMLReader &reader, Base::PersistenceVersion &version)
This method is used to restore properties from an XML document.
Definition: PropertySolverElementLinkVector.h:9
virtual bool isEqual(const Property *) const
compare properties
Definition: AbstractXMLReader.h:7
virtual bool hasLink(Core::DocObject *o) const
virtual void removeLink(Core::DocObject *o)
LX_CORE_EXPORT Version & version
Definition: Property.h:72
virtual Core::Property * copy(void) const override
Returns a new copy of the property (mainly for Undo/Redo and transactions). The copy has no container...
virtual bool isLink() const
Check if Property is of type PropertyLink, LinkSet etc. For better performance.
Definition: PropertySolverElementLinkVector.h:35
virtual ~PropertySolverElementLinkVector()
#define TYPESYSTEM_HEADER()
define for subclassing Base::BaseClass
Definition: Base.h:12
DECLARE_PROPERTY_FACTORY(PropertyAxis1_Factory, Core::PropertyAxis1)
virtual void save(Base::AbstractWriter &writer, Base::PersistenceVersion &save_version)
This method is used to save properties or very small amounts of data to an XML document.