20 virtual void setValue(
const boost::unordered_set<Core::DocObject*>& set);
21 bool setValueFromVariant(
const Core::Variant& value)
override;
23 bool setKeyValue(
const std::string& key,
const Core::Variant& value)
override;
25 std::map<std::string, Core::Variant> getKeyValueMap()
const override;
27 const boost::unordered_set<Core::DocObject*>& getValue()
const;
34 virtual void addLinks(
const boost::unordered_set<Core::DocObject*>& linkset);
39 size_t getSize()
const;
46 bool isEqual(
const Property* p)
const override;
47 bool isLink()
const override {
return true; }
48 std::shared_ptr<Core::DbgInfo> getDbgInfo()
const override;
51 boost::unordered_set<Core::DocObject*>
_linkSet;
#define CORE_EXPORT
Definition: core_defines2.h:10
Definition: Persistance.h:20
LX_CORE_EXPORT Version & version
Definition: CoreDocument.h:197
Definition: AbstractXMLReader.h:10
PropertyKind
Definition: Property.h:54
Definition: PropertyLinkSetBase.h:12
boost::unordered_set< Core::DocObject * > _linkSet
Definition: PropertyLinkSetBase.h:51
bool isLink() const override
Check if Property is of type PropertyLink, LinkSet etc. For better performance.
Definition: PropertyLinkSetBase.h:47
Definition: Property.h:81
std::map< Core::DocObject *, Core::DocObject * > DocObjectMap
Definition: DocObject.h:11
Definition: DocObject.h:28