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