|
Albert
|
#include <albert/extension.h>
Abstract extension class.
Inherited by classes that want to join the extensions pool.
Public Member Functions | |
| 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 | ~Extension () |
|
protectedvirtual |
|
pure virtual |
Brief description of this extension.
Implemented in albert::util::ExtensionPlugin.
|
pure virtual |
The identifier of this extension.
Implemented in albert::util::ExtensionPlugin.
|
pure virtual |
Pretty, human readable name.
Implemented in albert::util::ExtensionPlugin.