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 | Protected Attributes | List of all members
TTKFileInterface Class Reference

The class of the ttk file interface. More...

#include <ttkfileinterface.h>

+ Inheritance diagram for TTKFileInterface:

Public Member Functions

 TTKFileInterface ()=default
 
virtual ~TTKFileInterface ()=default
 
bool load (const QString &name)
 
bool fromFile (const QString &name)
 

Protected Attributes

QFile m_file
 

Detailed Description

The class of the ttk file interface.

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

Definition at line 28 of file ttkfileinterface.h.

Constructor & Destructor Documentation

TTKFileInterface::TTKFileInterface ( )
default

Object constructor.

virtual TTKFileInterface::~TTKFileInterface ( )
virtualdefault

Object destructor.

Member Function Documentation

bool TTKFileInterface::fromFile ( const QString &  name)
inline
bool TTKFileInterface::load ( const QString &  name)
inline

Member Data Documentation

QFile TTKFileInterface::m_file
protected

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