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