TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The class of the local song item information. More...
#include <musiclocalmanagerwidget.h>
Public Attributes | |
QString | m_title |
QString | m_artist |
QString | m_album |
QString | m_year |
QString | m_genre |
QString | m_track |
QString | m_path |
The class of the local song item information.
Definition at line 28 of file musiclocalmanagerwidget.h.
QString MusicSongInfoItem::m_album |
Definition at line 32 of file musiclocalmanagerwidget.h.
Referenced by MusicLocalManagerSongsTableWidget::addCellItems(), and MusicLocalManagerWidget::refreshItems().
QString MusicSongInfoItem::m_artist |
Definition at line 31 of file musiclocalmanagerwidget.h.
Referenced by MusicLocalManagerSongsTableWidget::addCellItems(), and MusicLocalManagerWidget::refreshItems().
QString MusicSongInfoItem::m_genre |
Definition at line 34 of file musiclocalmanagerwidget.h.
Referenced by MusicLocalManagerSongsTableWidget::addCellItems(), and MusicLocalManagerWidget::refreshItems().
QString MusicSongInfoItem::m_path |
Definition at line 36 of file musiclocalmanagerwidget.h.
Referenced by MusicLocalManagerSongsTableWidget::addCellItems(), and MusicLocalManagerWidget::refreshItems().
QString MusicSongInfoItem::m_title |
Definition at line 30 of file musiclocalmanagerwidget.h.
Referenced by MusicLocalManagerSongsTableWidget::addCellItems(), and MusicLocalManagerWidget::refreshItems().
QString MusicSongInfoItem::m_track |
Definition at line 35 of file musiclocalmanagerwidget.h.
Referenced by MusicLocalManagerSongsTableWidget::addCellItems(), and MusicLocalManagerWidget::refreshItems().
QString MusicSongInfoItem::m_year |
Definition at line 33 of file musiclocalmanagerwidget.h.
Referenced by MusicLocalManagerSongsTableWidget::addCellItems(), and MusicLocalManagerWidget::refreshItems().