diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-08-21 20:27:39 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-08-21 20:27:39 +0000 |
| commit | ff2321878fece5dcc774557b391e4d0cb8860f37 (patch) | |
| tree | b6ce21c423208af15be7261fde9e2b7ea84baefd /src/qmmpui/playlistmodel.h | |
| parent | ccad369e81746f0131038bc97960480c90e36322 (diff) | |
| download | qmmp-ff2321878fece5dcc774557b391e4d0cb8860f37.tar.gz qmmp-ff2321878fece5dcc774557b391e4d0cb8860f37.tar.bz2 qmmp-ff2321878fece5dcc774557b391e4d0cb8860f37.zip | |
fixed api documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5471 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 549339b2e..d8602d531 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -81,6 +81,21 @@ struct SimpleSelection * * @author Vladimir Kuznetsov <vovanec@gmail.com> * @author Ilya Kotov <forkotov02@hotmail.ru> + * + * Playlist Structure + * ----------------------- + * | item | track | item | + * | index | index | type | + * ----------------------- + * | 0 | | group | + * | 1 | 0 | track | + * | 2 | 1 | track | + * | 3 | 2 | track | + * | 4 | 3 | track | + * | 5 | | group | + * | 6 | 4 | track | + * | 7 | 5 | track | + * | 8 | 6 | track | */ class PlayListModel : public QObject { |
