#include <queuedsong.h>


Public Member Functions | |
| void | setSong (Song *s, float8 d) |
| void | setPos (int p) |
| int | getPos () |
| void | init () |
| QueuedSong (Song *song, QTreeWidget *parent) | |
| QueuedSong (QTreeWidget *parent, QTreeWidgetItem *after) | |
| bool | ankered () |
| void | setAnkered (bool b) |
Public Attributes | |
| bool | mark |
| QueuedSong::QueuedSong | ( | Song * | song, | |
| QTreeWidget * | parent | |||
| ) |
References init(), mark, QUEUED_TEMPO, TreeWidgetSong::song, and Song::tempo_str().
| QueuedSong::QueuedSong | ( | QTreeWidget * | parent, | |
| QTreeWidgetItem * | after | |||
| ) |
| bool QueuedSong::ankered | ( | ) | [inline] |
Referenced by SongSelectorLogic::queueAnker(), and SongSelectorLogic::queueRandom().
| int QueuedSong::getPos | ( | ) | [inline] |
Referenced by SongSelectorLogic::queueShiftUp(), and SongSelectorLogic::rejectQueueProposal().
| void QueuedSong::init | ( | ) |
References Config::color_cues, Config::color_ondisk, Config::color_played, Config::color_spectrum, QSong::colorOfAuthorCol(), EMPTY, FALSE_TEXT, Tags::full_string(), i, no_spectrum, QUEUED_ANKER, QUEUED_AUTHOR, QUEUED_CUES, QUEUED_DLINE, QUEUED_FILE, QUEUED_INDEX, QUEUED_MD5SUM, QUEUED_ONDISK, QUEUED_SPECTRUM, QUEUED_TAGS, QUEUED_TIME, QUEUED_TITLE, QUEUED_VERSION, TreeWidgetSong::song, tonumber(), and TRUE_TEXT.
Referenced by QueuedSong(), setAnkered(), setPos(), and setSong().
| void QueuedSong::setAnkered | ( | bool | b | ) | [inline] |
References init().
Referenced by SongSelectorLogic::queueAnker().
| void QueuedSong::setPos | ( | int | p | ) | [inline] |
References init().
Referenced by SongSelectorLogic::queueInsert(), and SongSelectorLogic::queueShiftUp().
References init(), QUEUED_TEMPO, TreeWidgetSong::song, and Song::tempo_str().
| bool QueuedSong::mark |
Referenced by QueuedSong().
1.6.2