#include <QCursor>
#include <KoColor.h>
#include <KoToolBase.h>
#include <KoID.h>
#include <KoCanvasResourceProvider.h>
#include <KoPattern.h>
#include <KoAbstractGradient.h>
#include <kis_types.h>
#include <kritaui_export.h>
Go to the source code of this file.
◆ CHECK_MODE_SANITY_OR_RETURN
| #define CHECK_MODE_SANITY_OR_RETURN |
( |
| _mode | ) |
if (mode() != _mode) { WARN_WRONG_MODE(mode()); return; } |
◆ WARN_WRONG_MODE
| #define WARN_WRONG_MODE |
( |
| _mode | ) |
warnKrita << "Unexpected tool event has come while being mode" << _mode << "!" |
◆ KRITA_TOOL_ACTIVATION_ID
| const QString KRITA_TOOL_ACTIVATION_ID = "flake/always" |
|
static |