|
Krita Source Code Documentation
|
#include <SpiralShapeConfigWidget.h>
Inheritance diagram for SpiralShapeConfigWidget:Public Member Functions | |
| KUndo2Command * | createCommand () override |
| reimplemented | |
| void | open (KoShape *shape) override |
| reimplemented | |
| void | save () override |
| reimplemented | |
| bool | showOnShapeCreate () override |
| reimplemented | |
| SpiralShapeConfigWidget () | |
Public Member Functions inherited from KoShapeConfigWidgetBase | |
| KoShapeConfigWidgetBase () | |
| void | setResourceManager (KoCanvasResourceProvider *rm) |
| called to set the canvas resource manager of the canvas the user used to insert the new shape. | |
| virtual void | setUnit (const KoUnit &unit) |
| virtual bool | showOnShapeSelect () |
| Return true if the shape config panel should be shown when the shape is selected. | |
| ~KoShapeConfigWidgetBase () override | |
Private Attributes | |
| SpiralShape * | m_spiral {nullptr} |
| Ui::SpiralShapeConfigWidget | widget |
Additional Inherited Members | |
Signals inherited from KoShapeConfigWidgetBase | |
| void | accept () |
| is emitted when the dialog should be accepted ie a file double clicked in a filebrowser | |
| void | propertyChanged () |
| is emitted after one of the config options has changed | |
Protected Attributes inherited from KoShapeConfigWidgetBase | |
| KoCanvasResourceProvider * | m_resourceManager |
| the resource provider with data for this canvas | |
Definition at line 15 of file SpiralShapeConfigWidget.h.
| SpiralShapeConfigWidget::SpiralShapeConfigWidget | ( | ) |
Definition at line 11 of file SpiralShapeConfigWidget.cpp.
References connect(), KoShapeConfigWidgetBase::propertyChanged(), and widget.
|
overridevirtual |
reimplemented
Reimplemented from KoShapeConfigWidgetBase.
Definition at line 62 of file SpiralShapeConfigWidget.cpp.
References SpiralShape::fade(), m_spiral, and widget.
reimplemented
Implements KoShapeConfigWidgetBase.
Definition at line 31 of file SpiralShapeConfigWidget.cpp.
References SpiralShape::clockWise(), SpiralShape::fade(), m_spiral, SpiralShape::type(), and widget.
|
overridevirtual |
reimplemented
Implements KoShapeConfigWidgetBase.
Definition at line 51 of file SpiralShapeConfigWidget.cpp.
References m_spiral, SpiralShape::setClockWise(), SpiralShape::setFade(), SpiralShape::setType(), and widget.
|
inlineoverridevirtual |
reimplemented
Reimplemented from KoShapeConfigWidgetBase.
Definition at line 25 of file SpiralShapeConfigWidget.h.
|
private |
Definition at line 33 of file SpiralShapeConfigWidget.h.
|
private |
Definition at line 32 of file SpiralShapeConfigWidget.h.