Unity Scopes API
|
A set of related results returned by a scope and displayed within a single pane in the Unity dash. More...
#include <unity/scopes/qt/QCategory.h>
Public Member Functions | |
QString | id () const |
Get identifier of this Category. More... | |
QString | title () const |
Get title of this Category. More... | |
QString | icon () const |
Get icon of this Category. More... | |
CannedQuery::SCPtr | query () const |
Query to perform when this category is expanded. More... | |
CategoryRenderer const & | renderer_template () const |
Get renderer template of this Category. More... | |
A set of related results returned by a scope and displayed within a single pane in the Unity dash.
To create a QCategory, use QReplyProxy::register_category.
QString unity::scopes::qt::QCategory::icon | ( | ) | const |
Get icon of this Category.
QString unity::scopes::qt::QCategory::id | ( | ) | const |
Get identifier of this Category.
CannedQuery::SCPtr unity::scopes::qt::QCategory::query | ( | ) | const |
Query to perform when this category is expanded.
CategoryRenderer const& unity::scopes::qt::QCategory::renderer_template | ( | ) | const |
Get renderer template of this Category.
QString unity::scopes::qt::QCategory::title | ( | ) | const |
Get title of this Category.