MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnTableEditFileSave

Method OnTableEditFileSave

editor/TableFileEdit.cpp:138–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void CTableFileEdit::OnTableEditFileSave() {
139 // TODO: Add your command handler code here
140 m_PageList.SaveSelected(&m_DescriptionBox);
141
142 if (!m_PageList.SaveTable(NULL)) {
143 MessageBox("The save was unsuccessfull", "Save Table Error!");
144 return;
145 }
146 m_PageList.SetTitleString(this);
147}
148
149void CTableFileEdit::OnTableEditFileSaveAs() {
150 // TODO: Add your command handler code here

Callers

nothing calls this directly

Calls 3

SaveSelectedMethod · 0.80
SaveTableMethod · 0.80
SetTitleStringMethod · 0.45

Tested by

no test coverage detected