#include <kis_dlg_stroke_selection_properties.h>
◆ WdgStrokeSelection()
| WdgStrokeSelection::WdgStrokeSelection |
( |
QWidget * | parent | ) |
|
◆ colorFillSelectorChanged
| void WdgStrokeSelection::colorFillSelectorChanged |
( |
| ) |
|
|
signal |
◆ colorSelectorChanged
| void WdgStrokeSelection::colorSelectorChanged |
( |
| ) |
|
|
signal |
◆ enableControls()
| void WdgStrokeSelection::enableControls |
( |
| ) |
|
◆ on_fillBox_currentIndexChanged
| void WdgStrokeSelection::on_fillBox_currentIndexChanged |
( |
int | index | ) |
|
|
privateslot |
◆ on_lineColorBox_currentIndexChanged
| void WdgStrokeSelection::on_lineColorBox_currentIndexChanged |
( |
int | index | ) |
|
|
privateslot |
◆ on_typeBox_currentIndexChanged
| void WdgStrokeSelection::on_typeBox_currentIndexChanged |
( |
int | index | ) |
|
|
privateslot |
Definition at line 314 of file kis_dlg_stroke_selection_properties.cpp.
315{
316 if (arg1 == 0) {
318 lineSize->setEnabled(false);
319 fillBox->setEnabled(false);
320 colorFillSelector->setEnabled(false);
321 sizeBox->setEnabled(false);
322 }
323 else {
325 lineSize->setEnabled(true);
326 fillBox->setEnabled(true);
327 colorFillSelector->setEnabled(true);
328 sizeBox->setEnabled(true);
329 }
330}
References StrokeSelectionOptions::brushSelected, and m_options.
◆ m_cfg
◆ m_isVectorLayer
| bool WdgStrokeSelection::m_isVectorLayer {false} |
◆ m_options
The documentation for this class was generated from the following files: