|
Krita Source Code Documentation
|
#include <QObject>#include <QShowEvent>#include "ui_wdgcustombrush.h"#include <kis_types.h>#include <kis_brush.h>#include <KoResourceServer.h>Go to the source code of this file.
Classes | |
| class | KisCustomBrushWidget |
| class | KisWdgCustomBrush |
Variables | |
| const double | DEFAULT_SPACING = 0.25 |
| const QString | TEMPORARY_BRUSH_NAME = "Temporary custom brush" |
| const QString | TEMPORARY_FILENAME = "/tmp/temporaryKritaBrush.gbr" |
| const double DEFAULT_SPACING = 0.25 |
Definition at line 20 of file kis_custom_brush_widget.h.
| const QString TEMPORARY_BRUSH_NAME = "Temporary custom brush" |
Definition at line 19 of file kis_custom_brush_widget.h.
| const QString TEMPORARY_FILENAME = "/tmp/temporaryKritaBrush.gbr" |
Definition at line 18 of file kis_custom_brush_widget.h.