Go to the documentation of this file.
13 static QRegExp xml10TextValidityPattern = QRegExp(
"[^\\x0009\\r\\n\\x0020-\\xD7FF\\xE000-\\xFFFD\\xd800\\xdc00-\\xdbff\\xdfff]");
16 static QString lexocadLineBreakMark = QString(
"#LecoxadLineBreak#");
Definition: PropertyString.h:20
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)
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.
virtual bool isEqual(const Property *) const
compare properties
Core::Variant getVariant(void) const
Definition: Persistence.h:13
void copyValue(Core::Property *p)
Definition: AbstractXMLReader.h:7
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
const Base::String & getValue() const
bool setValueFromVariant(const Core::Variant &value)
Definition: Property.h:72
A Utf-16 (windows) or ucs4 (unix) encoded string class.
Definition: String.h:18
Base::String _text
Definition: PropertyString.h:41
DECLARE_OPTIONAL_PROPERTY_HEADER(PropertyColorOpt, Core::PropertyColor)
#define TYPESYSTEM_HEADER()
define for subclassing Base::BaseClass
Definition: Base.h:12
DECLARE_PROPERTY_FACTORY(PropertyAxis1_Factory, Core::PropertyAxis1)
bool setValue(const Base::String &text)