|
Krita Source Code Documentation
|
#include <kis_wdg_edge_detection.h>
Inheritance diagram for KisWdgEdgeDetection:Public Member Functions | |
| KisPropertiesConfigurationSP | configuration () const override |
| KisWdgEdgeDetection (QWidget *parent) | |
| void | setConfiguration (const KisPropertiesConfigurationSP config) override |
| ~KisWdgEdgeDetection () | |
Public Member Functions inherited from KisConfigWidget | |
| virtual KoCanvasResourcesInterfaceSP | canvasResourcesInterface () const |
| virtual void | setCanvasResourcesInterface (KoCanvasResourcesInterfaceSP canvasResourcesInterface) |
| virtual void | setView (KisViewManager *view) |
| ~KisConfigWidget () override | |
Private Slots | |
| void | aspectLockChanged (bool v) |
| void | horizontalRadiusChanged (qreal r) |
| void | verticalRadiusChanged (qreal r) |
Private Attributes | |
| QStringList | m_output |
| QStringList | m_output_translatable |
| QStringList | m_types |
| QStringList | m_types_translatable |
| Ui_WidgetEdgeDetection * | ui |
Additional Inherited Members | |
Signals inherited from KisConfigWidget | |
| void | sigConfigurationItemChanged () |
| void | sigConfigurationUpdated () |
| void | sigDropLockedConfig (KisPropertiesConfigurationSP p) |
| void | sigSaveLockedConfig (KisPropertiesConfigurationSP p) |
Protected Member Functions inherited from KisConfigWidget | |
| KisConfigWidget (QWidget *parent=0, Qt::WindowFlags f=Qt::WindowFlags(), int delay=200) | |
Definition at line 16 of file kis_wdg_edge_detection.h.
|
explicit |
Definition at line 12 of file kis_wdg_edge_detection.cpp.
References aspectLockChanged(), connect(), horizontalRadiusChanged(), m_output, m_output_translatable, m_types, m_types_translatable, KisConfigWidget::sigConfigurationItemChanged(), ui, and verticalRadiusChanged().
| KisWdgEdgeDetection::~KisWdgEdgeDetection | ( | ) |
|
privateslot |
Definition at line 114 of file kis_wdg_edge_detection.cpp.
|
overridevirtual |
Implements KisConfigWidget.
Definition at line 56 of file kis_wdg_edge_detection.cpp.
References KisGlobalResourcesInterface::instance(), m_output, m_types, and ui.
|
privateslot |
Definition at line 88 of file kis_wdg_edge_detection.cpp.
References ui.
|
overridevirtual |
| config | the configuration for this configuration widget. |
Implements KisConfigWidget.
Definition at line 69 of file kis_wdg_edge_detection.cpp.
|
privateslot |
Definition at line 101 of file kis_wdg_edge_detection.cpp.
References ui.
|
private |
Definition at line 31 of file kis_wdg_edge_detection.h.
|
private |
Definition at line 32 of file kis_wdg_edge_detection.h.
|
private |
Definition at line 29 of file kis_wdg_edge_detection.h.
|
private |
Definition at line 30 of file kis_wdg_edge_detection.h.
|
private |
Definition at line 28 of file kis_wdg_edge_detection.h.