TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Functions | Variables
qdevicewatcher_mac.cpp File Reference
#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
 

Function Documentation

static void onDiskAppear ( DADiskRef  disk,
void *  context 
)
static
static void onDiskDisappear ( DADiskRef  disk,
void *  context 
)
static

Variable Documentation

QStringList sDevices
static

Definition at line 8 of file qdevicewatcher_mac.cpp.

Referenced by onDiskAppear(), and onDiskDisappear().