![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
#include <QString>
Go to the source code of this file.
Namespaces | |
LC | |
LC::AN | |
LC::AN::EF | |
Namespace for various AN entity fields. | |
Variables | |
Q_DECL_IMPORT const QString | LC::AN::EF::SenderID { "org.LC.AdvNotifications.SenderID" } |
The plugin ID of the sender (QByteArray or QString). More... | |
Q_DECL_IMPORT const QString | LC::AN::EF::EventCategory { "org.LC.AdvNotifications.EventCategory" } |
The category of the event (QString). More... | |
Q_DECL_IMPORT const QString | LC::AN::EF::EventID { "org.LC.AdvNotifications.EventID" } |
The ID of the event (QString). More... | |
Q_DECL_IMPORT const QString | LC::AN::EF::VisualPath { "org.LC.AdvNotifications.VisualPath" } |
Visual path to this event (QStringList). More... | |
Q_DECL_IMPORT const QString | LC::AN::EF::EventType { "org.LC.AdvNotifications.EventType" } |
The type of the event (QString). More... | |
Q_DECL_IMPORT const QString | LC::AN::EF::FullText { "org.LC.AdvNotifications.FullText" } |
The detailed text of the event (QString). More... | |
Q_DECL_IMPORT const QString | LC::AN::EF::ExtendedText { "org.LC.AdvNotifications.ExtendedText" } |
The even more detailed text than FullText (QString). More... | |
Q_DECL_IMPORT const QString | LC::AN::EF::DeltaCount { "org.LC.AdvNotifications.DeltaCount" } |
The change in event count (int). More... | |
Q_DECL_IMPORT const QString | LC::AN::EF::Count { "org.LC.AdvNotifications.Count" } |
The new total event count (int). More... | |
Q_DECL_IMPORT const QString | LC::AN::EF::OpenConfiguration { "org.LC.AdvNotifications.OpenConfiguration" } |
Whether configuration dialog should be opened (bool). More... | |
Q_DECL_IMPORT const QString | LC::AN::EF::IsSingleShot { "org.LC.AdvNotifications.SingleShot" } |
Whether the created rule should be single-shot (bool). More... | |
Q_DECL_IMPORT const QString | LC::AN::EF::NotifyTransient { "org.LC.AdvNotifications.NotifyTransient" } |
Whether a transient notifier should be enabled by default in the rule being created (bool). More... | |
Q_DECL_IMPORT const QString | LC::AN::EF::NotifyPersistent { "org.LC.AdvNotifications.NotifyPersistent" } |
Whether a persistent notifier should be enabled by default in the rule being created (bool). More... | |
Q_DECL_IMPORT const QString | LC::AN::EF::NotifyAudio { "org.LC.AdvNotifications.NotifyAudio" } |
Whether an audio notifier should be enabled by default in the rule being created (bool). More... | |