| 94 | } |
| 95 | |
| 96 | CWFPFilterTable::CWFPFilterTable(BarInfo& bars, TableInfo& table) :CTable(bars, table) { |
| 97 | SetTableWindowInfo(bars.nbar); |
| 98 | Refresh(); |
| 99 | } |
| 100 | |
| 101 | int CWFPFilterTable::ParseTableEntry(CString& s, char& mask, int& select, WFPFilterInfo& info, int column) { |
| 102 | switch (static_cast<TableColumn>(column)) |
nothing calls this directly
no outgoing calls
no test coverage detected