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

Method OnTableEditBtnNext

editor/TableFileEdit.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void CTableFileEdit::OnTableEditBtnNext() {
111 // TODO: Add your control notification handler code here
112 m_PageList.SaveSelected(&m_DescriptionBox);
113 m_PageList.SelectNext();
114 m_PageList.DisplaySelected(&m_NameList, &m_DescriptionBox);
115}
116
117void CTableFileEdit::OnTableEditBtnPrevious() {
118 // TODO: Add your control notification handler code here

Callers

nothing calls this directly

Calls 3

SaveSelectedMethod · 0.80
SelectNextMethod · 0.80
DisplaySelectedMethod · 0.80

Tested by

no test coverage detected