Mixxx

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

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