unity.scopes.FilterGroup

Groups several filters into an expandable widget in the UI. More...

#include <unity/scopes/FilterGroup.h>

Public Member Functions

std::string id () const
 Get the id of the widget group. More...
 
std::string label () const
 Get the label of the widget group. More...
 

Static Public Member Functions

static FilterGroup::SCPtr create (std::string const &id, std::string const &label)
 Create a WidgetGroup. More...
 

Detailed Description

Groups several filters into an expandable widget in the UI.

Member Function Documentation

FilterGroup::SCPtr unity::scopes::FilterGroup::create ( std::string const &  id,
std::string const &  label 
)
static

Create a WidgetGroup.

Returns
An instance of WidgetGroup.
std::string unity::scopes::FilterGroup::id ( ) const

Get the id of the widget group.

Returns
The identifier.
std::string unity::scopes::FilterGroup::label ( ) const

Get the label of the widget group.

Returns
The label.