![]() |
BuildmLearn Toolkit
2.0.4
BuildmLearn Toolkit is an easy-to-use program that helps users make mobile apps without any knowledge of application development.
|
Main BuildmLearn Store functionality. More...
#include <storefactory.h>

Public Types | |
| enum | UploadStatus { Success, NetworkError, MissingParameters, InvalidKey, FileTooBig, OtherError } |
| Possible states of application upload process. | |
Static Public Member Functions | |
| static QString | uploadStatusToString (UploadStatus status) |
| Converts UploadStatus enumeration to textual representation. More... | |
| static UploadStatus | parseResponseXml (QNetworkReply::NetworkError error_status, const QByteArray &response) |
| Parses received XML from BuildmLearn Store server. More... | |
Main BuildmLearn Store functionality.
Definition at line 40 of file storefactory.h.
|
static |
Parses received XML from BuildmLearn Store server.
| error_status | Network status of connection to BuildmLearn Store server. |
| response | XML received from BuildmLearn Store server. |
Definition at line 64 of file storefactory.cpp.
|
static |
Converts UploadStatus enumeration to textual representation.
| status | Upload result. |
Definition at line 45 of file storefactory.cpp.