Mixxx

Cue Class Reference

#include <cue.h>

List of all members.

Public Types

enum  CueType {
  INVALID = 0, CUE, LOAD, BEAT,
  LOOP, JUMP
}

Signals

void updated ()

Public Member Functions

virtual ~Cue ()
bool isDirty ()
int getId ()
int getTrackId ()
CueType getType ()
void setType (CueType type)
int getPosition ()
void setPosition (int position)
int getLength ()
void setLength (int length)
int getHotCue ()
void setHotCue (int hotCue)
const QString getLabel ()
void setLabel (const QString label)

Friends

class TrackInfoObject
class CueDAO

Detailed Description

Definition at line 13 of file cue.h.


Member Enumeration Documentation

Enumerator:
INVALID 
CUE 
LOAD 
BEAT 
LOOP 
JUMP 

Definition at line 16 of file cue.h.


Constructor & Destructor Documentation

Cue::~Cue ( ) [virtual]

Definition at line 9 of file cue.cpp.


Member Function Documentation

int Cue::getHotCue ( )

Definition at line 111 of file cue.cpp.

Here is the caller graph for this function:

int Cue::getId ( )

Definition at line 39 of file cue.cpp.

Here is the caller graph for this function:

const QString Cue::getLabel ( )

Definition at line 126 of file cue.cpp.

Here is the caller graph for this function:

int Cue::getLength ( )

Definition at line 96 of file cue.cpp.

Here is the caller graph for this function:

int Cue::getPosition ( )

Definition at line 81 of file cue.cpp.

Here is the caller graph for this function:

int Cue::getTrackId ( )

Definition at line 53 of file cue.cpp.

Here is the caller graph for this function:

Cue::CueType Cue::getType ( )

Definition at line 67 of file cue.cpp.

Here is the caller graph for this function:

bool Cue::isDirty ( )

Definition at line 142 of file cue.cpp.

Here is the caller graph for this function:

void Cue::setHotCue ( int  hotCue)

Definition at line 117 of file cue.cpp.

Here is the call graph for this function:

void Cue::setLabel ( const QString  label)

Definition at line 133 of file cue.cpp.

Here is the call graph for this function:

void Cue::setLength ( int  length)

Definition at line 102 of file cue.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Cue::setPosition ( int  position)

Definition at line 87 of file cue.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Cue::setType ( Cue::CueType  type)

Definition at line 73 of file cue.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void Cue::updated ( ) [signal]

Here is the caller graph for this function:


Friends And Related Function Documentation

friend class CueDAO [friend]

Definition at line 69 of file cue.h.

friend class TrackInfoObject [friend]

Definition at line 68 of file cue.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines