Albert
Loading...
Searching...
No Matches
albert.h File Reference
#include <QString>
#include <filesystem>
#include <albert/export.h>
Include dependency graph for albert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  albert
 

Functions

void albert::show (const QString &input_text={})
 Shows the frontend. If input_text is not null the input is set.
 
void albert::restart ()
 Restarts the application.
 
void albert::quit ()
 Quits the application.
 
void albert::showSettings (QString plugin_id={})
 Opens/Shows the settings window (of plugin_id).
 
std::filesystem::path albert::configLocation ()
 Returns the application config location.
 
std::filesystem::path albert::cacheLocation ()
 Returns the application cache location.
 
std::filesystem::path albert::dataLocation ()
 Returns the application data location.
 
std::unique_ptr< QSettings > albert::settings ()
 Returns a QSettings object for configuration storage.
 
std::unique_ptr< QSettings > albert::state ()
 Returns a QSettings object for state storage.
 
const ExtensionRegistryalbert::extensionRegistry ()
 Returns a const reference to the extension registry.