LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::Mimes Namespace Reference

The various well-known values of the inter-plugin Entity's MIME_ field. More...

Variables

Q_DECL_IMPORT const QString Notification { QStringLiteral (MIME_NOTIFICATION) }
 
Q_DECL_IMPORT const QString NotificationRuleCreate { QStringLiteral (MIME_NOTIFICATION "-rule-create") }
 
Q_DECL_IMPORT const QString GlobalActionRegister { QStringLiteral ("x-leechcraft/global-action-register") }
 Registration of a global system-wide action.
 
Q_DECL_IMPORT const QString GlobalActionUnregister { QStringLiteral ("x-leechcraft/global-action-unregister") }
 
Q_DECL_IMPORT const QString PowerStateChanged { QStringLiteral ("x-leechcraft/power-state-changed") }
 Energy power state has changed.
 
Q_DECL_IMPORT const QString DataFilterRequest { QStringLiteral ("x-leechcraft/data-filter-request") }
 

Detailed Description

The various well-known values of the inter-plugin Entity's MIME_ field.

Variable Documentation

◆ DataFilterRequest

const QString LC::Mimes::DataFilterRequest { QStringLiteral ("x-leechcraft/data-filter-request") }

Definition at line 57 of file anconstantsdefs.cpp.

◆ GlobalActionRegister

const QString LC::Mimes::GlobalActionRegister { QStringLiteral ("x-leechcraft/global-action-register") }

Registration of a global system-wide action.

See also
LC::EF::GlobalAction

Definition at line 52 of file anconstantsdefs.cpp.

Referenced by LC::Util::ShortcutManager::RegisterGlobalShortcut().

◆ GlobalActionUnregister

const QString LC::Mimes::GlobalActionUnregister { QStringLiteral ("x-leechcraft/global-action-unregister") }

Definition at line 53 of file anconstantsdefs.cpp.

◆ Notification

const QString LC::Mimes::Notification { QStringLiteral (MIME_NOTIFICATION) }

Definition at line 49 of file anconstantsdefs.cpp.

◆ NotificationRuleCreate

const QString LC::Mimes::NotificationRuleCreate { QStringLiteral (MIME_NOTIFICATION "-rule-create") }

Definition at line 50 of file anconstantsdefs.cpp.

◆ PowerStateChanged

const QString LC::Mimes::PowerStateChanged { QStringLiteral ("x-leechcraft/power-state-changed") }

Energy power state has changed.

See also
LC::PowerState
LC::EF::PowerState

Definition at line 55 of file anconstantsdefs.cpp.