#include <Fireworks/TableWidget/interface/FWColumnLabelCellRenderer.h>
Public Member Functions | |
void | draw (Drawable_t iID, int iX, int iY, unsigned int iWidth, unsigned int iHeight) override |
FWColumnLabelCellRenderer (const TGGC *iContext=&(getDefaultGC()), bool isSortable=true) | |
void | setSortOrder (fireworks::table::SortOrder) |
fireworks::table::SortOrder | sortOrder () const |
UInt_t | width () const override |
returns the minimum width of the cell to which the renderer is representing More... | |
~FWColumnLabelCellRenderer () override | |
Public Member Functions inherited from FWTextTableCellRenderer | |
const std::string & | data () |
void | draw (Drawable_t iID, int iX, int iY, unsigned int iWidth, unsigned int iHeight) override |
const TGFont * | font () const |
FWTextTableCellRenderer (const TGGC *iContext=&(getDefaultGC()), const TGGC *iHighlightContext=&(getDefaultHighlightGC()), Justify iJustify=kJustifyLeft) | |
FWTextTableCellRenderer (const FWTextTableCellRenderer &)=delete | |
const TGGC * | graphicsContext () const |
UInt_t | height () const override |
returns the minimum height of the cell to which the renderer is representing More... | |
const TGGC * | highlightContext () const |
const FWTextTableCellRenderer & | operator= (const FWTextTableCellRenderer &)=delete |
bool | selected () |
void | setData (const std::string &, bool isSelected) |
void | setData (const char *, bool isSelected) |
void | setGraphicsContext (const TGGC *iContext) |
void | setHighlightContext (const TGGC *context) |
void | setJustify (Justify) |
UInt_t | width () const override |
returns the minimum width of the cell to which the renderer is representing More... | |
~FWTextTableCellRenderer () override | |
Public Member Functions inherited from FWTableCellRendererBase | |
virtual void | buttonEvent (Event_t *iClickEvent, int iRelClickX, int iRelClickY) |
FWTableCellRendererBase () | |
FWTableCellRendererBase (const FWTableCellRendererBase &)=delete | |
const FWTableCellRendererBase & | operator= (const FWTableCellRendererBase &)=delete |
virtual | ~FWTableCellRendererBase () |
Private Attributes | |
bool | m_isSortable |
int | m_sizeOfOrderIcon |
int | m_sizeOfOrderIconStartX |
fireworks::table::SortOrder | m_sortOrder |
Static Private Attributes | |
static const UInt_t | kGap = 2 |
Additional Inherited Members | |
Public Types inherited from FWTextTableCellRenderer | |
enum | Justify { kJustifyLeft, kJustifyRight, kJustifyCenter } |
Static Public Member Functions inherited from FWTextTableCellRenderer | |
static const TGGC & | getDefaultGC () |
static const TGGC & | getDefaultHighlightGC () |
Description: Cell Renderer which handles the labels at the top of columns
Usage: This renderer will draw both the text of the column's label and if the sort order has been set to kAscendingSort or kDescendingSort it will also draw the appropriate symbol denoting the sort order of the column.
Definition at line 30 of file FWColumnLabelCellRenderer.h.
FWColumnLabelCellRenderer::FWColumnLabelCellRenderer | ( | const TGGC * | iContext = &(getDefaultGC()) , |
bool | isSortable = true |
||
) |
Definition at line 33 of file FWColumnLabelCellRenderer.cc.
References FWTextTableCellRenderer::font(), m_isSortable, m_sizeOfOrderIcon, m_sizeOfOrderIconStartX, and PostProcessorHGCAL_cfi::metrics.
|
override |
Definition at line 57 of file FWColumnLabelCellRenderer.cc.
|
overridevirtual |
Called to draw a particular cell: arguments iID: the id for the drawable in the window. Needed in order to do calls to gVirtualX or to TGFont iX: screen x position that the cell drawing area starts iY: screen y position that the cell drawing area starts iWidth: width (x dimension) of cell drawing area. May be larger than value returned from width() iHeight: height (x dimension) of cell drawing area. May be larger than value returned from height()
Implements FWTableCellRendererBase.
Definition at line 81 of file FWColumnLabelCellRenderer.cc.
References HltBtagPostValidation_cff::c, FWTextTableCellRenderer::draw(), FWTextTableCellRenderer::graphicsContext(), h, fireworks::table::kAscendingSort, kDescendingSort, kGap, m_isSortable, m_sizeOfOrderIcon, m_sizeOfOrderIconStartX, and m_sortOrder.
void FWColumnLabelCellRenderer::setSortOrder | ( | fireworks::table::SortOrder | iOrder | ) |
Definition at line 74 of file FWColumnLabelCellRenderer.cc.
References cms::cuda::assert(), fireworks::table::kNotSorted, m_isSortable, and m_sortOrder.
Referenced by FWAdapterHeaderTableManager::cellRenderer().
fireworks::table::SortOrder FWColumnLabelCellRenderer::sortOrder | ( | ) | const |
Definition at line 107 of file FWColumnLabelCellRenderer.cc.
References m_sortOrder.
|
overridevirtual |
returns the minimum width of the cell to which the renderer is representing
Implements FWTableCellRendererBase.
Definition at line 109 of file FWColumnLabelCellRenderer.cc.
References kGap, m_isSortable, m_sizeOfOrderIcon, and FWTextTableCellRenderer::width().
|
staticprivate |
Definition at line 53 of file FWColumnLabelCellRenderer.h.
|
private |
Definition at line 58 of file FWColumnLabelCellRenderer.h.
Referenced by draw(), FWColumnLabelCellRenderer(), setSortOrder(), and width().
|
private |
Definition at line 55 of file FWColumnLabelCellRenderer.h.
Referenced by draw(), FWColumnLabelCellRenderer(), and width().
|
private |
Definition at line 56 of file FWColumnLabelCellRenderer.h.
Referenced by draw(), and FWColumnLabelCellRenderer().
|
private |
Definition at line 54 of file FWColumnLabelCellRenderer.h.
Referenced by draw(), setSortOrder(), and sortOrder().