|
QtRestClient
3.0.0
A library for generic JSON-based REST-APIs, with a mechanism to map JSON to Qt objects
|
Interface for a component that fetches entries for the PagingModel. More...
#include <pagingmodel.h>
Inheritance diagram for QtRestClient::IPagingModelFetcher:Public Member Functions | |
| virtual RestClient * | client () const =0 |
| Returns the RestClient associated with this fetcher. | |
| virtual RestReply * | fetch (const QUrl &url) const =0 |
| Send a HTTP request to the given URL to obtain data for the model. | |
Interface for a component that fetches entries for the PagingModel.
Definition at line 21 of file pagingmodel.h.
1.8.16