const std::list< QDateTime > & getValue() const
Definition: PropertyDateTime.h:9
virtual ~PropertyDateTimeList()
Definition: PropertyDateTime.h:33
virtual void restore(Base::AbstractXMLReader &reader, Base::PersistenceVersion &version)
This method is used to restore properties from an XML document.
virtual bool isEqual(const Property *) const
compare properties
bool setValueFromVariant(const Core::Variant &value)
std::list< QDateTime > _dateTimeList
Definition: PropertyDateTime.h:59
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 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.
Core::Variant getVariant(void) const
Definition: PropertyDateTime.h:50
virtual void restore(Base::AbstractXMLReader &reader, Base::PersistenceVersion &version)
This method is used to restore properties from an XML document.
virtual void paste(const Core::Property &from) override
Paste the value from the property (mainly for Undo/Redo and transactions)
Definition: Persistence.h:13
bool setValueFromVariant(const Core::Variant &value)
Core::Variant getVariant(void) const
virtual bool isEqual(const Property *) const
compare properties
virtual bool createSQL(Base::AbstractWriter &writer, Base::PersistenceVersion &save_version, bool data) override
This method is used to save properties or very small amounts of data to an XML document.
Definition: AbstractXMLReader.h:7
void copyValue(Core::Property *p)
void setValue(const QDateTime &t)
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 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.
LX_CORE_EXPORT Version & version
void addDateTime(const QDateTime &t)
Definition: Property.h:72
void copyValue(Core::Property *p)
const QDateTime & getValue() const
virtual void paste(const Core::Property &from) override
Paste the value from the property (mainly for Undo/Redo and transactions)
QDateTime _datetime
Definition: PropertyDateTime.h:29
#define TYPESYSTEM_HEADER()
define for subclassing Base::BaseClass
Definition: Base.h:12
DECLARE_PROPERTY_FACTORY(PropertyAxis1_Factory, Core::PropertyAxis1)
void setValue(const std::list< QDateTime > &dtlist)