2 #ifndef Fireworks_Core_FWTriggerTableViewTableManager_h 3 #define Fireworks_Core_FWTriggerTableViewTableManager_h 41 std::vector<std::string>
getTitles()
const override;
50 void implSort(
int iCol,
bool iSortOrder)
override;
int numberOfRows() const override
Number of rows in the table.
FWTextTableCellRenderer * m_renderer
const FWTriggerTableView * m_view
int numberOfColumns() const override
Number of columns in the table.
void implSort(int iCol, bool iSortOrder) override
FWTableCellRendererBase * cellRenderer(int iSortedRowNumber, int iCol) const override
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...
FWTriggerTableViewTableManager(const FWTriggerTableView *)
std::vector< int > m_sortedToUnsortedIndices
const FWTriggerTableViewTableManager & operator=(const FWTriggerTableViewTableManager &)=delete
~FWTriggerTableViewTableManager() override
std::vector< std::string > getTitles() const override
returns the title names for each column