Mixxx

SoftTakeover Class Reference

#include <softtakeover.h>

List of all members.

Public Member Functions

void enable (MixxxControl control)
void enable (QString group, QString name)
void disable (MixxxControl control)
void disable (QString group, QString name)
bool ignore (MixxxControl control, float newValue, bool midiVal=false)
bool ignore (QString group, QString name, float newValue)

Detailed Description

Definition at line 22 of file softtakeover.h.


Member Function Documentation

void SoftTakeover::disable ( MixxxControl  control)

Disable soft-takeover for the given Control

Definition at line 53 of file softtakeover.cpp.

Here is the caller graph for this function:

void SoftTakeover::disable ( QString  group,
QString  name 
)

Definition at line 48 of file softtakeover.cpp.

Here is the call graph for this function:

void SoftTakeover::enable ( QString  group,
QString  name 
)

Definition at line 38 of file softtakeover.cpp.

Here is the call graph for this function:

void SoftTakeover::enable ( MixxxControl  control)

Enable soft-takeover for the given Control It's okay to call this on a Control that's already enabled.

Definition at line 43 of file softtakeover.cpp.

Here is the caller graph for this function:

bool SoftTakeover::ignore ( QString  group,
QString  name,
float  newValue 
)

For legacy Controls

Definition at line 58 of file softtakeover.cpp.

Here is the call graph for this function:

bool SoftTakeover::ignore ( MixxxControl  control,
float  newValue,
bool  midiVal = false 
)

Check to see if the new value for the Control should be ignored

Definition at line 63 of file softtakeover.cpp.

Here is the call graph for this function:

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