MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / IsColumnViewed

Method IsColumnViewed

DebugView++/LogView.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164END_MSG_MAP()
165
166bool CLogView::IsColumnViewed(int nID) const
167{
168 return m_columns[nID - ID_VIEW_COLUMN_FIRST].enable;
169}
170
171void CLogView::OnViewColumn(UINT /*uNotifyCode*/, int nID, CWindow /*wndCtl*/)
172{

Callers 1

UpdateUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected