Albert
|
#include <albert/pluginprovider.h>
Plugin provider interface class.
Public Member Functions | |
virtual std::vector< PluginLoader * > | plugins ()=0 |
The plugins provided by this extension. | |
Public Member Functions inherited from albert::Extension | |
virtual QString | id () const =0 |
The identifier of this extension. | |
virtual QString | name () const =0 |
Pretty, human readable name. | |
virtual QString | description () const =0 |
Brief description of this extension. | |
Protected Member Functions | |
virtual | ~PluginProvider () |
Protected Member Functions inherited from albert::Extension | |
virtual | ~Extension () |
|
protectedvirtual |
|
pure virtual |
The plugins provided by this extension.