Qt 4.8
|
#include <qapplication.h>
#include "qsound.h"
#include "qsound_p.h"
#include <private/qt_mac_p.h>
#include <qhash.h>
#include <qdebug.h>
#import <AppKit/AppKit.h>
#include <AppKit/NSSound.h>
#include "qsound_mac.moc"
Go to the source code of this file.
Classes | |
protocol | <NSSoundDelegate > |
class | QAuServerMac |
class | QMacSoundDelegate |
Typedefs | |
typedef QHash< QSound *, NSSound const * > | Sounds |
Functions | |
void | qt_mac_beep () |
QAuServer * | qt_new_audio_server () |
Variables | |
static Sounds | sounds |
Definition at line 64 of file qsound_mac.mm.
void qt_mac_beep | ( | ) |
Definition at line 53 of file qsound_mac.mm.
Referenced by QApplication::beep().
QAuServer* qt_new_audio_server | ( | ) |
Definition at line 181 of file qsound_mac.mm.
|
static |
Definition at line 65 of file qsound_mac.mm.