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

Method OnSelChangeTableEditNameList

editor/TableFileEdit.cpp:100–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void CTableFileEdit::OnSelChangeTableEditNameList() {
101 // TODO: Add your control notification handler code here
102 int new_object_index;
103
104 m_PageList.SaveSelected(&m_DescriptionBox);
105 new_object_index = m_NameList.GetCurSel();
106 m_PageList.SelectNode(new_object_index);
107 m_PageList.DisplaySelected(&m_NameList, &m_DescriptionBox);
108}
109
110void CTableFileEdit::OnTableEditBtnNext() {
111 // TODO: Add your control notification handler code here

Callers

nothing calls this directly

Calls 3

SaveSelectedMethod · 0.80
SelectNodeMethod · 0.80
DisplaySelectedMethod · 0.80

Tested by

no test coverage detected