Go to the documentation of this file.
2 #ifndef Fireworks_Core_FWTriggerTableViewTableManager_h
3 #define Fireworks_Core_FWTriggerTableViewTableManager_h
42 std::vector<std::string>
getTitles()
const override;
51 void implSort(
int iCol,
bool iSortOrder)
override;
~FWTriggerTableViewTableManager() override
FWTableCellRendererBase * cellRenderer(int iSortedRowNumber, int iCol) const override
void implSort(int iCol, bool iSortOrder) override
FWTextTableCellRenderer * m_renderer
const FWTriggerTableView * m_view
const FWTriggerTableViewTableManager & operator=(const FWTriggerTableViewTableManager &)=delete
int numberOfColumns() const override
Number of columns in the table.
FWTriggerTableViewTableManager(const FWTriggerTableView *)
int unsortedRowNumber(int iSortedRowNumber) const override
when passed the index to the sorted order of the rows it returns the original row number from the und...
int numberOfRows() const override
Number of rows in the table.
std::vector< std::string > getTitles() const override
returns the title names for each column
std::vector< int > m_sortedToUnsortedIndices