Albert
Loading...
Searching...
No Matches
albert::Action Class Referencefinal

#include <albert/item.h>

Description

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.
 

Member Data Documentation

◆ function

std::function<void()> albert::Action::function

The function executed on activation.

◆ hide_on_activation

bool albert::Action::hide_on_activation = true

The activation behavior.

◆ id

QString albert::Action::id

The identifier.

◆ text

QString albert::Action::text

The description.


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