#include "KoCompositeOp.h"
#include <klocalizedstring.h>
#include <KoID.h>
#include "KoColorSpace.h"
#include "KoCompositeOpRegistry.h"
Go to the source code of this file.
◆ LAZY_STATIC_CATEGORY_DISPLAY_NAME
| #define LAZY_STATIC_CATEGORY_DISPLAY_NAME |
( |
| n | ) |
|
Value: []() { \
return name; \
}()
static QString categoryDisplayName(const QString &id)
Definition at line 25 of file KoCompositeOp.cpp.
25#define LAZY_STATIC_CATEGORY_DISPLAY_NAME(n) \
26 []() { \
27 static const QString name = categoryDisplayName(QStringLiteral(n)); \
28 return name; \
29 }()
◆ categoryDisplayName()
| static QString categoryDisplayName |
( |
const QString & | id | ) |
|
|
static |
◆ compositeOpDisplayName()
| static QString compositeOpDisplayName |
( |
const QString & | id | ) |
|
|
static |