Mixxx

VinylControlManager Class Reference

#include <vinylcontrolmanager.h>

Inheritance diagram for VinylControlManager:
Collaboration diagram for VinylControlManager:

List of all members.

Public Slots

void reloadConfig ()

Public Member Functions

 VinylControlManager (QObject *pParent, ConfigObject< ConfigValue > *pConfig)
virtual ~VinylControlManager ()
virtual void receiveBuffer (AudioInput input, const short *pBuffer, unsigned int nFrames)
virtual void onInputConnected (AudioInput input)
virtual void onInputDisconnected (AudioInput input)
QList< VinylControlProxy * > vinylControlProxies ()
bool vinylInputEnabled (int deck)
VinylControlProxygetVinylControlProxyForChannel (QString)

Detailed Description

Definition at line 18 of file vinylcontrolmanager.h.


Constructor & Destructor Documentation

VinylControlManager::VinylControlManager ( QObject *  pParent,
ConfigObject< ConfigValue > *  pConfig 
)

Definition at line 20 of file vinylcontrolmanager.cpp.

Here is the call graph for this function:

VinylControlManager::~VinylControlManager ( ) [virtual]

Definition at line 47 of file vinylcontrolmanager.cpp.

Here is the call graph for this function:


Member Function Documentation

VinylControlProxy * VinylControlManager::getVinylControlProxyForChannel ( QString  channel)

Definition at line 150 of file vinylcontrolmanager.cpp.

void VinylControlManager::onInputConnected ( AudioInput  input) [virtual]

Reimplemented from AudioDestination.

Definition at line 92 of file vinylcontrolmanager.cpp.

Here is the call graph for this function:

void VinylControlManager::onInputDisconnected ( AudioInput  input) [virtual]

Reimplemented from AudioDestination.

Definition at line 110 of file vinylcontrolmanager.cpp.

Here is the call graph for this function:

void VinylControlManager::receiveBuffer ( AudioInput  input,
const short *  pBuffer,
unsigned int  nFrames 
) [virtual]

Implements AudioDestination.

Definition at line 80 of file vinylcontrolmanager.cpp.

Here is the call graph for this function:

void VinylControlManager::reloadConfig ( ) [slot]

Definition at line 121 of file vinylcontrolmanager.cpp.

Here is the caller graph for this function:

QList< VinylControlProxy * > VinylControlManager::vinylControlProxies ( )

Definition at line 134 of file vinylcontrolmanager.cpp.

Here is the caller graph for this function:

bool VinylControlManager::vinylInputEnabled ( int  deck)

Definition at line 141 of file vinylcontrolmanager.cpp.

Here is the caller graph for this function:


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