![]() |
Mixxx
|
#include <controlobjectthreadmain.h>
Public Member Functions | |
ControlObjectThreadMain (ControlObject *pControlObject, QObject *pParent=NULL) | |
virtual | ~ControlObjectThreadMain () |
bool | eventFilter (QObject *o, QEvent *e) |
bool | setExtern (double v) |
Definition at line 25 of file controlobjectthreadmain.h.
ControlObjectThreadMain::ControlObjectThreadMain | ( | ControlObject * | pControlObject, |
QObject * | pParent = NULL |
||
) |
Definition at line 21 of file controlobjectthreadmain.cpp.
ControlObjectThreadMain::~ControlObjectThreadMain | ( | ) | [virtual] |
Definition at line 27 of file controlobjectthreadmain.cpp.
bool ControlObjectThreadMain::eventFilter | ( | QObject * | o, |
QEvent * | e | ||
) |
Event filter
Definition at line 30 of file controlobjectthreadmain.cpp.
bool ControlObjectThreadMain::setExtern | ( | double | v | ) | [virtual] |
Notify this object through events
Reimplemented from ControlObjectThread.
Reimplemented in ControlObjectThreadWidget.
Definition at line 52 of file controlobjectthreadmain.cpp.