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()))
const edm::EventSetup & c
void draw(Drawable_t iID, int iX, int iY, unsigned int iWidth, unsigned int iHeight) override
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
~FWCheckedTextTableCellRenderer() override
UInt_t width() const override
returns the minimum width of the cell to which the renderer is representing
ClassImp(AliDaqEventHeader)
const TGGC * graphicsContext() const
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
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