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

Method OnTableEditBtnPrevious

editor/TableFileEdit.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void CTableFileEdit::OnTableEditBtnPrevious() {
118 // TODO: Add your control notification handler code here
119 m_PageList.SaveSelected(&m_DescriptionBox);
120 m_PageList.SelectPrev();
121 m_PageList.DisplaySelected(&m_NameList, &m_DescriptionBox);
122}
123
124BOOL CTableFileEdit::OnInitDialog() {
125 CDialog::OnInitDialog();

Callers

nothing calls this directly

Calls 3

SaveSelectedMethod · 0.80
SelectPrevMethod · 0.80
DisplaySelectedMethod · 0.80

Tested by

no test coverage detected