#include "qsound.h"
#include "qhash.h"
#include "qsocketnotifier.h"
#include "qapplication.h"
#include "qsound_p.h"
#include <audio/audiolib.h>
#include <audio/soundlib.h>
#include "qsound_x11.moc"
Go to the source code of this file.
◆ AuServerHash
◆ callback()
static void callback |
( |
AuServer * |
, |
|
|
AuEventHandlerRec * |
, |
|
|
AuEvent * |
e, |
|
|
AuPointer |
p |
|
) |
| |
|
static |
Definition at line 170 of file qsound_x11.cpp.
Referenced by QSegfaultHandler::crashHandler(), QDeclarativeTypeData::done(), QDeclarativeTypeData::downloadProgressChanged(), QXmlQueryPrivate::dynamicContext(), QAuServerNAS::play(), qmlsqldatabase_change_version(), qmlsqldatabase_transaction_shared(), qwsEventSourceDispatch(), QRasterPaintEnginePrivate::rasterize(), QMeeGoGraphicsSystem::registerSwitchCallback(), and x11EventSourceDispatch().
173 if (e->type==AuEventTypeElementNotify &&
174 e->auelementnotify.kind==AuElementNotifyKindState) {
175 if (e->auelementnotify.cur_state == AuStateStop) {
178 (*it)->setDone((
QSound*)p);
#define it(className, varName)
bool contains(const Key &key) const
Returns true if the hash contains an item with the key; otherwise returns false.
static AuServerHash * inprogress
iterator end()
Returns an STL-style iterator pointing to the imaginary item after the last item in the hash...
The QHash::iterator class provides an STL-style non-const iterator for QHash and QMultiHash.
iterator find(const Key &key)
Returns an iterator pointing to the item with the key in the hash.
The QSound class provides access to the platform audio facilities.
◆ eventPred()
static AuBool eventPred |
( |
AuServer * |
, |
|
|
AuEvent * |
e, |
|
|
AuPointer |
p |
|
) |
| |
|
static |
◆ qt_new_audio_server()
◆ inprogress
◆ nas