TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The class of the global hotkey setting manager. More...
#include <musichotkeymanager.h>
Public Member Functions | |
void | addHotKey (QObject *object) |
void | addHotKey (QObject *object, const char *slot) |
void | addHotKey (QObject *object, const QString &key, const char *slot) |
void | setHotKey (int index, const QString &key) |
QObject * | hotKey (int index) |
void | unsetShortcut () |
void | setEnabled (bool enabled) |
void | setEnabled (int index, bool enabled) |
bool | isEnabled (int index) |
QString | toString (int key, int modifiers) |
int | count () const |
QStringList | defaultKeys () const |
QStringList | keys () const |
Private Attributes | |
QList< QGlobalShortcut * > | m_hotkeys |
The class of the global hotkey setting manager.
Definition at line 29 of file musichotkeymanager.h.
void MusicHotKeyManager::addHotKey | ( | QObject * | object | ) |
Add hotKey by given object.
Definition at line 6 of file musichotkeymanager.cpp.
References m_hotkeys.
void MusicHotKeyManager::addHotKey | ( | QObject * | object, |
const char * | slot | ||
) |
Add hotKey by given object and slot.
Definition at line 12 of file musichotkeymanager.cpp.
References m_hotkeys.
Add hotKey by given object key and slot.
Definition at line 20 of file musichotkeymanager.cpp.
References m_hotkeys.
int MusicHotKeyManager::count | ( | ) | const |
QStringList MusicHotKeyManager::defaultKeys | ( | ) | const |
QObject * MusicHotKeyManager::hotKey | ( | int | index | ) |
Get the object key by given hotKey index.
Definition at line 38 of file musichotkeymanager.cpp.
References m_hotkeys.
bool MusicHotKeyManager::isEnabled | ( | int | index | ) |
check the given hotkey is enabled or not.
Definition at line 75 of file musichotkeymanager.cpp.
References m_hotkeys.
QStringList MusicHotKeyManager::keys | ( | ) | const |
Get key string.
Definition at line 121 of file musichotkeymanager.cpp.
References key, m_hotkeys, and qAsConst.
Referenced by defaultKeys().
void MusicHotKeyManager::setEnabled | ( | bool | enabled | ) |
Enable or disable all hotkeys.
Definition at line 57 of file musichotkeymanager.cpp.
void MusicHotKeyManager::setEnabled | ( | int | index, |
bool | enabled | ||
) |
Enable or disable the hotkey by index.
Definition at line 65 of file musichotkeymanager.cpp.
References m_hotkeys.
Set hotKey by given index and string key.
Definition at line 28 of file musichotkeymanager.cpp.
References m_hotkeys.
Mapping the virtual key to string key.
Definition at line 85 of file musichotkeymanager.cpp.
void MusicHotKeyManager::unsetShortcut | ( | ) |
Unset registered hotKeys.
Definition at line 48 of file musichotkeymanager.cpp.
|
private |
Definition at line 93 of file musichotkeymanager.h.
Referenced by addHotKey(), count(), hotKey(), isEnabled(), keys(), setEnabled(), setHotKey(), and unsetShortcut().