|
Krita Source Code Documentation
|
#include <KisSmudgeOverlayModeOptionWidget.h>
Inheritance diagram for KisSmudgeOverlayModeOptionWidget:Classes | |
| struct | Private |
Public Types | |
| using | data_type = KisSmudgeOverlayModeOptionData |
Public Types inherited from KisPaintOpOption | |
| using | OptionalLodLimitationsReader = std::optional<lager::reader<KisPaintopLodLimitations>> |
| enum | PaintopCategory { GENERAL , COLOR , TEXTURE , FILTER , MASKING_BRUSH } |
Private Attributes | |
| const QScopedPointer< Private > | m_d |
Additional Inherited Members | |
Signals inherited from KisPaintOpOption | |
| void | sigCheckedChanged (bool value) |
| void | sigEnabledChanged (bool value) |
| void | sigSettingChanged () |
Protected Slots inherited from KisPaintOpOption | |
| void | emitCheckedChanged (bool checked) |
| void | emitEnabledChanged (bool enabled) |
| void | emitSettingChanged () |
Protected Member Functions inherited from KisPaintOpOption | |
| KoCanvasResourcesInterfaceSP | canvasResourcesInterface () const |
| KisResourcesInterfaceSP | resourcesInterface () const |
| void | setConfigurationPage (QWidget *page) |
Protected Attributes inherited from KisPaintOpOption | |
| bool | m_checkable {false} |
| bool | m_locked {false} |
Definition at line 13 of file KisSmudgeOverlayModeOptionWidget.h.
Definition at line 16 of file KisSmudgeOverlayModeOptionWidget.h.
| KisSmudgeOverlayModeOptionWidget::KisSmudgeOverlayModeOptionWidget | ( | lager::cursor< KisSmudgeOverlayModeOptionData > | optionData, |
| lager::reader< bool > | overlayModeAllowed ) |
Definition at line 34 of file KisSmudgeOverlayModeOptionWidget.cpp.
References KisPaintOpOption::emitSettingChanged(), KisPaintOpOption::label(), m_d, and KisPaintOpOption::setConfigurationPage().
| KisSmudgeOverlayModeOptionWidget::~KisSmudgeOverlayModeOptionWidget | ( | ) |
Definition at line 73 of file KisSmudgeOverlayModeOptionWidget.cpp.
|
overridevirtual |
Reimplemented from KisPaintOpOption.
Definition at line 90 of file KisSmudgeOverlayModeOptionWidget.cpp.
References m_d.
|
overridevirtual |
Re-implement this to set the widgets with the values in setting.
Reimplemented from KisPaintOpOption.
Definition at line 82 of file KisSmudgeOverlayModeOptionWidget.cpp.
References KisSharedPtr< T >::data(), m_d, and KisSmudgeOverlayModeOptionData::read().
|
overridevirtual |
Re-implement this to save the configuration to the paint configuration.
Reimplemented from KisPaintOpOption.
Definition at line 77 of file KisSmudgeOverlayModeOptionWidget.cpp.
References KisSharedPtr< T >::data(), and m_d.
|
private |
Definition at line 29 of file KisSmudgeOverlayModeOptionWidget.h.