26 friend QTextStream &
operator<<(QTextStream &outStream,
const Hotkey &hotkey);
63 inline static const QString kSectionActions = QStringLiteral(
"actions");
64 inline static const QString kMousebutton = QStringLiteral(
"mousebutton(%1)");
65 inline static const QString kKeystroke = QStringLiteral(
"keystroke(%1)");
QList< Action > ActionList
Definition Action.h:181
QTextStream & operator<<(QTextStream &outStream, const Hotkey &hotkey)
Definition Hotkey.cpp:52
QList< Hotkey > HotkeyList
Definition Hotkey.h:68
Definition HotkeyDialog.h:21
friend QTextStream & operator<<(QTextStream &outStream, const Hotkey &hotkey)
Definition Hotkey.cpp:52
const KeySequence & keySequence() const
Definition Hotkey.h:32
const ActionList & actions() const
Definition Hotkey.h:36
friend class ServerConfigDialog
Definition Hotkey.h:25
friend class HotkeyDialog
Definition Hotkey.h:24
KeySequence & keySequence()
Definition Hotkey.h:47
QString text() const
Definition Hotkey.cpp:13
void saveSettings(QSettings &settings) const
Definition Hotkey.cpp:35
bool operator==(const Hotkey &hk) const
Definition Hotkey.cpp:47
void loadSettings(QSettings &settings)
Definition Hotkey.cpp:19
ActionList & actions()
Definition Hotkey.h:55
void setKeySequence(const KeySequence &seq)
Definition Hotkey.h:51
Definition KeySequence.h:16
Definition ServerConfigDialog.h:23