|
| QgsPlotToolTemporaryKeyPan (QgsPlotCanvas *canvas) |
| Constructor for QgsPlotToolTemporaryKeyPan. More...
|
|
void | activate () override |
| Called when the tool is set as the currently active plot tool. More...
|
|
void | keyReleaseEvent (QKeyEvent *event) override |
| Key release event for overriding. More...
|
|
void | plotMoveEvent (QgsPlotMouseEvent *event) override |
| Mouse move event for overriding. More...
|
|
| ~QgsPlotTool () override |
|
QAction * | action () |
| Returns the action associated with the tool or nullptr if no action is associated. More...
|
|
virtual void | activate () |
| Called when the tool is set as the currently active plot tool. More...
|
|
QgsPlotCanvas * | canvas () const |
| Returns the tool's plot canvas. More...
|
|
virtual bool | canvasToolTipEvent (QHelpEvent *event) |
| Tooltip event for overriding. More...
|
|
virtual void | deactivate () |
| Called when the tool is being deactivated. More...
|
|
virtual Qgis::PlotToolFlags | flags () const |
| Returns the flags for the plot tool. More...
|
|
virtual bool | gestureEvent (QGestureEvent *event) |
| Gesture event for overriding. More...
|
|
bool | isActive () const |
| Returns true if this tool is the current tool active on the plot canvas. More...
|
|
virtual void | keyPressEvent (QKeyEvent *event) |
| Key press event for overriding. More...
|
|
virtual void | keyReleaseEvent (QKeyEvent *event) |
| Key release event for overriding. More...
|
|
virtual void | plotDoubleClickEvent (QgsPlotMouseEvent *event) |
| Mouse double-click event for overriding. More...
|
|
virtual void | plotMoveEvent (QgsPlotMouseEvent *event) |
| Mouse move event for overriding. More...
|
|
virtual void | plotPressEvent (QgsPlotMouseEvent *event) |
| Mouse press event for overriding. More...
|
|
virtual void | plotReleaseEvent (QgsPlotMouseEvent *event) |
| Mouse release event for overriding. More...
|
|
virtual bool | populateContextMenuWithEvent (QMenu *menu, QgsPlotMouseEvent *event) |
| Allows the tool to populate and customize the given menu, prior to showing it in response to a right-mouse button click. More...
|
|
void | setAction (QAction *action) |
| Associates an action with this tool. More...
|
|
void | setCursor (const QCursor &cursor) |
| Sets a user defined cursor for use when the tool is active. More...
|
|
QString | toolName () const |
| Returns a user-visible, translated name for the tool. More...
|
|
virtual void | wheelEvent (QWheelEvent *event) |
| Mouse wheel event for overriding. More...
|
|