drumstick 2.9.0
C++ MIDI libraries using Qt objects, idioms, and style.
alsatimer.h File Reference

Classes managing ALSA Timers. More...

#include <alsa/asoundlib.h>
#include <QObject>
#include <QList>
#include <QThread>
#include <QReadWriteLock>
#include <QPointer>
#include "macros.h"
Include dependency graph for alsatimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TimerInfo
 ALSA Timer information container. More...
 
class  TimerId
 ALSA Timer identifier container. More...
 
class  TimerGlobalInfo
 Global timer information container. More...
 
class  TimerQuery
 ALSA Timer inquiry helper. More...
 
class  TimerParams
 ALSA Timer parameters container. More...
 
class  TimerStatus
 ALSA Timer status container. More...
 
class  TimerEventHandler
 ALSA Timer events handler. More...
 
class  Timer
 ALSA Timer management. More...
 

Namespaces

namespace  drumstick
 Drumstick common.
 
namespace  drumstick::ALSA
 Drumstick ALSA library wrapper.
 

Typedefs

typedef QList< TimerId > TimerIdList
 List of timer identifiers.
 

Detailed Description

Classes managing ALSA Timers.

Definition in file alsatimer.h.