Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
END_MSG_MAP()
165
166
bool CLogView::IsColumnViewed(int nID) const
167
{
168
return m_columns[nID - ID_VIEW_COLUMN_FIRST].enable;
169
}
170
171
void CLogView::OnViewColumn(UINT /*uNotifyCode*/, int nID, CWindow /*wndCtl*/)
172
{
Callers
1
UpdateUI
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected