|
QRODS
|
Public Member Functions | |
| JSONParser (QObject *parent) | |
| JSONParser::JSONParser Constructor method. More... | |
| ~JSONParser () | |
| JSONParser::~JSONParser Constructor method. More... | |
| bool | parseResult (FileListingEntry *, QNetworkReply *) |
| JSONParser::parseResult JSONParser method. More... | |
Public Member Functions inherited from ResultsParser | |
| ResultsParser (QObject *parent=0) | |
| ResultsParser::ResultsParser Constructor method. More... | |
| ~ResultsParser () | |
| ResultsParser::~ResultsParser Constructor method. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ResultsParser | |
| QMap< QString, FileListingEntry::ObjectType > | map |
| JSONParser::JSONParser | ( | QObject * | parent | ) |
JSONParser::JSONParser Constructor method.
This is a constructor for JSONParser class.
| parent | the parent. |
| JSONParser::~JSONParser | ( | ) |
JSONParser::~JSONParser Constructor method.
This is a constructor for JSONParser class.
|
virtual |
JSONParser::parseResult JSONParser method.
Method responsable for perfoming the JSONParser operations.
| parent | the parent. |
| reply | a QNetworkReply. |
Implements ResultsParser.
1.8.10