TTKMusicPlayer  4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Member Functions | Public Attributes | List of all members
MusicPlayItem Struct Reference

The class of the music play item. More...

#include <musicplaylist.h>

Public Member Functions

 MusicPlayItem () noexcept
 
 MusicPlayItem (int index, const QString &path) noexcept
 
bool isValid () const noexcept
 
bool operator== (const MusicPlayItem &other) const noexcept
 

Public Attributes

int m_playlistRow
 
QString m_path
 

Detailed Description

The class of the music play item.

Author
Greedysky greed.nosp@m.ysky.nosp@m.@163..nosp@m.com

Definition at line 27 of file musicplaylist.h.

Constructor & Destructor Documentation

MusicPlayItem::MusicPlayItem ( )
inlinenoexcept

Definition at line 32 of file musicplaylist.h.

MusicPlayItem::MusicPlayItem ( int  index,
const QString &  path 
)
inlinenoexcept

Definition at line 38 of file musicplaylist.h.

Member Function Documentation

bool MusicPlayItem::isValid ( ) const
inlinenoexcept
bool MusicPlayItem::operator== ( const MusicPlayItem other) const
inlinenoexcept

Definition at line 50 of file musicplaylist.h.

Member Data Documentation

QString MusicPlayItem::m_path
int MusicPlayItem::m_playlistRow

The documentation for this struct was generated from the following file: