Pencil2D  ff90c0872e88be3bf81c548cd60f01983012ec49
Pencil2D is an animation software for both bitmap and vector graphics. It is free, multi-platform, and open source.
 All Classes Functions
Public Member Functions | Public Attributes | Private Attributes | List of all members
SmudgeTool Class Reference
+ Inheritance diagram for SmudgeTool:

Public Member Functions

 SmudgeTool (QObject *parent=0)
 
ToolType type ()
 
void loadSettings ()
 
QCursor cursor ()
 
void mousePressEvent (QMouseEvent *)
 
void mouseReleaseEvent (QMouseEvent *)
 
void mouseMoveEvent (QMouseEvent *)
 
bool keyPressEvent (QKeyEvent *)
 
bool keyReleaseEvent (QKeyEvent *)
 
void adjustPressureSensitiveProperties (qreal pressure, bool mouseDevice)
 
void drawStroke ()
 
void setWidth (const qreal width)
 
void setFeather (const qreal feather)
 
void setPressure (const bool pressure)
 
- Public Member Functions inherited from StrokeTool
 StrokeTool (QObject *parent=0)
 
void startStroke ()
 
void drawStroke ()
 
void endStroke ()
 
bool keyPressEvent (QKeyEvent *event) override
 
bool keyReleaseEvent (QKeyEvent *event) override
 
- Public Member Functions inherited from BaseTool
 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 setInvisibility (const bool invisibility)
 
virtual void setBezier (const bool bezier_state)
 
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)
 
virtual void leavingThisTool ()
 
virtual void switchingLayers ()
 
QPointF getCurrentPixel ()
 
QPointF getCurrentPoint ()
 
QPointF getLastPixel ()
 
QPointF getLastPoint ()
 
QPointF getLastPressPixel ()
 
QPointF getLastPressPoint ()
 
bool isPropertyEnabled (ToolPropertyType t)
 

Public Attributes

uint toolMode
 
- Public Attributes inherited from BaseTool
Properties properties
 

Private Attributes

QPointF mLastBrushPoint
 

Additional Inherited Members

- Static Public Member Functions inherited from BaseTool
static QString TypeName (ToolType)
 
- Static Public Attributes inherited from BaseTool
static ToolPropertyType assistedSettingType
 
static qreal OriginalSettingValue
 
static bool isAdjusting = false
 
- Protected Member Functions inherited from BaseTool
Editoreditor ()
 
- Protected Attributes inherited from StrokeTool
bool mFirstDraw = false
 
QList< QPointF > mStrokePoints
 
QList< qreal > mStrokePressures
 
qreal mCurrentWidth = 0.0
 
qreal mCurrentPressure = 0.5
 
- Protected Attributes inherited from BaseTool
QHash< ToolPropertyType, bool > m_enabledProperties
 
EditormEditor = nullptr
 
ScribbleAreamScribbleArea = nullptr
 
StrokeManagerm_pStrokeManager = nullptr
 
qreal mAdjustmentStep = 0.0f
 

Detailed Description

Definition at line 23 of file smudgetool.h.


The documentation for this class was generated from the following files: