diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-04-29 11:11:54 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-04-29 11:11:54 +0000 |
| commit | b44d843f24cd7c2f8dd4cd76b5385507dc7b02b8 (patch) | |
| tree | d8a1d0b7ebaa52c70bc570d75f5e48517c5ceba2 /src/qmmpui/playlisttrack.h | |
| parent | ba0f4e2d0e07d46229335e4b06a6c14d252a9bcd (diff) | |
| download | qmmp-b44d843f24cd7c2f8dd4cd76b5385507dc7b02b8.tar.gz qmmp-b44d843f24cd7c2f8dd4cd76b5385507dc7b02b8.tar.bz2 qmmp-b44d843f24cd7c2f8dd4cd76b5385507dc7b02b8.zip | |
fixed api documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4270 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlisttrack.h')
| -rw-r--r-- | src/qmmpui/playlisttrack.h | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/qmmpui/playlisttrack.h b/src/qmmpui/playlisttrack.h index 7d4a14ce8..e21b8f286 100644 --- a/src/qmmpui/playlisttrack.h +++ b/src/qmmpui/playlisttrack.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 by Ilya Kotov * + * Copyright (C) 2013-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -27,7 +27,7 @@ class QmmpUiSettings; -/** @brief The PlayListTrack class provides an item for use with the PlayListModel class. +/** @brief The PlayListTrack class provides a track for use with the PlayListModel class. * @author Ilya Kotov <forkotov02@hotmail.ru> */ class PlayListTrack : public QMap <Qmmp::MetaData, QString>, public PlayListItem @@ -62,7 +62,7 @@ public: /*! * Object destructor. */ - ~PlayListTrack(); + virtual ~PlayListTrack(); /*! * Returns formatted title of the item. */ @@ -92,11 +92,14 @@ public: * Gets new metadata from file (works for local files only). */ void updateMetaData(); - + /*! + * Returns name of the parent group. + */ const QString groupName(); - + /*! + * Returns \b false. + */ bool isGroup() const; - /*! * Returns current state of the playlist item. */ |
