21 #ifndef _ENABLE_QT_EXPERIMENTAL_
22 #error You should define _ENABLE_QT_EXPERIMENTAL_ in order to use this experimental header file.
25 #include <unity/scopes/qt/QResult.h>
26 #include <unity/scopes/qt/QCategory.h>
39 class QSearchReplyImpl;
40 class QCategorisedResultImpl;
86 internal::QCategorisedResultImpl* fwd()
const;
89 friend class internal::QSearchReplyImpl;
A result, including the category it belongs to.
Definition: QCategorisedResult.h:47
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:63
Definition: ActionMetadata.h:31
void set_category(QCategory::SCPtr category)
Updates the category of this result.