14 #include "TVirtualX.h"
41 GCValues_t
t = *(iGC->GetAttributes());
42 m_colorContext = gClient->GetResourcePool()->GetGCPool()->GetGC(&t, kTRUE);
54 gClient->GetResourcePool()->GetGCPool()->FreeGC(
m_colorContext->GetGC());
78 Drawable_t iID,
int iX,
int iY,
unsigned int iWidth,
unsigned int iHeight) {
101 if (iY < 0 || iY > static_cast<int>(
kIconSize)) {
104 if (iX >= 0 && iX <= static_cast<int>(
kIconSize)) {
void draw(Drawable_t iID, int iX, int iY, unsigned int iWidth, unsigned int iHeight) override
const FWDisplayProperties & displayProperties() const
std::string modelName(int iIndex) const
void draw(Drawable_t iID, int iX, int iY, unsigned int iWidth, unsigned int iHeight) override
FWCollectionSummaryModelCellRenderer(const TGGC *iContext, const TGGC *iSelectContext)
FWColorBoxIcon * m_colorBox
static const unsigned int kSeparation
UInt_t width() const override
returns the minimum width of the cell to which the renderer is representing
FWCheckBoxIcon * m_checkBox
void draw(Drawable_t iID, GContext_t iContext, int iX, int iY) const
static const unsigned int kIconSize
~FWCollectionSummaryModelCellRenderer() override
const TGGC * graphicsContext() const
void setChecked(bool iChecked)
void setData(const std::string &, bool isSelected)
void setData(const FWEventItem *iItem, int iIndex)
UInt_t width() const override
returns the minimum width of the cell to which the renderer is representing
ModelInfo modelInfo(int iIndex) const
ClickHit clickHit(int iX, int iY) const
void setColor(GContext_t iColorContext)