![]() |
Mixxx
|
#include <QList>
#include <QDateTime>
#include <QObject>
#include <QFileInfo>
#include <QMutex>
#include <QVector>
#include <QSharedPointer>
#include <QWeakPointer>
#include "defs.h"
#include "track/beats.h"
#include "library/dao/cue.h"
#include "segmentation.h"
Go to the source code of this file.
Classes | |
class | TrackInfoObject |
Typedefs | |
typedef QSharedPointer < TrackInfoObject > | TrackPointer |
typedef QWeakPointer < TrackInfoObject > | TrackWeakPointer |
typedef QSharedPointer<TrackInfoObject> TrackPointer |
Definition at line 42 of file trackinfoobject.h.
typedef QWeakPointer<TrackInfoObject> TrackWeakPointer |
Definition at line 45 of file trackinfoobject.h.