16 #include "TVirtualX.h" 37 m_sizeOfOrderIcon(height()),
38 m_isSortable(isSortable)
42 FontMetrics_t metrics;
43 font()->GetFontMetrics(&metrics);
98 gVirtualX->DrawLine(iID, c, iX+h/2, iY+2+dY, iX, iY+h-2+dY);
99 gVirtualX->DrawLine(iID, c, iX, iY+h-2+dY, iX+h, iY+h-2+dY);
100 gVirtualX->DrawLine(iID, c, iX+h/2, iY+2+dY, iX+h, iY+h-2+dY);
103 gVirtualX->DrawLine(iID, c, iX, iY+2+dY, iX+h, iY+2+dY);
104 gVirtualX->DrawLine(iID, c, iX+h/2, iY+h-2+dY, iX+h, iY+2+dY);
105 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
void setSortOrder(fireworks::table::SortOrder)
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
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