|
Krita Source Code Documentation
|
#include <kis_tool_smart_patch_options_widget.h>
Inheritance diagram for KisToolSmartPatchOptionsWidget:Classes | |
| struct | Private |
Public Member Functions | |
| int | getAccuracy (void) |
| int | getPatchRadius (void) |
| KisToolSmartPatchOptionsWidget (KisCanvasResourceProvider *provider, QWidget *parent) | |
| ~KisToolSmartPatchOptionsWidget () override | |
Private Attributes | |
| const QScopedPointer< Private > | m_d |
Definition at line 20 of file kis_tool_smart_patch_options_widget.h.
| KisToolSmartPatchOptionsWidget::KisToolSmartPatchOptionsWidget | ( | KisCanvasResourceProvider * | provider, |
| QWidget * | parent ) |
Definition at line 36 of file kis_tool_smart_patch_options_widget.cpp.
References m_d.
|
override |
Definition at line 44 of file kis_tool_smart_patch_options_widget.cpp.
References m_d.
| int KisToolSmartPatchOptionsWidget::getAccuracy | ( | void | ) |
Definition at line 55 of file kis_tool_smart_patch_options_widget.cpp.
References m_d.
| int KisToolSmartPatchOptionsWidget::getPatchRadius | ( | void | ) |
Definition at line 50 of file kis_tool_smart_patch_options_widget.cpp.
References m_d.
|
private |
Definition at line 32 of file kis_tool_smart_patch_options_widget.h.