QtRestClient  3.0.0
A library for generic JSON-based REST-APIs, with a mechanism to map JSON to Qt objects
Public Member Functions | List of all members
QtRestClient::IPagingModelFetcher Class Referenceabstract

Interface for a component that fetches entries for the PagingModel. More...

#include <pagingmodel.h>

+ Inheritance diagram for QtRestClient::IPagingModelFetcher:

Public Member Functions

virtual RestClientclient () const =0
 Returns the RestClient associated with this fetcher.
 
virtual RestReplyfetch (const QUrl &url) const =0
 Send a HTTP request to the given URL to obtain data for the model.
 

Detailed Description

Interface for a component that fetches entries for the PagingModel.

Definition at line 21 of file pagingmodel.h.


The documentation for this class was generated from the following file: