Albert
Loading...
Searching...
No Matches
albert::FallbackHandler Class Referenceabstract

#include <albert/fallbackhandler.h>

Description

Abstract fallback item provider.

Inheritance diagram for albert::FallbackHandler:
[legend]

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.
 

Constructor & Destructor Documentation

◆ ~FallbackHandler()

albert::FallbackHandler::~FallbackHandler ( )
overrideprotected

Destructs the fallback handler.

Member Function Documentation

◆ fallbacks()

virtual std::vector< std::shared_ptr< Item > > albert::FallbackHandler::fallbacks ( const QString &  ) const
pure virtual

Returns fallback items for query.


The documentation for this class was generated from the following file: