Home
last modified time | relevance | path

Searched refs:m_editormodified (Results 1 – 2 of 2) sorted by relevance

/dports/editors/calligraplan/calligraplan-3.3.0/src/workpackage/
H A Dpart.cpp84 m_editormodified(false), in DocumentChild()
146 if (m_editormodified != mod) { in setModified()
147 m_editormodified = mod; in setModified()
164 if (m_type == Type_KParts && m_editor && (m_editor->isModified() != m_editormodified)) { in slotUpdateModified()
286 return m_editormodified; in isModified()
H A Dpart.h127 bool m_editormodified; variable