16 #include "TVirtualX.h" 36 m_sizeOfOrderIcon(height()),
37 m_isSortable(isSortable) {
39 FontMetrics_t metrics;
40 font()->GetFontMetrics(&metrics);
89 gVirtualX->DrawLine(iID, c, iX + h / 2, iY + 2 + dY, iX, iY + h - 2 + dY);
90 gVirtualX->DrawLine(iID, c, iX, iY + h - 2 + dY, iX + h, iY + h - 2 + dY);
91 gVirtualX->DrawLine(iID, c, iX + h / 2, iY + 2 + dY, iX + h, iY + h - 2 + dY);
94 gVirtualX->DrawLine(iID, c, iX, iY + 2 + dY, iX + h, iY + 2 + dY);
95 gVirtualX->DrawLine(iID, c, iX + h / 2, iY + h - 2 + dY, iX + h, iY + 2 + dY);
96 gVirtualX->DrawLine(iID, c, iX + h / 2, iY + h - 2 + dY, iX, iY + 2 + dY);
FWColumnLabelCellRenderer(const TGGC *iContext=&(getDefaultGC()), bool isSortable=true)
static const std::string kDescendingSort
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
void setSortOrder(fireworks::table::SortOrder)
UInt_t width() const override
returns the minimum width of the cell to which the renderer is representing
void draw(Drawable_t iID, int iX, int iY, unsigned int iWidth, unsigned int iHeight) override
void draw(Drawable_t iID, int iX, int iY, unsigned int iWidth, unsigned int iHeight) override
int m_sizeOfOrderIconStartX
const TGFont * font() const
UInt_t width() const override
returns the minimum width of the cell to which the renderer is representing
const TGGC * graphicsContext() const
fireworks::table::SortOrder sortOrder() const
fireworks::table::SortOrder m_sortOrder
~FWColumnLabelCellRenderer() override