|
Albert
|
#include <albert/item.h>
Action used by result items (Item).
Public Attributes | |
| QString | id |
| The identifier. | |
| QString | text |
| The description. | |
| std::function< void()> | function |
| The function executed on activation. | |
| bool | hide_on_activation = true |
| The activation behavior. | |
| std::function<void()> albert::Action::function |
The function executed on activation.
| bool albert::Action::hide_on_activation = true |
The activation behavior.
| QString albert::Action::id |
The identifier.
| QString albert::Action::text |
The description.