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 Slots | Public Member Functions | Private Member Functions | Private Attributes | List of all members
ToolOptionWidget Class Reference
+ Inheritance diagram for ToolOptionWidget:

Public Slots

void onToolPropertyChanged (ToolType, ToolPropertyType)
 
void onToolChanged (ToolType)
 
void visibilityOnLayer ()
 

Public Member Functions

 ToolOptionWidget (QWidget *parent)
 
void initUI () override
 
void updateUI () override
 
void makeConnectionToEditor (Editor *editor)
 
- Public Member Functions inherited from BaseDockWidget
 BaseDockWidget (QWidget *pParent)
 
Editoreditor ()
 
void setEditor (Editor *e)
 

Private Member Functions

void setPenWidth (qreal)
 
void setPenFeather (qreal)
 
void setUseFeather (bool)
 
void setPenInvisibility (int)
 
void setPressure (int)
 
void setPreserveAlpha (int)
 
void setVectorMergeEnabled (int)
 
void setAA (int)
 
void setInpolLevel (int)
 
void setTolerance (int)
 
void setFillContour (int)
 
void disableAllOptions ()
 
void createUI ()
 

Private Attributes

QCheckBox * mUseBezierBox = nullptr
 
QCheckBox * mUsePressureBox = nullptr
 
QCheckBox * mUseFeatherBox = nullptr
 
QCheckBox * mMakeInvisibleBox = nullptr
 
QCheckBox * mPreserveAlphaBox = nullptr
 
QCheckBox * mVectorMergeBox = nullptr
 
QSpinBox * mBrushSpinBox = nullptr
 
QSpinBox * mFeatherSpinBox = nullptr
 
SpinSlidermSizeSlider = nullptr
 
SpinSlidermFeatherSlider = nullptr
 
QCheckBox * mUseAABox = nullptr
 
QRadioButton * mNoInpol = nullptr
 
QRadioButton * mSimpleInpol = nullptr
 
QRadioButton * mStrongInpol = nullptr
 
QRadioButton * mExtremeInpol = nullptr
 
QGroupBox * mInpolLevelsBox = nullptr
 
SpinSlidermToleranceSlider = nullptr
 
QSpinBox * mToleranceSpinBox = nullptr
 
QCheckBox * mFillContour = nullptr
 

Detailed Description

Definition at line 33 of file tooloptionwidget.h.


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