This is the complete list of members for CEventMotion, including all inherited members.
appendMove(double dx, double dy) | CEventMotion | |
appendScale(double sx, double sy) | CEventMotion | |
CEventMotion()=delete | CEventMotion | |
CEventMotion(CEventMotion::EButtonMotion bto, const std::optional< iv::math::geometry::Point2d > &pixelPoint, CCanvas *canvasRef, class CDialog *dlgFatherRef, IGraphics *graphicsRef, const iv::ui::KeysPressed &keysPressed) | CEventMotion | |
CEventMotion(const CEventMotion &eventMotion) | CEventMotion | |
EActionAfterEvent enum name | CEventMotion | |
EButtonMotion enum name | CEventMotion | |
getActionAfter() const | CEventMotion | |
getButton() const | CEventMotion | |
getDialogFatherRef() | CEventMotion | |
getDistancePixelToWorld(double distancePixel, double *distanceWorld) | CEventMotion | |
getGraphics() | CEventMotion | |
getKeysPressed() const | CEventMotion | |
getPositionCapture(double *xCaptured, double *yCaptured) const | CEventMotion | |
getPositionPixels(double *xPixel, double *yPixel) const | CEventMotion | |
getPositionWorld(double *x, double *y) | CEventMotion | |
getPosWorldToPixel(double xWorld, double yWorld, double *xPixel, double *yPixel) const | CEventMotion | |
getRelativePositionToView(double *xRel, double *yRel) const | CEventMotion | |
isArrowKey() const | CEventMotion | |
isControl() const | CEventMotion | |
isDelete() const | CEventMotion | |
isModified() const | CEventMotion | |
isProcessed() const | CEventMotion | |
isShift() const | CEventMotion | |
m_actionAfter | CEventMotion | private |
m_bto | CEventMotion | private |
m_canvasRef | CEventMotion | private |
m_dlgFatherRef | CEventMotion | private |
m_graphicsRefOpt | CEventMotion | private |
m_hasCapture | CEventMotion | private |
m_isProcessed | CEventMotion | private |
m_keysPressed | CEventMotion | private |
m_pixelPoint | CEventMotion | private |
m_transformation | CEventMotion | private |
m_transformationInversedOpt | CEventMotion | private |
m_xCaptureOpt | CEventMotion | private |
m_xRelativeToViewOpt | CEventMotion | private |
m_yCaptureOpt | CEventMotion | private |
m_yRelativeToViewOpt | CEventMotion | private |
runActionAfter() | CEventMotion | |
setActionAfterEvt(CEventMotion::EActionAfterEvent actionAfter) | CEventMotion | |
setHasCapture(bool hasCapture, double xCaptured, double yCaptured) | CEventMotion | |
setProcessed() | CEventMotion | |
setRelativePositionToView(double xRel, double yRel) | CEventMotion | |
updateCanvas() | CEventMotion | |
~CEventMotion() | CEventMotion | virtual |