KNewStuff
KNS3::Provider::SearchRequest Struct Reference
used to keep track of a search More...
#include <provider.h>
Public Member Functions | |
| SearchRequest (SortMode sortMode_=Newest, const QString &searchTerm_=QString(), const QStringList &categories_=QStringList(), int page_=-1, int pageSize_=20) | |
| QString | hashForRequest () const |
Public Attributes | |
| QStringList | categories |
| int | page |
| int | pageSize |
| QString | searchTerm |
| SortMode | sortMode |
Detailed Description
used to keep track of a search
Definition at line 64 of file knewstuff3/core/provider.h.
Constructor & Destructor Documentation
| KNS3::Provider::SearchRequest::SearchRequest | ( | SortMode | sortMode_ = Newest, |
| const QString & | searchTerm_ = QString(), |
||
| const QStringList & | categories_ = QStringList(), |
||
| int | page_ = -1, |
||
| int | pageSize_ = 20 |
||
| ) | [inline] |
Definition at line 71 of file knewstuff3/core/provider.h.
Member Function Documentation
| builddir build BUILD kdelibs knewstuff knewstuff3 core provider cpp QString KNS3::Provider::SearchRequest::hashForRequest | ( | ) | const |
Definition at line 34 of file knewstuff3/core/provider.cpp.
Member Data Documentation
Definition at line 67 of file knewstuff3/core/provider.h.
Definition at line 68 of file knewstuff3/core/provider.h.
Definition at line 69 of file knewstuff3/core/provider.h.
Definition at line 66 of file knewstuff3/core/provider.h.
Definition at line 65 of file knewstuff3/core/provider.h.
The documentation for this struct was generated from the following files:
KDE 4.6 API Reference