Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/widget/wnumberrate.h

Go to the documentation of this file.
00001 //
00002 // C++ Interface: wnumberpos
00003 //
00004 // Description:
00005 //
00006 //
00007 // Author: Tue Haste Andersen <haste@diku.dk>, (C) 2003
00008 //
00009 // Copyright: See COPYING file that comes with this distribution
00010 //
00011 //
00012 #ifndef WNUMBERRATE_H
00013 #define WNUMBERRATE_H
00014 
00015 #include "wnumber.h"
00016 #include <QTimer>
00017 class ControlObjectThreadMain;
00018 
00023 class WNumberRate : public WNumber
00024 {
00025     Q_OBJECT
00026 public:
00027     WNumberRate(const char *group, QWidget *parent=0);
00028     virtual ~WNumberRate();
00029     void setValue(double dValue);
00030 
00031 private:
00033     ControlObjectThreadMain *m_pRateControl, *m_pRateRangeControl, *m_pRateDirControl;
00034 };
00035 
00036 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines