MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / CMiniFilterTable

Method CMiniFilterTable

WinArk/MiniFilterTable.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92CMiniFilterTable::CMiniFilterTable(BarInfo& bars, TableInfo& table) :CTable(bars, table) {
93 SetTableWindowInfo(bars.nbar);
94 Refresh();
95}
96
97CString CMiniFilterTable::AltitudeToGroupName(int altitude) {
98 if (altitude >= 420000 && altitude <= 429999) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected