Enginio C++ Classes and Examples
Namespaces
Enums used throughout Enginio |
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 demonstrates how to use 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 how to use the EnginioModel with Qt Widgets. |