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

Method OnUpdateViewFullRow

legacy/hogedit/HogEditView.cpp:807–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805}
806
807void CHogEditView::OnUpdateViewFullRow(CCmdUI *pCmdUI) {
808 // TODO: Add your command update UI handler code here
809 pCmdUI->SetCheck(m_bFullRowSel);
810}
811
812// will notify user if any files in .rib have been modified (may need to rebuild .hog)
813void CHogEditView::OnActionUpdate() {

Callers

nothing calls this directly

Calls 1

SetCheckMethod · 0.80

Tested by

no test coverage detected