14 #include "TVirtualX.h" 62 gVirtualX->DrawLine(iID, c, iX, iY, iX, iY + h);
63 gVirtualX->DrawLine(iID, c, iX + h, iY + h, iX, iY + h);
64 gVirtualX->DrawLine(iID, c, iX + h, iY + h, iX + h, iY);
65 gVirtualX->DrawLine(iID, c, iX + h, iY, iX, iY);
68 gVirtualX->DrawLine(iID, c, iX, iY + h / 2, iX + h / 2, iY + h);
69 gVirtualX->DrawLine(iID, c, iX + h, iY, iX + h / 2, iY + h);
78 iClickEvent->fType == kButtonRelease && iRelClickX >= 0 && iRelClickX <= h && iRelClickY >= 0 && iRelClickY <=
h;
FWCheckedTextTableCellRenderer(const TGGC *iContext=&(getDefaultGC()))
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
void draw(Drawable_t iID, int iX, int iY, unsigned int iWidth, unsigned int iHeight) override
~FWCheckedTextTableCellRenderer() override
UInt_t width() const override
returns the minimum width of the cell to which the renderer is representing
const TGGC * graphicsContext() const
ClassImp(FWCheckedTextTableCellRenderer)
UInt_t height() const override
returns the minimum height of the cell to which the renderer is representing
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 buttonEvent(Event_t *iClickEvent, int iRelClickX, int iRelClickY) override