|
Krita Source Code Documentation
|
#include <StarShapeConfigWidget.h>
Inheritance diagram for StarShapeConfigWidget:Public Member Functions | |
| KUndo2Command * | createCommand () override |
| reimplemented | |
| void | open (KoShape *shape) override |
| reimplemented | |
| void | save () override |
| reimplemented | |
| void | setUnit (const KoUnit &unit) override |
| reimplemented | |
| bool | showOnShapeCreate () override |
| reimplemented | |
| StarShapeConfigWidget () | |
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 bool | showOnShapeSelect () |
| Return true if the shape config panel should be shown when the shape is selected. | |
| ~KoShapeConfigWidgetBase () override | |
Private Slots | |
| void | typeChanged () |
Private Attributes | |
| StarShape * | m_star {nullptr} |
| Ui::StarShapeConfigWidget | 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 16 of file StarShapeConfigWidget.h.
| StarShapeConfigWidget::StarShapeConfigWidget | ( | ) |
Definition at line 13 of file StarShapeConfigWidget.cpp.
References connect(), KoShapeConfigWidgetBase::propertyChanged(), typeChanged(), and widget.
|
overridevirtual |
reimplemented
Reimplemented from KoShapeConfigWidgetBase.
Definition at line 66 of file StarShapeConfigWidget.cpp.
References StarShape::convex(), m_star, and widget.
reimplemented
Implements KoShapeConfigWidgetBase.
Definition at line 30 of file StarShapeConfigWidget.cpp.
References StarShape::baseRadius(), StarShape::convex(), StarShape::cornerCount(), m_star, StarShape::tipRadius(), typeChanged(), and widget.
|
overridevirtual |
reimplemented
Implements KoShapeConfigWidgetBase.
Definition at line 54 of file StarShapeConfigWidget.cpp.
References m_star, StarShape::setBaseRadius(), StarShape::setConvex(), StarShape::setCornerCount(), StarShape::setTipRadius(), and widget.
reimplemented
Reimplemented from KoShapeConfigWidgetBase.
Definition at line 24 of file StarShapeConfigWidget.cpp.
References widget.
|
inlineoverridevirtual |
reimplemented
Reimplemented from KoShapeConfigWidgetBase.
Definition at line 28 of file StarShapeConfigWidget.h.
|
privateslot |
|
private |
Definition at line 39 of file StarShapeConfigWidget.h.
|
private |
Definition at line 38 of file StarShapeConfigWidget.h.