LeechCraft  0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
entityconstants.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 
13 class QVariant;
14 
17 namespace LC::EF
18 {
19  Q_DECL_IMPORT extern const QString Priority;
20  Q_DECL_IMPORT extern const QString NotificationActions;
21  Q_DECL_IMPORT extern const QString NotificationPixmap;
22  Q_DECL_IMPORT extern const QString NotificationTimeout;
23  Q_DECL_IMPORT extern const QString HandlingObject;
24  Q_DECL_IMPORT extern const QString UserVisibleName;
25  Q_DECL_IMPORT extern const QString Text;
26  Q_DECL_IMPORT extern const QString Tags;
27 
32  namespace GlobalAction
33  {
34  Q_DECL_IMPORT extern const QString ActionID;
35  Q_DECL_IMPORT extern const QString Shortcut;
36  Q_DECL_IMPORT extern const QString Receiver;
37  Q_DECL_IMPORT extern const QString Method;
38  Q_DECL_IMPORT extern const QString AltShortcuts;
39  }
40 
45  namespace PowerState
46  {
47  Q_DECL_IMPORT extern const QString TimeLeft;
48  }
49 }
50 
53 namespace LC::Mimes
54 {
55  Q_DECL_IMPORT extern const QString Notification;
56  Q_DECL_IMPORT extern const QString NotificationRuleCreate;
57 
62  Q_DECL_IMPORT extern const QString GlobalActionRegister;
63  Q_DECL_IMPORT extern const QString GlobalActionUnregister;
64 
70  Q_DECL_IMPORT extern const QString PowerStateChanged;
71 
72  Q_DECL_IMPORT extern const QString DataFilterRequest;
73 }
74 
77 namespace LC::PowerState
78 {
79  Q_DECL_IMPORT extern const QVariant Sleeping;
80  Q_DECL_IMPORT extern const QVariant WokeUp;
81 }
Q_DECL_IMPORT const QString HandlingObject
Q_DECL_IMPORT const QString Notification
Q_DECL_IMPORT const QString GlobalActionUnregister
Q_DECL_IMPORT const QString Priority
Q_DECL_IMPORT const QString UserVisibleName
Q_DECL_IMPORT const QString NotificationTimeout
Q_DECL_IMPORT const QString Tags
The values of the Entity::Entity_ corresponding to LC::Mimes::PowerStateChanged.
The various well-known values of the inter-plugin Entity&#39;s MIME_ field.
Q_DECL_IMPORT const QString Receiver
Q_DECL_IMPORT const QString NotificationActions
Q_DECL_IMPORT const QString ActionID
Q_DECL_IMPORT const QString TimeLeft
Q_DECL_IMPORT const QString NotificationRuleCreate
Q_DECL_IMPORT const QString Method
Q_DECL_IMPORT const QString GlobalActionRegister
Registration of a global system-wide action.
Q_DECL_IMPORT const QString AltShortcuts
Q_DECL_IMPORT const QVariant WokeUp
Q_DECL_IMPORT const QString Shortcut
Q_DECL_IMPORT const QString PowerStateChanged
Energy power state has changed.
Q_DECL_IMPORT const QString DataFilterRequest
Q_DECL_IMPORT const QVariant Sleeping
Q_DECL_IMPORT const QString NotificationPixmap
The various Additional_ entity fields.
Q_DECL_IMPORT const QString Text