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
TTKXmlAttr Struct Reference

The class of the ttk xml attribute. More...

#include <ttkabstractxml.h>

Public Member Functions

 TTKXmlAttr ()=default
 
 TTKXmlAttr (const QString &key, const QVariant &value)
 

Public Attributes

QString m_key
 
QVariant m_value
 

Detailed Description

The class of the ttk xml attribute.

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

Definition at line 32 of file ttkabstractxml.h.

Constructor & Destructor Documentation

TTKXmlAttr::TTKXmlAttr ( )
default
TTKXmlAttr::TTKXmlAttr ( const QString &  key,
const QVariant &  value 
)
inline

Definition at line 38 of file ttkabstractxml.h.

Member Data Documentation

QString TTKXmlAttr::m_key

Definition at line 34 of file ttkabstractxml.h.

Referenced by TTKAbstractXml::writeAttribute().

QVariant TTKXmlAttr::m_value

Definition at line 35 of file ttkabstractxml.h.

Referenced by TTKAbstractXml::writeAttribute().


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