Enginio C++ Classes and Examples
Enginio provides these C++ classes:
Handles all communication with the Enginio server | |
Keeps track of the authenticated connection to the server | |
Represents a user that is authenticated with the backend This class is an abstract base class for the different authentication methods and is never used directly | |
Represents data from Enginio as a QAbstractListModel | |
Represents a user that is authenticated directly by the backend using OAuth2 standard | |
Contains the data from a request to the Enginio database |
List of examples:
The Cloud Address Book example shows sorting, filtering and the full text search functionality | |
This is an example that demonstrates uploading and downloading of files in Enginio. | |
The Todo example shows the EnginioModel usage together with QtWigets. |