MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / ExitPoint_NoteEdit

Method ExitPoint_NoteEdit

exits/exitpoint.cpp:94–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94ExitPoint_NoteEdit::ExitPoint_NoteEdit(ExitPoint *parent) : ExitPoint(parent) {
95 exitReady = false;
96
97 title = "";
98 title_isSet = false;
99 title_isModified = false;
100
101 contents = "";
102 contents_isSet = false;
103 contents_isModified = false;
104 contents_is_dirty = false;
105
106 notebook = new QString("");
107 notebook_isSet = false;
108 notebook_isModified = false;
109
110 tags.clear();
111 tags_isSet = false;
112 tags_isModified = false;
113
114 updateDate_isSet = false;
115 updateDate_isModified = false;
116 subjectDate_isSet = false;
117 subjectDate_isModified = false;
118 creationDate_isModified = false;
119 creationDate_isSet = false;
120}
121
122
123void ExitPoint_NoteEdit::setExitReady() {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected