|
QCAD
Open Source 2D CAD
|
Copyright (c) 2011-2018 by Andrew Mustun. More...
Public Member Functions | |
| void | beginEvent () |
| Called as soon as the action is created (menu chosen, toolbutton activated, etc). | |
| void | DefaultNavigation (void widget) |
| void | finishEvent () |
| Called just before the action is deleted. | |
| void | handleMiddleMouseButtonZoom (void event) |
| void | mouseMoveEvent (void event) |
| void | mousePressEvent (void event) |
| Implement panning with arrow keys. | |
| void | mouseReleaseEvent (void event) |
| void | panGestureEvent (void gesture) |
| Called for pan gestures, e.g. | |
| void | pinchGestureEvent (void gesture) |
| Called for pinch gestures, e.g. | |
| void | setGraphicsView (void v) |
| void | tabletEvent (void event) |
| void | wheelEvent (void event) |
Public Member Functions inherited from RActionAdapter | |
| virtual void | applyOperation () |
| virtual void | commandEvent (RCommandEvent &) |
| Called when a command is entered in the command line. | |
| virtual void | commandEventPreview (RCommandEvent &) |
| Called when a command is being edited in the command line. | |
| virtual void | coordinateEvent (RCoordinateEvent &) |
| Called for every coordinate event. | |
| virtual void | coordinateEventPreview (RCoordinateEvent &) |
Called if the action is in PickCoordinate mode and the mouse is moved around. | |
| virtual void | enterEvent () |
| Called when user presses enter (e.g. | |
| virtual void | entityPickEvent (REntityPickEvent &) |
| virtual void | entityPickEventPreview (REntityPickEvent &) |
| virtual void | escapeEvent () |
| Escape events are triggered if the user clicks the right mouse button or hits the Escape key. | |
| virtual void | keyPressEvent (QKeyEvent &) |
| virtual void | keyReleaseEvent (QKeyEvent &) |
| virtual void | mouseDoubleClickEvent (RMouseEvent &) |
| Called on mouse double click events. | |
| virtual void | mouseMoveEvent (RMouseEvent &) |
| Called on mouse move events. | |
| virtual void | mousePressEvent (RMouseEvent &) |
| Called on mouse press events. | |
| virtual void | mouseReleaseEvent (RMouseEvent &) |
| Called on mouse release events. | |
| virtual void | panGestureEvent (QPanGesture &) |
| Called on pan gesture events. | |
| virtual void | pinchGestureEvent (QPinchGesture &) |
| Called on pinch gesture events. | |
| virtual void | propertyChangeEvent (RPropertyEvent &) |
| Called when the value of a property is modified while this action is active. | |
| RActionAdapter (RGuiAction *guiAction=NULL) | |
| virtual void | resumeEvent () |
| Resumes the action (for example when another action became active and then terminated or if the mouse cursor enters the view). | |
| virtual void | setGraphicsView (RGraphicsView *) |
| Called if this action is set as a navigation action of a graphics view. | |
| virtual void | suspendEvent () |
| Called when the action is suspended, for example when another action becomes active or the mouse cursor leaves the view. | |
| virtual void | swipeGestureEvent (QSwipeGesture &) |
| Called on swipe gesture events. | |
| virtual void | tabletEvent (RTabletEvent &) |
| Called on tablet events. | |
| virtual void | updatePreview () |
| virtual void | wheelEvent (RWheelEvent &) |
| Called on mouse wheel events. | |
| virtual void | zoomChangeEvent (RGraphicsView &) |
| Called when the zoom factor or offset changed in the given view. | |
| virtual | ~RActionAdapter () |
Public Member Functions inherited from RAction | |
| RAction::ClickMode | getClickMode () |
| virtual RDocument * | getDocument () |
| virtual RDocumentInterface * | getDocumentInterface () |
| QList< RGraphicsScene * > | getGraphicsScenes () |
| virtual RGuiAction * | getGuiAction () |
| RAction * | getOverrideBase () |
| RStorage * | getStorage () |
| QString | getUniqueGroup () |
| bool | hasNoState () |
| bool | isOverride () |
| bool | isTerminated () |
| RAction (RGuiAction *guiAction=NULL) | |
| Copyright (c) 2011-2018 by Andrew Mustun. | |
| void | setClickMode (RAction::ClickMode m) |
| Sets the current click mode. | |
| virtual void | setDocumentInterface (RDocumentInterface *di) |
| void | setGuiAction (RGuiAction *guiAction) |
| void | setNoState (bool on=true) |
| void | setOverride () |
| void | setOverrideBase (RAction *base) |
| void | setUniqueGroup (const QString &ug) |
| virtual RVector | snap (RMouseEvent &event, bool preview=false) |
| Uses the currently active snap function to snap to the closest object or grid point. | |
| void | terminate () |
| Terminates the action. | |
| virtual | ~RAction () |
Public Attributes | |
| int | hruler |
| int | lastCursor |
| int | panFirstOrigin |
| int | panning |
| int | panOrigin |
| int | savedCursor |
| int | view |
| int | vruler |
Additional Inherited Members | |
Public Types inherited from RAction | |
| enum | ClickMode { PickCoordinate , PickCoordinateNoSnap , PickEntity , PickingDisabled } |
| Current mouse click mode. More... | |
Protected Attributes inherited from RAction | |
| RAction::ClickMode | clickMode |
| RDocumentInterface * | documentInterface |
| RGuiAction * | guiAction |
| bool | noState |
| Indicates whether this action is stateless (i.e. | |
| bool | override |
| RAction * | overrideBase |
| bool | terminated |
| QString | uniqueGroup |
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.
|
inline |
|
inlinevirtual |
Called as soon as the action is created (menu chosen, toolbutton activated, etc).
Reimplemented from RActionAdapter.
|
inlinevirtual |
Called just before the action is deleted.
Reimplemented from RActionAdapter.
|
inline |
|
inline |
|
inline |
Implement panning with arrow keys.
Only has an effect if no actions are triggered using arrows as shortcuts.
|
inline |
|
inline |
Called for pan gestures, e.g.
from a track pad. Pans the current view.
|
inline |
Called for pinch gestures, e.g.
from a track pad. Zooms in / out.
|
inline |
|
inline |
|
inline |
| int DefaultNavigation::hruler |
| int DefaultNavigation::lastCursor |
| int DefaultNavigation::panFirstOrigin |
| int DefaultNavigation::panning |
| int DefaultNavigation::panOrigin |
| int DefaultNavigation::savedCursor |
| int DefaultNavigation::view |
| int DefaultNavigation::vruler |