|
Krita Source Code Documentation
|
#include <kis_operation_ui_widget.h>
Inheritance diagram for KisOperationUIWidget:Public Member Functions | |
| QString | caption () const |
| virtual void | getConfiguration (KisOperationConfigurationSP config)=0 |
| KisOperationUIWidget (const QString &caption, QWidget *parent=0) | |
| Private () | |
| ~KisOperationUIWidget () override | |
Public Attributes | |
| QString | caption |
Private Attributes | |
| Private *const | d |
Private Attributes inherited from Private | |
| KisCanvas2 * | canvas |
| int | displayedFrame |
| int | intendedFrame |
Additional Inherited Members | |
Private Member Functions inherited from Private | |
| Private (KisCanvas2 *c) | |
Base class for the QWidget based operation config widgets
Definition at line 10 of file kis_operation_ui_widget.cpp.
|
explicit |
Definition at line 18 of file kis_operation_ui_widget.cpp.
|
override |
| QString KisOperationUIWidget::caption | ( | ) | const |
Caption of the operation widget, used in dialog caption
|
pure virtual |
Fetch the setting from the config widget
| config | configuration to which the setting will be written |
Implemented in WdgBorderSelection, WdgFeatherSelection, WdgGrowSelection, and WdgShrinkSelection.
|
inline |
Definition at line 13 of file kis_operation_ui_widget.cpp.
| QString KisOperationUIWidget::caption |
Definition at line 14 of file kis_operation_ui_widget.cpp.
|
private |
Definition at line 38 of file kis_operation_ui_widget.h.