Classified ads
|
#include <QAbstractListModel>
#include "../util/hash.h"
#include "../net/protocol.h"
#include "../mcontroller.h"
#include <QVariantMap>
Go to the source code of this file.
Classes | |
class | SearchModel |
Model-class for performing text-based searches on objects in db This datamodel part is dual-use ; it inherits listmodel so that it may be used as underlaying data-container for list views. It may also be used as engine of network searches that happen invisibly to user e.g. those queries do not modify the content shown to UI via QAbstractListModel. More... | |
struct | SearchModel::SearchResultItemStruct |