|
TTKMusicPlayer
4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The class of the device watcher event. More...
#include <qdevicewatcher.h>
Inheritance diagram for QDeviceChangeEvent:Public Types | |
| enum | Action { Add, Remove, Change } |
Public Member Functions | |
| QDeviceChangeEvent (Action action, const QString &device) | |
| Action | action () const |
| QString | device () const |
Static Public Member Functions | |
| static Type | registeredType () |
Private Attributes | |
| Action | m_action |
| QString | m_device |
The class of the device watcher event.
Definition at line 59 of file qdevicewatcher.h.
| Enumerator | |
|---|---|
| Add | |
| Remove | |
| Change | |
Definition at line 62 of file qdevicewatcher.h.
|
inline |
Definition at line 67 of file qdevicewatcher.h.
Referenced by QDeviceChangeEvent().
|
inline |
Definition at line 68 of file qdevicewatcher.h.
Referenced by QDeviceChangeEvent().
|
inlinestatic |
Definition at line 70 of file qdevicewatcher.h.
References TTKStaticCast.
|
private |
Definition at line 77 of file qdevicewatcher.h.
Referenced by QDeviceChangeEvent().
|
private |
Definition at line 78 of file qdevicewatcher.h.
Referenced by QDeviceChangeEvent().
1.8.8