1 #ifndef Fireworks_Core_FWCollectionSummaryTableManager_h 2 #define Fireworks_Core_FWCollectionSummaryTableManager_h 44 virtual std::vector<std::string>
getTitles()
const;
58 virtual void implSort(
int iCol,
bool iSortOrder);
virtual FWTableCellRendererBase * rowHeader(int iSortedRowNumber) const
Returns the renderer for the row header for the sorted row number iSortedRowNumber.
FWCollectionSummaryModelCellRenderer m_renderer
virtual void implSort(int iCol, bool iSortOrder)
Called by 'sort' method to actually handle the sorting of the rows. Arguments are the same as 'sort'...
virtual bool hasRowHeaders() const
Returns 'true' if this table has row headers. Defaults return value is false.
virtual std::vector< std::string > getTitles() const
returns the title names for each column
virtual int numberOfRows() const
Number of rows in the table.
virtual ~FWCollectionSummaryTableManager()
const FWCollectionSummaryTableManager & operator=(const FWCollectionSummaryTableManager &)
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...
FWTextTableCellRenderer m_bodyRenderer
virtual void buttonReleasedInRowHeader(Int_t row, Event_t *event, Int_t relX, Int_t relY)
virtual int numberOfColumns() const
Number of columns in the table.
FWCollectionSummaryTableManager(FWEventItem *iCollection, const TGGC *iContext, const TGGC *iHighlightContext, FWCollectionSummaryWidget *)
FWCollectionSummaryWidget * m_widget
FWEventItem * m_collection
std::vector< int > m_sortedToUnsortedIndicies
virtual FWTableCellRendererBase * cellRenderer(int iSortedRowNumber, int iCol) const