▼Nde | |
▼Nskycoder42 | |
▼NQtRestClient | The QML import for the QtRestClient QML module |
CGenericRestReply | The QML version of QtRestClient::GenericRestReply |
CPaging | The QML version of QtRestClient::Paging |
CQtRestClient | A QML singleton to access global QtRestClient functionality and to create Paging objects |
CRestClass | The QML version of QtRestClient::RestClass |
CRestClient | The QML version of QtRestClient::RestClient |
CRestReply | The QML version of QtRestClient::RestReply |
▼NQtRestClient | The Namespace containing all classes of the QtRestClient module |
▼NAuth | The namespace for the QNetworkAuth extensions |
CAuthExtender | An extender that adds OAuth information to a request |
CAuthRequestBuilder | An extension of the RequestBuilder that uses a QAbstractOAuth to create authenticated requests |
CAuthRestClient | An extension of the RestClient that uses a AuthRequestBuilder to create authenticated requests |
CAwaitedException | An exception that is throw on errors when awaiting a RestReply |
CGenericAwaitedException | An exception that is throw on errors when awaiting a GenericRestReply |
CGenericRestReply | A class to handle generic replies for generic requests |
CGenericRestReply< Paging< DataClassType >, ErrorClassType > | A class to handle generic replies for generic requests. |
CGenericRestReply< void, ErrorClassType > | A class to handle generic replies for generic requests. |
CGenericRestReplyAwaitable | A helper class to be used with QtCoroutines to await a generic rest reply |
CGenericRestReplyAwaitable< void, ErrorClassType > | A helper class to be used with QtCoroutines to await a generic rest reply. |
CGenericRestReplyBase | The base class for GenericRestReply specializations |
CICborPaging | Interface to parse generic CBOR paging objects and operate on them |
CIJsonPaging | Interface to parse generic JSON paging objects and operate on them |
CIPaging | Interface to parse generic paging objects and operate on them |
CIPagingFactory | A factory interface to create IPaging instances from raw data |
CIPagingModelFetcher | Interface for a component that fetches entries for the PagingModel |
CPaging | A class to access generic paging objects |
CPagingModel | A Qt item model that fills itself from a Paging object obtained via the network |
▼CRequestBuilder | A helper class to build QUrl and QNetworkRequest objects |
CIExtender | A simple interface to add custom extensions to the building process |
CRestClass | A class to perform requests to an API |
CRestClassFetcher | A default implementation for a IPagingModelFetcher, using a RestClass to send the requests |
CRestClient | A class to define access to an API, with general settings |
CRestReply | A class to handle replies for JSON requests |
CRestReplyAwaitable | A helper class to be used with QtCoroutines to await a rest reply |
CSimple | A base class to create a simply type version for a normal one. Check The QObject* or Q_GADGET version |
CSimple< T *, std::enable_if_t< std::is_base_of_v< QObject, T > > > | A base class to create a simply type version for a normal one. QObject* version |
CSimple< T, std::enable_if_t< std::is_void_v< typename T::QtGadgetHelper > > > | A base class to create a simply type version for a normal one. Q_GADGET version |