CEventGraphics() | CEventGraphics | private |
closeDialog() | CEventGraphics | |
createEventFinish(IGraphics *graphicsRef) | CEventGraphics | static |
createEventKeyPulsed(uint16_t key, bool isShiftPressed, bool isControlPressed, bool isAltPressed, bool isEnterPressed, IGraphics *graphicsRef) | CEventGraphics | static |
createEventLongPulsation(double x, double y, double radius, IGraphics *graphicsRef) | CEventGraphics | static |
createEventMouse(double x, double y, double xRel, double yRel, double radius, CEventGraphics::EMouseEventType mouseEventType, CEventGraphics::EMouseButtonType buttonPulsed, IGraphics *graphicsRef) | CEventGraphics | static |
createEventOut(IGraphics *graphicsRef) | CEventGraphics | static |
createEventOutting(IGraphics *graphicsRef) | CEventGraphics | static |
createEventSpecialKey(CDialogGraphics *dialog, CEventGraphics::ESpecialKey specialKey, IGraphics *graphicsRef) | CEventGraphics | static |
EDragType enum name | CEventGraphics | |
EMouseButtonType enum name | CEventGraphics | |
EMouseEventType enum name | CEventGraphics | |
EPrvEventType enum name | CEventGraphics | private |
ESpecialKey enum name | CEventGraphics | |
getButtonPulsed() const | CEventGraphics | |
getDialogFather() | CEventGraphics | |
getDrag() const | CEventGraphics | |
getDxDyMouse(double *dx, double *dy) const | CEventGraphics | |
getGraphics() | CEventGraphics | |
getPosMouse(double *xPos, double *yPos, double *radius) const | CEventGraphics | |
getTypeEventMouse() const | CEventGraphics | |
hasFocus(AbstractComponentGraphics **compFocus) | CEventGraphics | |
isBackspace() const | CEventGraphics | |
isConsumed(AbstractComponentGraphics **compConsumedOpt=nullptr) const | CEventGraphics | |
isDrag() const | CEventGraphics | |
isEnter() const | CEventGraphics | |
isEventDragMouse() const | CEventGraphics | |
isEventFinish() const | CEventGraphics | |
isEventKey() const | CEventGraphics | |
isEventMouse() const | CEventGraphics | |
isEventOutting() const | CEventGraphics | |
isKey(char key, bool shiftPulsed, bool controlPulsed, bool altPulsed) | CEventGraphics | static |
isKeyEscape() const | CEventGraphics | |
isKeyVisible(char *key) const | CEventGraphics | |
isLongPulsation() const | CEventGraphics | |
isPulsedButtonLeft() const | CEventGraphics | |
isPulsedButtonLeftWithMotion() const | CEventGraphics | |
isStartedFromDialog() const | CEventGraphics | |
kPrvBackspace | CEventGraphics | static |
kPrvEnter | CEventGraphics | static |
kPrvEscape | CEventGraphics | static |
m_compConsumedRef | CEventGraphics | |
m_compFocusRef | CEventGraphics | |
m_dialog | CEventGraphics | private |
m_eventType | CEventGraphics | private |
m_graphicsRef | CEventGraphics | |
m_isConsumed | CEventGraphics | private |
m_isStartedFromDialog | CEventGraphics | private |
m_keyboard | CEventGraphics | |
m_mouse | CEventGraphics | |
operator=(const CEventGraphics &other) | CEventGraphics | |
processDrag(const CEventGraphics *previousEventOpt) | CEventGraphics | |
prvIsKey(char key) const | CEventGraphics | private |
prvProcessDrag(const SPrvMouse &mouse, const SPrvMouse &previousMouse) | CEventGraphics | privatestatic |
prvTxtButtonPulsed() const | CEventGraphics | private |
prvTxtDragAndDrop() const | CEventGraphics | private |
prvTxtTypeEventMouse() const | CEventGraphics | private |
setDialogFather(CDialogGraphics *dialog) | CEventGraphics | |
setEventConsumed(AbstractComponentGraphics *compConsumedRef) | CEventGraphics | |
setFocus(AbstractComponentGraphics *compFocus) | CEventGraphics | |
setIsStartedFromDialog(bool isStartedFromDialog) | CEventGraphics | |
toString() const | CEventGraphics | |
~CEventGraphics() | CEventGraphics | virtual |