Krita Source Code Documentation
Loading...
Searching...
No Matches
SpiralShapeConfigWidget.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2 * SPDX-FileCopyrightText: 2007 Rob Buis <buis@kde.org>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7#ifndef SPIRALSHAPECONFIGWIDGET_H
8#define SPIRALSHAPECONFIGWIDGET_H
9
10#include "SpiralShape.h"
11#include <ui_SpiralShapeConfigWidget.h>
12
14
16{
17 Q_OBJECT
18public:
21 void open(KoShape *shape) override;
23 void save() override;
25 bool showOnShapeCreate() override
26 {
27 return false;
28 }
30 KUndo2Command *createCommand() override;
31private:
32 Ui::SpiralShapeConfigWidget widget;
34};
35
36#endif // SPIRALSHAPECONFIGWIDGET_H
bool showOnShapeCreate() override
reimplemented
void save() override
reimplemented
Ui::SpiralShapeConfigWidget widget
void open(KoShape *shape) override
reimplemented
KUndo2Command * createCommand() override
reimplemented