Unity Scopes API
|
Base class for all implementations of filters. More...
#include <unity/scopes/FilterBase.h>
Public Member Functions | |
std::string | id () const |
Get the identifier of this filter. More... | |
std::string | filter_type () const |
Get the type name of this filter. More... | |
Base class for all implementations of filters.
All implementations of FilterBase define the "look" of a filter in the UI and do not hold any state information. The actual state of a filters is kept by a FilterState object.
std::string unity::scopes::FilterBase::filter_type | ( | ) | const |
Get the type name of this filter.
std::string unity::scopes::FilterBase::id | ( | ) | const |
Get the identifier of this filter.