|
Albert
|
#include <albert/fallbackhandler.h>
Abstract fallback item provider.
Public Member Functions | |
| virtual std::vector< std::shared_ptr< Item > > | fallbacks (const QString &) const =0 |
| Returns fallback items for query. | |
Public Member Functions inherited from albert::Extension | |
| virtual QString | id () const =0 |
| Returns the extension identifier. | |
| virtual QString | name () const =0 |
| Returns the pretty, human readable extension name. | |
| virtual QString | description () const =0 |
| Returns the brief extension description. | |
Protected Member Functions | |
| ~FallbackHandler () override | |
| Destructs the fallback handler. | |
Protected Member Functions inherited from albert::Extension | |
| virtual | ~Extension () |
| Destructs the extension. | |