10 using namespace swift::misc::simulation;
20 (void)QT_TRANSLATE_NOOP(
"MatchingStatisticsModel",
"session");
21 (void)QT_TRANSLATE_NOOP(
"MatchingStatisticsModel",
"model set");
22 (void)QT_TRANSLATE_NOOP(
"MatchingStatisticsModel",
"combination");
23 (void)QT_TRANSLATE_NOOP(
"MatchingStatisticsModel",
"type");
24 (void)QT_TRANSLATE_NOOP(
"MatchingStatisticsModel",
"aircraft");
25 (void)QT_TRANSLATE_NOOP(
"MatchingStatisticsModel",
"airline");
30 if (m_mode == mode) {
return; }
35 case ForMultiSessions:
39 case ForSingleSession:
static CColumn standardString(const QString &headerName, const swift::misc::CPropertyIndex &propertyIndex, int alignment=CDefaultFormatter::alignDefault())
Get a standard string object formatted column.
static CColumn standardInteger(const QString &headerName, const QString &toolTip, const swift::misc::CPropertyIndex &propertyIndex, int alignment=CDefaultFormatter::alignRightVCenter())
Get a standard integer value formatted column.
void addColumn(const CColumn &column)
Add a column.
virtual bool setSortColumnByPropertyIndex(const swift::misc::CPropertyIndex &propertyIndex)
Set column for sorting.
CColumns m_columns
columns metadata
MatchingStatisticsMode
How to display.
void setMode(MatchingStatisticsMode mode)
Set mode.
Models to be used with views, mainly QTableView.