|
| BrushTool (QObject *parent=0) |
|
ToolType | type () override |
|
void | loadSettings () override |
|
QCursor | cursor () override |
|
void | mouseMoveEvent (QMouseEvent *) override |
|
void | mousePressEvent (QMouseEvent *) override |
|
void | mouseReleaseEvent (QMouseEvent *) override |
|
void | adjustPressureSensitiveProperties (qreal pressure, bool mouseDevice) override |
|
void | drawStroke () |
|
void | paintVectorStroke () |
|
void | paintBitmapStroke () |
|
void | paintAt (QPointF point) |
|
void | setWidth (const qreal width) override |
|
void | setFeather (const qreal feather) override |
|
void | setUseFeather (const bool usingFeather) override |
|
void | setPressure (const bool pressure) override |
|
void | setInvisibility (const bool invisibility) override |
|
void | setAA (const int useAA) override |
|
void | setInpolLevel (const int level) override |
|
| StrokeTool (QObject *parent=0) |
|
void | startStroke () |
|
void | drawStroke () |
|
void | endStroke () |
|
bool | keyPressEvent (QKeyEvent *event) override |
|
bool | keyReleaseEvent (QKeyEvent *event) override |
|
| BaseTool (QObject *parent=0) |
|
void | initialize (Editor *editor) |
|
QString | typeName () |
|
virtual void | mouseDoubleClickEvent (QMouseEvent *) |
|
virtual void | startAdjusting (ToolPropertyType argSettingType, qreal argStep) |
|
virtual void | stopAdjusting () |
|
virtual void | adjustCursor (qreal argOffsetX, ToolPropertyType type) |
|
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 | setBezier (const bool bezier_state) |
|
virtual void | setPreserveAlpha (const bool preserveAlpha) |
|
virtual void | setVectorMergeEnabled (const bool vectorMergeEnabled) |
|
virtual void | setTolerance (const int tolerance) |
|
virtual void | setUseFillContour (const bool useFillContour) |
|
virtual void | leavingThisTool () |
|
virtual void | switchingLayers () |
|
QPointF | getCurrentPixel () |
|
QPointF | getCurrentPoint () |
|
QPointF | getLastPixel () |
|
QPointF | getLastPoint () |
|
QPointF | getLastPressPixel () |
|
QPointF | getLastPressPoint () |
|
bool | isPropertyEnabled (ToolPropertyType t) |
|
Definition at line 24 of file brushtool.h.