Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/controlobjectthreadmain.h

Go to the documentation of this file.
00001 //
00002 // C++ Interface: controlobjecthreadmain.h
00003 //
00004 // Description:
00005 //
00006 //
00007 // Author: Tue Haste Andersen <haste@diku.dk>, (C) 2004
00008 //
00009 // Copyright: See COPYING file that comes with this distribution
00010 //
00011 //
00012 #ifndef CONTROLOBJECTTHREADMAIN_H
00013 #define CONTROLOBJECTTHREADMAIN_H
00014 
00015 #include "controlobjectthread.h"
00016 //Added by qt3to4:
00017 #include <QEvent>
00018 
00019 class ControlObject;
00020 
00025 class ControlObjectThreadMain : public ControlObjectThread
00026 {
00027     Q_OBJECT
00028 public:
00029     ControlObjectThreadMain(ControlObject *pControlObject, QObject* pParent=NULL);
00030     virtual ~ControlObjectThreadMain();
00032     bool eventFilter(QObject *o, QEvent *e);
00034     bool setExtern(double v);
00035 };
00036 
00037 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines