CQtRestClient::GenericRestReplyAwaitable< DataClassType, ErrorClassType > | A helper class to be used with QtCoroutines to await a generic rest reply |
CQtRestClient::GenericRestReplyAwaitable< void, ErrorClassType > | A helper class to be used with QtCoroutines to await a generic rest reply. |
▼CQtRestClient::RequestBuilder::IExtender | A simple interface to add custom extensions to the building process |
CQtRestClient::Auth::AuthExtender | An extender that adds OAuth information to a request |
▼CQtRestClient::IPaging | Interface to parse generic paging objects and operate on them |
CQtRestClient::ICborPaging | Interface to parse generic CBOR paging objects and operate on them |
CQtRestClient::IJsonPaging | Interface to parse generic JSON paging objects and operate on them |
CQtRestClient::IPagingFactory | A factory interface to create IPaging instances from raw data |
▼CQtRestClient::IPagingModelFetcher | Interface for a component that fetches entries for the PagingModel |
CQtRestClient::RestClassFetcher | A default implementation for a IPagingModelFetcher, using a RestClass to send the requests |
Cde::skycoder42::QtRestClient::Paging | The QML version of QtRestClient::Paging |
CQtRestClient::Paging< T > | A class to access generic paging objects |
▼CQException [external] | |
▼CQtRestClient::AwaitedException | An exception that is throw on errors when awaiting a RestReply |
CQtRestClient::GenericAwaitedException< ErrorClassType > | An exception that is throw on errors when awaiting a GenericRestReply |
▼CQObject [external] | |
▼CQAbstractItemModel [external] | |
▼CQAbstractTableModel [external] | |
CQtRestClient::PagingModel | A Qt item model that fills itself from a Paging object obtained via the network |
CQtRestClient::RestClass | A class to perform requests to an API |
▼CQtRestClient::RestClient | A class to define access to an API, with general settings |
Cde::skycoder42::QtRestClient::RestClient | The QML version of QtRestClient::RestClient |
CQtRestClient::Auth::AuthRestClient | An extension of the RestClient that uses a AuthRequestBuilder to create authenticated requests |
▼CQtRestClient::RestReply | A class to handle replies for JSON requests |
▼CQtRestClient::GenericRestReplyBase< Paging< DataClassType >, ErrorClassType > | |
CQtRestClient::GenericRestReply< Paging< DataClassType >, ErrorClassType > | A class to handle generic replies for generic requests. |
▼CQtRestClient::GenericRestReplyBase< void, ErrorClassType > | |
CQtRestClient::GenericRestReply< void, ErrorClassType > | A class to handle generic replies for generic requests. |
▼CQtRestClient::GenericRestReplyBase< DataClassType, ErrorClassType > | The base class for GenericRestReply specializations |
CQtRestClient::GenericRestReply< DataClassType, ErrorClassType > | A class to handle generic replies for generic requests |
CQtRestClient::Simple< 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 |
▼CQtQml.QtObject [external] | |
Cde::skycoder42::QtRestClient::GenericRestReply | The QML version of QtRestClient::GenericRestReply |
Cde::skycoder42::QtRestClient::QtRestClient | A QML singleton to access global QtRestClient functionality and to create Paging objects |
Cde::skycoder42::QtRestClient::RestClass | The QML version of QtRestClient::RestClass |
Cde::skycoder42::QtRestClient::RestReply | The QML version of QtRestClient::RestReply |
▼CQtRestClient::RequestBuilder | A helper class to build QUrl and QNetworkRequest objects |
CQtRestClient::Auth::AuthRequestBuilder | An extension of the RequestBuilder that uses a QAbstractOAuth to create authenticated requests |
CQtRestClient::RestReplyAwaitable | A helper class to be used with QtCoroutines to await a rest reply |
CQtRestClient::Simple< T, typename > | A base class to create a simply type version for a normal one. Check The QObject* or Q_GADGET version |
CQtRestClient::Simple< 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 |