Go to the documentation of this file. 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;
FWEventItem * m_collection
std::vector< std::string > getTitles() const override
returns the title names for each column
int numberOfColumns() const override
Number of columns in the table.
FWTextTableCellRenderer m_bodyRenderer
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'.
FWCollectionSummaryWidget * m_widget
const FWCollectionSummaryTableManager & operator=(const FWCollectionSummaryTableManager &)=delete
FWTableCellRendererBase * cellRenderer(int iSortedRowNumber, int iCol) const override
FWTableCellRendererBase * rowHeader(int iSortedRowNumber) const override
Returns the renderer for the row header for the sorted row number iSortedRowNumber.
std::vector< int > m_sortedToUnsortedIndicies
FWCollectionSummaryModelCellRenderer m_renderer
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...
bool hasRowHeaders() const override
Returns 'true' if this table has row headers. Defaults return value is false.
void buttonReleasedInRowHeader(Int_t row, Event_t *event, Int_t relX, Int_t relY) override
FWCollectionSummaryTableManager(FWEventItem *iCollection, const TGGC *iContext, const TGGC *iHighlightContext, FWCollectionSummaryWidget *)
~FWCollectionSummaryTableManager() override
int numberOfRows() const override
Number of rows in the table.