LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
entityfields.h
Go to the documentation of this file.
1 /**********************************************************************
2  * LeechCraft - modular cross-platform feature rich internet client.
3  * Copyright (C) 2006-2014 Georg Rudoy
4  *
5  * Distributed under the Boost Software License, Version 1.0.
6  * (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE_1_0.txt)
7  **********************************************************************/
8 
9 #pragma once
10 
11 #include <QString>
12 
19 namespace LC::AN::EF
20 {
28  Q_DECL_IMPORT extern const QString SenderID;
29 
42  Q_DECL_IMPORT extern const QString EventCategory;
43 
53  Q_DECL_IMPORT extern const QString EventID;
54 
62  Q_DECL_IMPORT extern const QString VisualPath;
63 
78  Q_DECL_IMPORT extern const QString EventType;
79 
84  Q_DECL_IMPORT extern const QString FullText;
85 
90  Q_DECL_IMPORT extern const QString ExtendedText;
91 
103  Q_DECL_IMPORT extern const QString DeltaCount;
104 
113  Q_DECL_IMPORT extern const QString Count;
114 
122  Q_DECL_IMPORT extern const QString WindowIndex;
123 
130  Q_DECL_IMPORT extern const QString OpenConfiguration;
131 
136  Q_DECL_IMPORT extern const QString IsSingleShot;
137 
143  Q_DECL_IMPORT extern const QString NotifyTransient;
144 
150  Q_DECL_IMPORT extern const QString NotifyPersistent;
151 
157  Q_DECL_IMPORT extern const QString NotifyAudio;
158 
159  Q_DECL_IMPORT extern const QString RuleID;
160  Q_DECL_IMPORT extern const QString AssocColor;
161  Q_DECL_IMPORT extern const QString IsEnabled;
162 }
LC::AN::EF::RuleID
const Q_DECL_IMPORT QString RuleID
Definition: anconstantsdefs.cpp:129
LC::AN::EF::NotifyAudio
const Q_DECL_IMPORT QString NotifyAudio
Whether an audio notifier should be enabled by default in the rule being created (bool).
Definition: anconstantsdefs.cpp:127
LC::AN::EF::EventCategory
const Q_DECL_IMPORT QString EventCategory
The category of the event (QString).
Definition: anconstantsdefs.cpp:112
LC::AN::EF::IsSingleShot
const Q_DECL_IMPORT QString IsSingleShot
Whether the created rule should be single-shot (bool).
Definition: anconstantsdefs.cpp:124
LC::AN::EF::EventType
const Q_DECL_IMPORT QString EventType
The type of the event (QString).
Definition: anconstantsdefs.cpp:115
LC::AN::EF::IsEnabled
const Q_DECL_IMPORT QString IsEnabled
Definition: anconstantsdefs.cpp:131
LC::AN::EF::ExtendedText
const Q_DECL_IMPORT QString ExtendedText
The even more detailed text than FullText (QString).
Definition: anconstantsdefs.cpp:117
LC::AN::EF::Count
const Q_DECL_IMPORT QString Count
The new total event count (int).
Definition: anconstantsdefs.cpp:119
LC::AN::EF::EventID
const Q_DECL_IMPORT QString EventID
The ID of the event (QString).
Definition: anconstantsdefs.cpp:113
LC::AN::EF::NotifyTransient
const Q_DECL_IMPORT QString NotifyTransient
Whether a transient notifier should be enabled by default in the rule being created (bool).
Definition: anconstantsdefs.cpp:125
LC::AN::EF::NotifyPersistent
const Q_DECL_IMPORT QString NotifyPersistent
Whether a persistent notifier should be enabled by default in the rule being created (bool).
Definition: anconstantsdefs.cpp:126
LC::AN::EF::WindowIndex
const Q_DECL_IMPORT QString WindowIndex
The index of the window associated with this event (int).
Definition: anconstantsdefs.cpp:121
LC::AN::EF
Namespace for various AN entity fields.
Definition: entityfields.h:19
LC::AN::EF::OpenConfiguration
const Q_DECL_IMPORT QString OpenConfiguration
Whether configuration dialog should be opened (bool).
Definition: anconstantsdefs.cpp:123
LC::AN::EF::AssocColor
const Q_DECL_IMPORT QString AssocColor
Definition: anconstantsdefs.cpp:130
LC::AN::EF::VisualPath
const Q_DECL_IMPORT QString VisualPath
Visual path to this event (QStringList).
Definition: anconstantsdefs.cpp:114
LC::AN::EF::SenderID
const Q_DECL_IMPORT QString SenderID
The plugin ID of the sender (QByteArray or QString).
Definition: anconstantsdefs.cpp:111
LC::AN::EF::FullText
const Q_DECL_IMPORT QString FullText
The detailed text of the event (QString).
Definition: anconstantsdefs.cpp:116
LC::AN::EF::DeltaCount
const Q_DECL_IMPORT QString DeltaCount
The change in event count (int).
Definition: anconstantsdefs.cpp:118