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