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)
int m_sizeOfOrderIconStartX
const TGFont * font() const
const TGGC * graphicsContext() const
virtual ~FWColumnLabelCellRenderer()
fireworks::table::SortOrder sortOrder() const
virtual UInt_t width() const
returns the minimum width of the cell to which the renderer is representing
virtual void draw(Drawable_t iID, int iX, int iY, unsigned int iWidth, unsigned int iHeight)
fireworks::table::SortOrder m_sortOrder
virtual UInt_t width() const
returns the minimum width of the cell to which the renderer is representing
virtual void draw(Drawable_t iID, int iX, int iY, unsigned int iWidth, unsigned int iHeight)