#include <dlg_feather_selection.h>
Definition at line 16 of file dlg_feather_selection.h.
◆ WdgFeatherSelection()
Definition at line 19 of file dlg_feather_selection.cc.
21 ,
m_radius(config->getInt(
"radius", 5))
22{
23 Q_ASSERT(view);
25 Q_ASSERT(image);
27
28 setupUi(this);
29
31 spbRadius->setFocus();
32 spbRadius->setVisible(true);
33 spbRadiusDouble->setVisible(false);
34
37
38
42
46}
connect(this, SIGNAL(optionsChanged()), this, SLOT(saveOptions()))
void addWidget(QWidget *widget)
KisImageWSP image() const
Return the image this view is displaying.
static QStringList listOfUnitNameForUi(ListOptions listOptions=ListAll)
Returns the list of unit types for the UI, controlled with the given listOptions.
void slotRadiusChanged(int radius)
void slotUnitChanged(int index)
References KisSizeGroup::addWidget(), connect(), KisViewManager::image(), KoUnit::listOfUnitNameForUi(), m_radius, m_resolution, KoUnit::Pixel, slotRadiusChanged(), slotUnitChanged(), and KisImage::yRes().
◆ getConfiguration()
◆ slotRadiusChanged [1/2]
| void WdgFeatherSelection::slotRadiusChanged |
( |
double | radius | ) |
|
|
privateslot |
◆ slotRadiusChanged [2/2]
| void WdgFeatherSelection::slotRadiusChanged |
( |
int | radius | ) |
|
|
privateslot |
◆ slotUnitChanged
| void WdgFeatherSelection::slotUnitChanged |
( |
int | index | ) |
|
|
privateslot |
◆ updateRadiusUIValue()
| void WdgFeatherSelection::updateRadiusUIValue |
( |
double | value | ) |
|
|
private |
◆ m_radius
| int WdgFeatherSelection::m_radius |
|
private |
◆ m_resolution
| double WdgFeatherSelection::m_resolution |
|
private |
The documentation for this class was generated from the following files: