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

Method UpdateColumns

DebugView++/LogView.cpp:252–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void CLogView::UpdateColumns()
253{
254 int columns = GetHeader().GetItemCount();
255 for (int i = 0; i < columns; ++i)
256 DeleteColumn(0);
257
258 int col = 0;
259 for (auto& item : m_columns)
260 {
261 if (item.enable)
262 InsertColumn(col++, &item.column);
263 }
264}
265
266ColumnInfo MakeColumn(Column::type column, const wchar_t* name, int format, int width)
267{

Callers

nothing calls this directly

Calls 1

DeleteColumnFunction · 0.85

Tested by

no test coverage detected