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...
std::unique_ptr< QFont > _M_impl
Definition: PropertyFont.h:33
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.
PropertyFont & operator=(const PropertyFont &o)
virtual bool isEqual(const Property *) const
compare properties
Definition: Persistence.h:13
Core::Variant getVariant(void) const
const QFont & getValue() const
Definition: AbstractXMLReader.h:7
virtual void restore(Base::AbstractXMLReader &reader, Base::PersistenceVersion &version)
This method is used to restore properties from an XML document.
void copyValue(Core::Property *p)
LX_CORE_EXPORT Version & version
void setValue(const QFont &font)
Definition: Property.h:72
virtual void paste(const Core::Property &from) override
Paste the value from the property (mainly for Undo/Redo and transactions)
Definition: PropertyFont.h:10
#define TYPESYSTEM_HEADER()
define for subclassing Base::BaseClass
Definition: Base.h:12
DECLARE_PROPERTY_FACTORY(PropertyAxis1_Factory, Core::PropertyAxis1)
PropertyFont(const PropertyFont &o)
bool setValueFromVariant(const Core::Variant &value)