|
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/Category.h>

Public Member Functions | |
| std::string | id () const |
| Get identifier of this Category. More... | |
| std::string | title () const |
| Get title of this Category. More... | |
| std::string | 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 Category, use SearchReplyProxy::register_category.
| std::string unity::scopes::Category::icon | ( | ) | const |
Get icon of this Category.
| std::string unity::scopes::Category::id | ( | ) | const |
Get identifier of this Category.
| CannedQuery::SCPtr unity::scopes::Category::query | ( | ) | const |
Query to perform when this category is expanded.
| CategoryRenderer const& unity::scopes::Category::renderer_template | ( | ) | const |
Get renderer template of this Category.
| std::string unity::scopes::Category::title | ( | ) | const |
Get title of this Category.