|
Krita Source Code Documentation
|
#include <QStringList>#include <QMutex>#include <QMutexLocker>#include <klocalizedstring.h>#include "KisScreentoneGeneratorTemplate.h"#include "KisScreentoneGeneratorConfiguration.h"Go to the source code of this file.
Classes | |
| class | KisScreentoneGeneratorConfiguration::Private |
Functions | |
| QStringList | screentoneInterpolationNames (int pattern, int shape) |
| QStringList | screentonePatternNames () |
| QStringList | screentoneShapeNames (int pattern) |
| QStringList screentoneInterpolationNames | ( | int | pattern, |
| int | shape ) |
Definition at line 46 of file KisScreentoneGeneratorConfiguration.cpp.
References KisScreentonePatternType_Dots, KisScreentonePatternType_Lines, KisScreentoneShapeType_EllipseDots, KisScreentoneShapeType_EllipseDotsLegacy, and KisScreentoneShapeType_RoundDots.
| QStringList screentonePatternNames | ( | ) |
Definition at line 18 of file KisScreentoneGeneratorConfiguration.cpp.
| QStringList screentoneShapeNames | ( | int | pattern | ) |
Definition at line 25 of file KisScreentoneGeneratorConfiguration.cpp.
References KisScreentonePatternType_Dots, and KisScreentonePatternType_Lines.