Mixxx

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

Go to the documentation of this file.
00001 #ifndef WTRACKTEXT_H
00002 #define WTRACKTEXT_H
00003 
00004 #include "widget/wlabel.h"
00005 #include "trackinfoobject.h"
00006 
00007 class WTrackText : public WLabel {
00008     Q_OBJECT
00009   public:
00010     WTrackText(QWidget *parent);
00011     virtual ~WTrackText();
00012 
00013   public slots:
00014     void slotTrackLoaded(TrackPointer track);
00015     void slotTrackUnloaded(TrackPointer track);
00016 };
00017 
00018 #endif /* WTRACKTEXT_H */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines