Home
last modified time | relevance | path

Searched refs:DOCUMENT_SERIALIZE_EXPORT_POINTS_INTERVAL_FUNCTIONS (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Document/
H A DDocumentModelExportFormat.cpp150 attributes.hasAttribute(DOCUMENT_SERIALIZE_EXPORT_POINTS_INTERVAL_FUNCTIONS) && in loadXml()
161 …setPointsIntervalFunctions (attributes.value(DOCUMENT_SERIALIZE_EXPORT_POINTS_INTERVAL_FUNCTIONS).… in loadXml()
304 …writer.writeAttribute(DOCUMENT_SERIALIZE_EXPORT_POINTS_INTERVAL_FUNCTIONS, QString::number (m_poin… in saveXml()
H A DDocumentSerialize.h136 extern const QString DOCUMENT_SERIALIZE_EXPORT_POINTS_INTERVAL_FUNCTIONS;
H A DDocumentSerialize.cpp133 const QString DOCUMENT_SERIALIZE_EXPORT_POINTS_INTERVAL_FUNCTIONS ("PointsIntervalFunctions"); variable