LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
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
19namespace 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}
163
164namespace LC
165{
166 Q_DECL_IMPORT extern const QString IgnoreSelf;
167 Q_DECL_IMPORT extern const QString AllowedSemantics;
168}
Namespace for various AN entity fields.
Q_DECL_IMPORT const QString Count
The new total event count (int).
Q_DECL_IMPORT const QString EventID
The ID of the event (QString).
Q_DECL_IMPORT const QString SenderID
The plugin ID of the sender (QByteArray or QString).
Q_DECL_IMPORT const QString OpenConfiguration
Whether configuration dialog should be opened (bool).
Q_DECL_IMPORT const QString NotifyPersistent
Whether a persistent notifier should be enabled by default in the rule being created (bool).
Q_DECL_IMPORT const QString VisualPath
Visual path to this event (QStringList).
Q_DECL_IMPORT const QString NotifyAudio
Whether an audio notifier should be enabled by default in the rule being created (bool).
Q_DECL_IMPORT const QString WindowIndex
The index of the window associated with this event (int).
Q_DECL_IMPORT const QString RuleID
Q_DECL_IMPORT const QString IsEnabled
Q_DECL_IMPORT const QString ExtendedText
The even more detailed text than FullText (QString).
Q_DECL_IMPORT const QString NotifyTransient
Whether a transient notifier should be enabled by default in the rule being created (bool).
Q_DECL_IMPORT const QString EventCategory
The category of the event (QString).
Q_DECL_IMPORT const QString FullText
The detailed text of the event (QString).
Q_DECL_IMPORT const QString AssocColor
Q_DECL_IMPORT const QString DeltaCount
The change in event count (int).
Q_DECL_IMPORT const QString EventType
The type of the event (QString).
Q_DECL_IMPORT const QString IsSingleShot
Whether the created rule should be single-shot (bool).
Definition constants.h:15
Q_DECL_IMPORT const QString AllowedSemantics
Q_DECL_IMPORT const QString IgnoreSelf