LeechCraft  0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
entityconstants.h File Reference
#include <QString>
+ Include dependency graph for entityconstants.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 LC::EF
 The various Additional_ entity fields.
 
 LC::EF::GlobalAction
 Entity fields corresponding to global action registration.
 
 LC::EF::PowerState
 Entity fields corresponding to power state change events.
 
 LC::Mimes
 The various well-known values of the inter-plugin Entity's MIME_ field.
 
 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. More...
 
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. More...
 
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" } }