Krita Source Code Documentation
Loading...
Searching...
No Matches
DigitalMixerPatch Class Reference
+ Inheritance diagram for DigitalMixerPatch:

Public Member Functions

 DigitalMixerPatch (QWidget *parent)
 
QSize sizeHint () const override
 
- Public Member Functions inherited from KoColorPatch
KoColor color () const
 
QColor getColorFromDisplayRenderer (KoColor c)
 getColorFromDisplayRenderer Get QColor from the display renderers
 
 KoColorPatch (QWidget *parent)
 
void setColor (const KoColor &c)
 
void setDisplayRenderer (const KoColorDisplayRendererInterface *displayRenderer)
 setDisplayRenderer Set the display renderer of this object.
 
 ~KoColorPatch () override
 

Additional Inherited Members

- Signals inherited from KoColorPatch
void triggered (KoColorPatch *widget)
 
- Protected Member Functions inherited from KoColorPatch
void mousePressEvent (QMouseEvent *e) override
 reimplemented from QFrame
 
void paintEvent (QPaintEvent *e) override
 reimplemented from QFrame
 
QSize sizeHint () const override
 reimplemented from QFrame
 

Detailed Description

Definition at line 26 of file digitalmixer_dock.cc.

Constructor & Destructor Documentation

◆ DigitalMixerPatch()

DigitalMixerPatch::DigitalMixerPatch ( QWidget * parent)
inline

Definition at line 28 of file digitalmixer_dock.cc.

28: KoColorPatch(parent) {}
KoColorPatch(QWidget *parent)

Member Function Documentation

◆ sizeHint()

QSize DigitalMixerPatch::sizeHint ( ) const
inlineoverride

Definition at line 29 of file digitalmixer_dock.cc.

30 {
31 return QSize(24,24);
32 }

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