![]() |
QCAD
Open Source 2D CAD
|
A mouse event for a graphics scene. More...
#include <RMouseEvent.h>
Public Member Functions | |
RMouseEvent (const QMouseEvent &mouseEvent, RGraphicsScene &s, RGraphicsView &v, qreal devicePixelRatio=1.0) | |
RMouseEvent (QEvent::Type type, const RVector &position, Qt::MouseButton button, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, RGraphicsScene &s, RGraphicsView &v) | |
virtual | ~RMouseEvent () |
![]() | |
RVector | getCursorPosition () const |
RGraphicsScene & | getGraphicsScene () const |
RGraphicsView & | getGraphicsView () const |
RVector | getModelPosition () const |
RVector | getScreenPosition () const |
bool | isValid () const |
RInputEvent (const RVector &position, RGraphicsScene &s, RGraphicsView &v, qreal devicePixelRatio=1.0) | |
Copyright (c) 2011-2018 by Andrew Mustun. | |
void | setCursorPosition (const RVector &v) |
void | setModelPosition (const RVector &v) |
void | setScreenPosition (const RVector &v) |
virtual | ~RInputEvent () |
Static Public Member Functions | |
static bool | hasMouseMoved () |
static void | resetOriginalMousePos () |
static void | setOriginalMousePos (const QPoint &p) |
Static Private Attributes | |
static QPoint | oriCursor |
Copyright (c) 2011-2018 by Andrew Mustun. | |
Additional Inherited Members | |
![]() | |
RVector | cursorPosition |
RVector | modelPosition |
RGraphicsScene & | scene |
RVector | screenPosition |
RGraphicsView & | view |
A mouse event for a graphics scene.
The coordinates in a mouse event are available as scene coordinates of screen coordinates from the view the event originated.
RMouseEvent::RMouseEvent | ( | QEvent::Type | type, |
const RVector & | position, | ||
Qt::MouseButton | button, | ||
Qt::MouseButtons | buttons, | ||
Qt::KeyboardModifiers | modifiers, | ||
RGraphicsScene & | s, | ||
RGraphicsView & | v ) |
RMouseEvent::RMouseEvent | ( | const QMouseEvent & | mouseEvent, |
RGraphicsScene & | s, | ||
RGraphicsView & | v, | ||
qreal | devicePixelRatio = 1.0 ) |
|
virtual |
|
static |
|
static |
|
static |
|
staticprivate |
Copyright (c) 2011-2018 by Andrew Mustun.
All rights reserved.
This file is part of the QCAD project.
QCAD is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
QCAD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with QCAD.