17#ifndef UNITY_SHELL_SCOPES_FILTERBASEINTERHACE_H
18#define UNITY_SHELL_SCOPES_FILTERBASEINTERHACE_H
20#include "FiltersInterface.h"
36 Q_PROPERTY(QString filterId READ filterId CONSTANT)
37 Q_PROPERTY(QString title READ title NOTIFY titleChanged)
38 Q_PROPERTY(unity::shell::scopes::FiltersInterface::FilterType filterType READ filterType CONSTANT)
40 virtual QString filterId()
const = 0;
41 virtual QString title()
const = 0;
42 virtual FiltersInterface::FilterType filterType()
const = 0;
43 virtual QString filterTag()
const = 0;
Definition: FilterBaseInterface.h:31
Top-level namespace for all things Unity-related.
Definition: Version.h:38