|
Krita Source Code Documentation
|
#include <kis_brush_hud_properties_list.h>
Inheritance diagram for KisBrushHudPropertiesList:Classes | |
| struct | Private |
Public Member Functions | |
| void | addProperties (const QList< KisUniformPaintOpPropertySP > &properties) |
| KisBrushHudPropertiesList (QWidget *parent) | |
| QList< QString > | selectedPropertiesIds () const |
| Qt::DropActions | supportedDropActions () const override |
| ~KisBrushHudPropertiesList () override | |
Private Attributes | |
| const QScopedPointer< Private > | m_d |
Definition at line 15 of file kis_brush_hud_properties_list.h.
| KisBrushHudPropertiesList::KisBrushHudPropertiesList | ( | QWidget * | parent | ) |
Definition at line 14 of file kis_brush_hud_properties_list.cpp.
|
override |
Definition at line 22 of file kis_brush_hud_properties_list.cpp.
| void KisBrushHudPropertiesList::addProperties | ( | const QList< KisUniformPaintOpPropertySP > & | properties | ) |
Definition at line 26 of file kis_brush_hud_properties_list.cpp.
| QList< QString > KisBrushHudPropertiesList::selectedPropertiesIds | ( | ) | const |
Definition at line 37 of file kis_brush_hud_properties_list.cpp.
|
override |
Definition at line 48 of file kis_brush_hud_properties_list.cpp.
|
private |
Definition at line 28 of file kis_brush_hud_properties_list.h.