TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Main class used to convert JSON data to QVariant objects private. More...
#include <parser_p.h>
Public Member Functions | |
ParserPrivate () | |
~ParserPrivate () | |
void | reset () |
void | setError (const QString &errorMsg, int line) |
![]() | |
TTKPrivate () | |
virtual | ~TTKPrivate ()=default |
void | setPublic (Parser *pub) |
Public Attributes | |
JSonScanner * | m_scanner |
bool | m_error |
int | m_errorLine |
QString | m_errorMsg |
QVariant | m_result |
bool | m_specialNumbersAllowed |
Additional Inherited Members | |
![]() | |
Parser * | ttk_q () const |
Main class used to convert JSON data to QVariant objects private.
Definition at line 41 of file parser_p.h.
ParserPrivate::ParserPrivate | ( | ) |
Definition at line 33 of file parser.cpp.
References reset().
ParserPrivate::~ParserPrivate | ( | ) |
Definition at line 40 of file parser.cpp.
References m_scanner.
void ParserPrivate::reset | ( | ) |
Definition at line 53 of file parser.cpp.
References m_error, m_errorLine, m_errorMsg, and m_scanner.
Referenced by ParserPrivate().
Definition at line 46 of file parser.cpp.
References m_error, m_errorLine, and m_errorMsg.
bool QJson::ParserPrivate::m_error |
Definition at line 52 of file parser_p.h.
Referenced by reset(), and setError().
int QJson::ParserPrivate::m_errorLine |
Definition at line 53 of file parser_p.h.
Referenced by reset(), and setError().
QString QJson::ParserPrivate::m_errorMsg |
Definition at line 54 of file parser_p.h.
Referenced by reset(), and setError().
QVariant QJson::ParserPrivate::m_result |
Definition at line 55 of file parser_p.h.
JSonScanner* QJson::ParserPrivate::m_scanner |
Definition at line 51 of file parser_p.h.
Referenced by reset(), and ~ParserPrivate().
bool QJson::ParserPrivate::m_specialNumbersAllowed |
Definition at line 56 of file parser_p.h.