58 Q_PROPERTY(ActionTypes actionTypes READ actionTypes WRITE setActionTypes)
71 WidgetAction = Qt::WidgetShortcut ,
73 WindowAction = Qt::WindowShortcut ,
75 ApplicationAction = Qt::ApplicationShortcut ,
79 AllActions = 0xffffffff
87 LetterShortcutsDisallowed = 0,
89 LetterShortcutsAllowed
103 ActionTypes actionTypes = AllActions, LetterShortcuts allowLetterShortcuts = LetterShortcutsAllowed);
111 bool isModified()
const;
116 void clearCollections();
162 void clearConfiguration();
170 void saveShortcuts(KConfigGroup *config = 0)
const;
178 void exportConfiguration(KConfigBase *config)
const;
187 void importConfiguration(KConfigBase *config,
bool isScheme);
195 void setActionTypes(ActionTypes actionTypes);
201 ActionTypes actionTypes()
const;
213 void resizeColumns();
223 void printShortcuts()
const;
228 void searchUpdated(QString s);
233 Q_PRIVATE_SLOT(d,
void capturedShortcut(QVariant,
const QModelIndex &))
Q_DECLARE_FLAGS(KisUpdaterContextSnapshotEx, KisUpdaterContextSnapshotExTag)