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