![]() |
LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
|
#include <QString>
Go to the source code of this file.
Namespaces | |
namespace | LC |
namespace | LC::EF |
The various Additional_ entity fields. | |
namespace | LC::EF::GlobalAction |
Entity fields corresponding to global action registration. | |
namespace | LC::EF::PowerState |
Entity fields corresponding to power state change events. | |
namespace | LC::Mimes |
The various well-known values of the inter-plugin Entity's MIME_ field. | |
namespace | LC::PowerState |
The values of the Entity::Entity_ corresponding to LC::Mimes::PowerStateChanged. | |
Variables | |
Q_DECL_IMPORT const QString | LC::EF::Priority { QStringLiteral ("Priority") } |
Q_DECL_IMPORT const QString | LC::EF::NotificationActions { QStringLiteral ("NotificationActions") } |
Q_DECL_IMPORT const QString | LC::EF::NotificationPixmap { QStringLiteral ("NotificationPixmap") } |
Q_DECL_IMPORT const QString | LC::EF::NotificationTimeout { QStringLiteral ("NotificationTimeout") } |
Q_DECL_IMPORT const QString | LC::EF::HandlingObject { QStringLiteral ("HandlingObject") } |
Q_DECL_IMPORT const QString | LC::EF::UserVisibleName { QStringLiteral ("UserVisibleName") } |
Q_DECL_IMPORT const QString | LC::EF::Text { QStringLiteral ("Text") } |
Q_DECL_IMPORT const QString | LC::EF::Tags { QStringLiteral (" Tags") } |
Q_DECL_IMPORT const QString | LC::EF::GlobalAction::ActionID { QStringLiteral ("ActionID") } |
Q_DECL_IMPORT const QString | LC::EF::GlobalAction::Shortcut { QStringLiteral ("Shortcut") } |
Q_DECL_IMPORT const QString | LC::EF::GlobalAction::Receiver { QStringLiteral ("Receiver") } |
Q_DECL_IMPORT const QString | LC::EF::GlobalAction::Method { QStringLiteral ("Method") } |
Q_DECL_IMPORT const QString | LC::EF::GlobalAction::AltShortcuts { QStringLiteral ("AltShortcuts") } |
Q_DECL_IMPORT const QString | LC::EF::PowerState::TimeLeft { QStringLiteral ("TimeLeft") } |
Q_DECL_IMPORT const QString | LC::Mimes::Notification { QStringLiteral (MIME_NOTIFICATION) } |
Q_DECL_IMPORT const QString | LC::Mimes::NotificationRuleCreate { QStringLiteral (MIME_NOTIFICATION "-rule-create") } |
Q_DECL_IMPORT const QString | LC::Mimes::GlobalActionRegister { QStringLiteral ("x-leechcraft/global-action-register") } |
Registration of a global system-wide action. | |
Q_DECL_IMPORT const QString | LC::Mimes::GlobalActionUnregister { QStringLiteral ("x-leechcraft/global-action-unregister") } |
Q_DECL_IMPORT const QString | LC::Mimes::PowerStateChanged { QStringLiteral ("x-leechcraft/power-state-changed") } |
Energy power state has changed. | |
Q_DECL_IMPORT const QString | LC::Mimes::DataFilterRequest { QStringLiteral ("x-leechcraft/data-filter-request") } |
Q_DECL_IMPORT const QVariant | LC::PowerState::Sleeping { QByteArray { "Sleeping" } } |
Q_DECL_IMPORT const QVariant | LC::PowerState::WokeUp { QByteArray { "WokeUp" } } |