Mixxx

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

Go to the documentation of this file.
00001 #ifndef DECK_H
00002 #define DECK_H
00003 
00004 #include "basetrackplayer.h"
00005 
00006 class Deck : public BaseTrackPlayer {
00007     Q_OBJECT
00008         public:
00009     Deck(QObject* pParent,
00010          ConfigObject<ConfigValue> *pConfig,
00011          EngineMaster* pMixingEngine,
00012          EngineChannel::ChannelOrientation defaultOrientation,
00013          AnalyserQueue* pAnalyserQueue,
00014          QString group);
00015     virtual ~Deck();
00016 };
00017 
00018 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines