#include <playlistgroup.h>
The PlayListTrack class provides a group for use with the PlayListModel class.
- Author
- Ilya Kotov forko.nosp@m.tov0.nosp@m.2@ya..nosp@m.ru
◆ PlayListGroup()
Constructor.
- Parameters
-
formattedTitle | Title of the group. |
◆ ~PlayListGroup()
◆ contains()
Returns true if the group contains track track. Otherwise returns false.
◆ count()
Returns number of tracks if the group.
◆ formattedLength()
const QString formattedLength |
( |
| ) |
|
|
inlinevirtual |
Returns formatted length of the item.
Implements PlayListItem.
◆ formattedTitle()
const QString formattedTitle |
( |
int |
column = 0 | ) |
|
|
virtual |
Returns formatted title of the group.
- Parameters
-
column | Number of column (unused). |
Implements PlayListItem.
◆ formattedTitles()
const QStringList formattedTitles |
( |
| ) |
|
|
virtual |
Returns the list of the formatted titles for all columns. Group separators contain only one title.
Implements PlayListItem.
◆ isEmpty()
Returns true if the group is empty. Otherwise returns false.
◆ isGroup()
◆ tracks()
Returns a list of tracks if the group.
The documentation for this class was generated from the following file: