TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include "qdevicewatcher_p.h"
#include <QtCore/QStringList>
#include <CoreServices/CoreServices.h>
#include <IOKit/storage/IOCDMedia.h>
#include <IOKit/storage/IODVDMedia.h>
Go to the source code of this file.
Functions | |
static void | onDiskAppear (DADiskRef disk, void *context) |
static void | onDiskDisappear (DADiskRef disk, void *context) |
Variables | |
static QStringList | sDevices |
|
static |
Definition at line 10 of file qdevicewatcher_mac.cpp.
References QDeviceWatcherPrivate::emitDeviceAdded(), sDevices, and TTKStaticCast.
Referenced by QDeviceWatcherPrivate::initialize(), and QDeviceWatcherPrivate::stop().
|
static |
Definition at line 20 of file qdevicewatcher_mac.cpp.
References QDeviceWatcherPrivate::emitDeviceRemoved(), sDevices, and TTKStaticCast.
Referenced by QDeviceWatcherPrivate::initialize(), and QDeviceWatcherPrivate::stop().
|
static |
Definition at line 8 of file qdevicewatcher_mac.cpp.
Referenced by onDiskAppear(), and onDiskDisappear().