TTKMusicPlayer  3.7.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
TTK::MusicArtistProperty Struct Reference

The class of the music artist property. More...

#include <musicobject.h>

Public Member Functions

 MusicArtistProperty ()=default
 
 MusicArtistProperty (const QString &id, const QString &name) noexcept
 
bool isEmpty () const noexcept
 

Public Attributes

QString m_id
 
QString m_name
 

Detailed Description

The class of the music artist property.

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

Definition at line 257 of file musicobject.h.

Constructor & Destructor Documentation

TTK::MusicArtistProperty::MusicArtistProperty ( )
default
TTK::MusicArtistProperty::MusicArtistProperty ( const QString &  id,
const QString &  name 
)
inlinenoexcept

Definition at line 263 of file musicobject.h.

Member Function Documentation

bool TTK::MusicArtistProperty::isEmpty ( ) const
inlinenoexcept

Definition at line 270 of file musicobject.h.

Member Data Documentation

QString TTK::MusicArtistProperty::m_id

Definition at line 259 of file musicobject.h.

QString TTK::MusicArtistProperty::m_name

Definition at line 260 of file musicobject.h.


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