#include <kis_tool_utils.h>
Definition at line 104 of file kis_tool_utils.h.
◆ MoveShortcutsHelper()
| KisToolUtils::MoveShortcutsHelper::MoveShortcutsHelper |
( |
KoToolBase * | tool | ) |
|
◆ activate()
| void KisToolUtils::MoveShortcutsHelper::activate |
( |
| ) |
|
|
inline |
◆ cancelMoveAction()
| void KisToolUtils::MoveShortcutsHelper::cancelMoveAction |
( |
| ) |
|
|
inline |
◆ createActions()
| QList< QAction * > KisToolUtils::MoveShortcutsHelper::createActions |
( |
| ) |
|
|
static |
Definition at line 409 of file kis_tool_utils.cpp.
410 {
413
414 actions << actionRegistry->
makeQAction(
"movetool-move-up", actionRegistry);
415 actions << actionRegistry->
makeQAction(
"movetool-move-down", actionRegistry);
416 actions << actionRegistry->
makeQAction(
"movetool-move-left", actionRegistry);
417 actions << actionRegistry->
makeQAction(
"movetool-move-right", actionRegistry);
418
419 actions << actionRegistry->
makeQAction(
"movetool-move-up-more", actionRegistry);
420 actions << actionRegistry->
makeQAction(
"movetool-move-down-more", actionRegistry);
421 actions << actionRegistry->
makeQAction(
"movetool-move-left-more", actionRegistry);
422 actions << actionRegistry->
makeQAction(
"movetool-move-right-more", actionRegistry);
423
424 return actions;
425 }
QAction * makeQAction(const QString &name, QObject *parent=0)
static KisActionRegistry * instance()
References KisActionRegistry::instance(), and KisActionRegistry::makeQAction().
◆ deactivate()
| void KisToolUtils::MoveShortcutsHelper::deactivate |
( |
| ) |
|
|
inline |
◆ endMoveAction()
| void KisToolUtils::MoveShortcutsHelper::endMoveAction |
( |
| ) |
|
|
inline |
◆ setInternalMoveShortcutsEnabled()
| void KisToolUtils::MoveShortcutsHelper::setInternalMoveShortcutsEnabled |
( |
bool | value | ) |
|
|
private |
◆ startMoveAction()
| void KisToolUtils::MoveShortcutsHelper::startMoveAction |
( |
| ) |
|
|
inline |
◆ m_tool
| KoToolBase* KisToolUtils::MoveShortcutsHelper::m_tool |
|
private |
The documentation for this class was generated from the following files: