|
| MoveTool (QObject *parent=0) |
|
ToolType | type () override |
|
void | loadSettings () override |
|
QCursor | cursor () override |
|
void | mousePressEvent (QMouseEvent *) override |
|
void | mouseReleaseEvent (QMouseEvent *) override |
|
void | mouseMoveEvent (QMouseEvent *) override |
|
void | leavingThisTool () override |
|
void | switchingLayers () override |
|
| BaseTool (QObject *parent=0) |
|
void | initialize (Editor *editor) |
|
QString | typeName () |
|
virtual void | mouseDoubleClickEvent (QMouseEvent *) |
|
virtual bool | keyPressEvent (QKeyEvent *) |
|
virtual bool | keyReleaseEvent (QKeyEvent *) |
|
virtual void | startAdjusting (ToolPropertyType argSettingType, qreal argStep) |
|
virtual void | stopAdjusting () |
|
virtual void | adjustCursor (qreal argOffsetX, ToolPropertyType type) |
|
virtual void | adjustPressureSensitiveProperties (qreal pressure, bool mouseDevice) |
|
virtual void | clear () |
|
QPixmap | canvasCursor () |
| precision circular cursor: used for drawing a cursor within scribble area. More...
|
|
QPixmap | quickSizeCursor () |
| precision circular cursor: used for drawing stroke size while adjusting More...
|
|
virtual void | setWidth (const qreal width) |
|
virtual void | setFeather (const qreal feather) |
|
virtual void | setInvisibility (const bool invisibility) |
|
virtual void | setBezier (const bool bezier_state) |
|
virtual void | setPressure (const bool pressure) |
|
virtual void | setUseFeather (const bool usingFeather) |
|
virtual void | setPreserveAlpha (const bool preserveAlpha) |
|
virtual void | setVectorMergeEnabled (const bool vectorMergeEnabled) |
|
virtual void | setAA (const int useAA) |
|
virtual void | setInpolLevel (const int level) |
|
virtual void | setTolerance (const int tolerance) |
|
virtual void | setUseFillContour (const bool useFillContour) |
|
QPointF | getCurrentPixel () |
|
QPointF | getCurrentPoint () |
|
QPointF | getLastPixel () |
|
QPointF | getLastPoint () |
|
QPointF | getLastPressPixel () |
|
QPointF | getLastPressPoint () |
|
bool | isPropertyEnabled (ToolPropertyType t) |
|
|
void | cancelChanges () |
|
void | applyChanges () |
|
void | resetSelectionProperties () |
|
void | paintTransformedSelection () |
|
void | whichTransformationPoint () |
|
void | transformSelection (qreal offsetX, qreal offsetY) |
|
void | pressOperation (QMouseEvent *event, Layer *layer) |
|
void | actionOnVector (QMouseEvent *event, Layer *layer) |
|
void | onHoverOutlineStroke (Layer *layer) |
|
QPointF | maintainAspectRatio (qreal offsetX, qreal offsetY) |
|
Definition at line 25 of file movetool.h.