Mixxx

MidiLedHandler Class Reference

#include <midiledhandler.h>

Collaboration diagram for MidiLedHandler:

List of all members.

Public Slots

void controlChanged (double value)

Public Member Functions

 MidiLedHandler (QString group, QString key, MidiDevice &midi, double min, double max, unsigned char status, unsigned char midino, unsigned char on, unsigned char off)
 ~MidiLedHandler ()
void update ()

Static Public Member Functions

static void createHandlers (QDomNode node, MidiDevice &midi)
static void updateAll ()
static void destroyHandlers (MidiDevice *midi)

Static Public Attributes

static QList< MidiLedHandler * > allhandlers = QList<MidiLedHandler*>()

Detailed Description

Definition at line 11 of file midiledhandler.h.


Constructor & Destructor Documentation

MidiLedHandler::MidiLedHandler ( QString  group,
QString  key,
MidiDevice midi,
double  min,
double  max,
unsigned char  status,
unsigned char  midino,
unsigned char  on,
unsigned char  off 
)

Definition at line 8 of file midiledhandler.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

MidiLedHandler::~MidiLedHandler ( )

Definition at line 27 of file midiledhandler.cpp.

Here is the call graph for this function:


Member Function Documentation

void MidiLedHandler::controlChanged ( double  value) [slot]

Definition at line 39 of file midiledhandler.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void MidiLedHandler::createHandlers ( QDomNode  node,
MidiDevice midi 
) [static]

Definition at line 59 of file midiledhandler.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void MidiLedHandler::destroyHandlers ( MidiDevice midi) [static]

Definition at line 111 of file midiledhandler.cpp.

Here is the caller graph for this function:

void MidiLedHandler::update ( )

Definition at line 35 of file midiledhandler.cpp.

Here is the call graph for this function:

void MidiLedHandler::updateAll ( ) [static]

Definition at line 105 of file midiledhandler.cpp.

Here is the caller graph for this function:


Member Data Documentation

Definition at line 24 of file midiledhandler.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines