21 #include <unity/scopes/qt/QResult.h>
22 #include <unity/scopes/qt/QCategory.h>
35 class QSearchReplyImpl;
36 class QCategorisedResultImpl;
82 internal::QCategorisedResultImpl* fwd()
const;
85 friend class internal::QSearchReplyImpl;
A result, including the category it belongs to.
Definition: QCategorisedResult.h:43
Definition: HttpAsyncReader.h:45
QCategory::SCPtr category() const
Return category of this result. Get the category instance this result belongs to. ...
QCategorisedResult(QCategory::SCPtr category)
Creates a CategorisedResult with given category, with all base attributes initially empty...
Top-level namespace for all things Unity-related.
Definition: Version.h:49
The attributes of a result returned by a Scope.
Definition: QResult.h:56
Definition: ActionMetadata.h:31
void set_category(QCategory::SCPtr category)
Updates the category of this result.