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... | |
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 ReplyProxy::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.
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.