Home
last modified time | relevance | path

Searched refs:DOCUMENT_SERIALIZE_GRAPH_BEFORE (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Cmd/
H A DCmdGuidelineRemoveXT.cpp42 !attributes.hasAttribute(DOCUMENT_SERIALIZE_GRAPH_BEFORE)) { in CmdGuidelineRemoveXT()
48 .arg (DOCUMENT_SERIALIZE_GRAPH_BEFORE)); in CmdGuidelineRemoveXT()
52 m_valueBefore = attributes.value(DOCUMENT_SERIALIZE_GRAPH_BEFORE).toDouble(); in CmdGuidelineRemoveXT()
83 writer.writeAttribute(DOCUMENT_SERIALIZE_GRAPH_BEFORE, QString::number (m_valueBefore)); in saveXml()
H A DCmdGuidelineRemoveYR.cpp42 !attributes.hasAttribute(DOCUMENT_SERIALIZE_GRAPH_BEFORE)) { in CmdGuidelineRemoveYR()
48 .arg (DOCUMENT_SERIALIZE_GRAPH_BEFORE)); in CmdGuidelineRemoveYR()
52 m_valueBefore = attributes.value(DOCUMENT_SERIALIZE_GRAPH_BEFORE).toDouble(); in CmdGuidelineRemoveYR()
83 writer.writeAttribute(DOCUMENT_SERIALIZE_GRAPH_BEFORE, QString::number (m_valueBefore)); in saveXml()
H A DCmdGuidelineMoveXT.cpp44 !attributes.hasAttribute(DOCUMENT_SERIALIZE_GRAPH_BEFORE) || in CmdGuidelineMoveXT()
51 .arg (DOCUMENT_SERIALIZE_GRAPH_BEFORE) in CmdGuidelineMoveXT()
57 m_valueBefore = attributes.value(DOCUMENT_SERIALIZE_GRAPH_BEFORE).toDouble(); in CmdGuidelineMoveXT()
91 writer.writeAttribute(DOCUMENT_SERIALIZE_GRAPH_BEFORE, QString::number (m_valueBefore)); in saveXml()
H A DCmdGuidelineMoveYR.cpp44 !attributes.hasAttribute(DOCUMENT_SERIALIZE_GRAPH_BEFORE) || in CmdGuidelineMoveYR()
51 .arg (DOCUMENT_SERIALIZE_GRAPH_BEFORE) in CmdGuidelineMoveYR()
57 m_valueBefore = attributes.value(DOCUMENT_SERIALIZE_GRAPH_BEFORE).toDouble(); in CmdGuidelineMoveYR()
91 writer.writeAttribute(DOCUMENT_SERIALIZE_GRAPH_BEFORE, QString::number (m_valueBefore)); in saveXml()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Document/
H A DDocumentSerialize.h153 extern const QString DOCUMENT_SERIALIZE_GRAPH_BEFORE;
H A DDocumentSerialize.cpp150 const QString DOCUMENT_SERIALIZE_GRAPH_BEFORE ("GraphBefore"); variable