Krita Source Code Documentation
Loading...
Searching...
No Matches
KisToolSmartPatchOptionsWidget::Private Struct Reference

Public Member Functions

int getAccuracy (void)
 
int getPatchRadius (void)
 
 Private ()
 

Public Attributes

Ui_KisToolSmartPatchOptionsWidget * ui {nullptr}
 

Detailed Description

Definition at line 19 of file kis_tool_smart_patch_options_widget.cpp.

Constructor & Destructor Documentation

◆ Private()

KisToolSmartPatchOptionsWidget::Private::Private ( )
inline

Definition at line 20 of file kis_tool_smart_patch_options_widget.cpp.

21 {
22 }

Member Function Documentation

◆ getAccuracy()

int KisToolSmartPatchOptionsWidget::Private::getAccuracy ( void )
inline

Definition at line 30 of file kis_tool_smart_patch_options_widget.cpp.

31 {
32 return ui->accuracySlider->value();
33 }

References ui.

◆ getPatchRadius()

int KisToolSmartPatchOptionsWidget::Private::getPatchRadius ( void )
inline

Definition at line 26 of file kis_tool_smart_patch_options_widget.cpp.

27 {
28 return ui->patchRadius->value();
29 }

References ui.

Member Data Documentation

◆ ui

Ui_KisToolSmartPatchOptionsWidget* KisToolSmartPatchOptionsWidget::Private::ui {nullptr}

Definition at line 24 of file kis_tool_smart_patch_options_widget.cpp.

24{nullptr};

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