LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
anconstantsdefs.cpp
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 
12 
13 namespace LC::EF
14 {
15  const QString Priority { QStringLiteral ("Priority") };
16  const QString NotificationActions { QStringLiteral ("NotificationActions") };
17  const QString NotificationPixmap { QStringLiteral ("NotificationPixmap") };
18  const QString NotificationTimeout { QStringLiteral ("NotificationTimeout") };
19  const QString HandlingObject { QStringLiteral ("HandlingObject") };
20  const QString UserVisibleName { QStringLiteral ("UserVisibleName") };
21  const QString Text { QStringLiteral ("Text") };
22  const QString Tags { QStringLiteral (" Tags") };
23 }
24 
25 namespace LC::Mimes
26 {
27 #define MIME_NOTIFICATION "x-leechcraft/notification"
28  const QString Notification { QStringLiteral (MIME_NOTIFICATION) };
29  const QString NotificationRuleCreate { QStringLiteral (MIME_NOTIFICATION "-rule-create") };
30 }
31 
32 namespace LC::AN
33 {
34  const QString CatEventCancel { QStringLiteral ("org.LC.AdvNotifications.Cancel") };
35 
36 #define CAT_IM "org.LC.AdvNotifications.IM"
37  const QString CatIM { QStringLiteral (CAT_IM) };
38  const QString TypeIMAttention { QStringLiteral (CAT_IM ".AttentionDrawn") };
39  const QString TypeIMIncFile { QStringLiteral (CAT_IM ".IncomingFile") };
40  const QString TypeIMIncMsg { QStringLiteral (CAT_IM ".IncomingMessage") };
41  const QString TypeIMMUCHighlight { QStringLiteral (CAT_IM ".MUCHighlightMessage") };
42  const QString TypeIMMUCInvite { QStringLiteral (CAT_IM ".MUCInvitation") };
43  const QString TypeIMMUCMsg { QStringLiteral (CAT_IM ".MUCMessage") };
44  const QString TypeIMStatusChange { QStringLiteral (CAT_IM ".StatusChange") };
45  const QString TypeIMSubscrGrant { QStringLiteral (CAT_IM ".Subscr.Granted") };
46  const QString TypeIMSubscrRevoke { QStringLiteral (CAT_IM ".Subscr.Revoked") };
47  const QString TypeIMSubscrRequest { QStringLiteral (CAT_IM ".Subscr.Requested") };
48  const QString TypeIMSubscrSub { QStringLiteral (CAT_IM ".Subscr.Subscribed") };
49  const QString TypeIMSubscrUnsub { QStringLiteral (CAT_IM ".Subscr.Unsubscribed") };
50  const QString TypeIMEventTuneChange { QStringLiteral (CAT_IM ".Event.Tune") };
51  const QString TypeIMEventMoodChange { QStringLiteral (CAT_IM ".Event.Mood") };
52  const QString TypeIMEventActivityChange { QStringLiteral (CAT_IM ".Event.Activity") };
53  const QString TypeIMEventLocationChange { QStringLiteral (CAT_IM ".Event.Location") };
54 
55 #define CAT_ORGANIZER "org.LC.AdvNotifications.Organizer"
56  const QString CatOrganizer { QStringLiteral (CAT_ORGANIZER) };
57  const QString TypeOrganizerEventDue { QStringLiteral (CAT_ORGANIZER ".EventDue") };
58 
59 #define CAT_DOWNLOADS "org.LC.AdvNotifications.Downloads"
60  const QString CatDownloads { QStringLiteral (CAT_DOWNLOADS) };
61  const QString TypeDownloadFinished { QStringLiteral (CAT_DOWNLOADS ".DownloadFinished") };
62  const QString TypeDownloadError { QStringLiteral (CAT_DOWNLOADS ".DownloadError") };
63 
64 #define CAT_PACKAGE_MANAGER "org.LC.AdvNotifications.PackageManager"
65  const QString CatPackageManager { QStringLiteral (CAT_PACKAGE_MANAGER) };
66  const QString TypePackageUpdated { QStringLiteral (CAT_PACKAGE_MANAGER ".PackageUpdated") };
67 
68 #define CAT_MEDIA_PLAYER "org.LC.AdvNotifications.MediaPlayer"
69  const QString CatMediaPlayer { QStringLiteral (CAT_MEDIA_PLAYER) };
70  const QString TypeMediaPlaybackStatus { QStringLiteral (CAT_MEDIA_PLAYER ".PlaybackStatus") };
71 
72 #define CAT_TERMINAL "org.LC.AdvNotifications.Terminal"
73  const QString CatTerminal { QStringLiteral (CAT_TERMINAL) };
74  const QString TypeTerminalBell { QStringLiteral (CAT_TERMINAL ".Bell") };
75  const QString TypeTerminalActivity { QStringLiteral (CAT_TERMINAL ".Activity") };
76  const QString TypeTerminalInactivity { QStringLiteral (CAT_TERMINAL ".Inactivity") };
77 
78 #define CAT_NEWS "org.LC.AdvNotifications.News"
79  const QString CatNews { QStringLiteral (CAT_NEWS) };
80  const QString TypeNewsSourceUpdated { QStringLiteral (CAT_NEWS ".Updated") };
81  const QString TypeNewsSourceBroken { QStringLiteral (CAT_NEWS ".Broken") };
82 
83 #define CAT_GENERIC "org.LC.AdvNotifications.Generic"
84  const QString CatGeneric { QStringLiteral (CAT_GENERIC) };
85  const QString TypeGeneric { QStringLiteral (CAT_GENERIC ".Generic") };
86 
87  namespace Field
88  {
89  const QString MediaPlayerURL { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.URL") };
90  const QString MediaPlaybackStatus { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.PlaybackStatus") };
91  const QString MediaTitle { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.Title") };
92  const QString MediaArtist { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.Artist") };
93  const QString MediaAlbum { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.Album") };
94  const QString MediaLength { QStringLiteral (CAT_MEDIA_PLAYER ".Fields.Length") };
95  const QString TerminalActive { QStringLiteral (CAT_TERMINAL ".Fields.Active") };
96  const QString IMActivityGeneral { QStringLiteral (CAT_IM ".Fields.Activity.General") };
97  const QString IMActivitySpecific { QStringLiteral (CAT_IM ".Fields.Activity.Specific") };
98  const QString IMActivityText { QStringLiteral (CAT_IM ".Fields.Activity.Text") };
99  const QString IMMoodGeneral { QStringLiteral (CAT_IM ".Fields.Mood.General") };
100  const QString IMMoodText { QStringLiteral (CAT_IM ".Fields.Mood.Text") };
101  const QString IMLocationLongitude { QStringLiteral (CAT_IM ".Fields.Location.Longitude") };
102  const QString IMLocationLatitude { QStringLiteral (CAT_IM ".Fields.Location.Latitude") };
103  const QString IMLocationCountry { QStringLiteral (CAT_IM ".Fields.Location.Country") };
104  const QString IMLocationLocality { QStringLiteral (CAT_IM ".Fields.Location.Locality") };
105  const QString NewsSourceName { QStringLiteral (CAT_NEWS ".Fields.Source.Name") };
106  const QString NewsSourceURL { QStringLiteral (CAT_NEWS ".Fields.Source.URL") };
107  }
108 
109  namespace EF
110  {
111  const QString SenderID { QStringLiteral ("org.LC.AdvNotifications.SenderID") };
112  const QString EventCategory { QStringLiteral ("org.LC.AdvNotifications.EventCategory") };
113  const QString EventID { QStringLiteral ("org.LC.AdvNotifications.EventID") };
114  const QString VisualPath { QStringLiteral ("org.LC.AdvNotifications.VisualPath") };
115  const QString EventType { QStringLiteral ("org.LC.AdvNotifications.EventType") };
116  const QString FullText { QStringLiteral ("org.LC.AdvNotifications.FullText") };
117  const QString ExtendedText { QStringLiteral ("org.LC.AdvNotifications.ExtendedText") };
118  const QString DeltaCount { QStringLiteral ("org.LC.AdvNotifications.DeltaCount") };
119  const QString Count { QStringLiteral ("org.LC.AdvNotifications.Count") };
120 
121  const QString WindowIndex { QStringLiteral ("org.LC.AdvNotifications.WindowIndex") };
122 
123  const QString OpenConfiguration { QStringLiteral ("org.LC.AdvNotifications.OpenConfiguration") };
124  const QString IsSingleShot { QStringLiteral ("org.LC.AdvNotifications.SingleShot") };
125  const QString NotifyTransient { QStringLiteral ("org.LC.AdvNotifications.NotifyTransient") };
126  const QString NotifyPersistent { QStringLiteral ("org.LC.AdvNotifications.NotifyPersistent") };
127  const QString NotifyAudio { QStringLiteral ("org.LC.AdvNotifications.NotifyAudio") };
128 
129  const QString RuleID { QStringLiteral ("org.LC.AdvNotifications.RuleID") };
130  const QString AssocColor { QStringLiteral ("org.LC.AdvNotifications.AssocColor") };
131  const QString IsEnabled { QStringLiteral ("org.LC.AdvNotifications.IsEnabled") };
132  }
133 }
LC::AN::Field::IMLocationLocality
const Q_DECL_IMPORT QString IMLocationLocality
Exact locality, like a town or a city, a contact is currently in (QString).
Definition: anconstantsdefs.cpp:104
LC::AN::Field::MediaArtist
const Q_DECL_IMPORT QString MediaArtist
The artist of the currently playing media (QString).
Definition: anconstantsdefs.cpp:92
LC::AN::TypeIMEventMoodChange
const Q_DECL_IMPORT QString TypeIMEventMoodChange
User's mood has changed.
Definition: anconstantsdefs.cpp:51
LC::AN::TypeTerminalActivity
const Q_DECL_IMPORT QString TypeTerminalActivity
Activity in terminal window.
Definition: anconstantsdefs.cpp:75
LC::AN::TypeIMEventLocationChange
const Q_DECL_IMPORT QString TypeIMEventLocationChange
User's location has changed.
Definition: anconstantsdefs.cpp:53
LC::AN::Field::IMActivitySpecific
const Q_DECL_IMPORT QString IMActivitySpecific
Specific activity name of a contact (QString).
Definition: anconstantsdefs.cpp:97
LC::Mimes::NotificationRuleCreate
const Q_DECL_IMPORT QString NotificationRuleCreate
Definition: anconstantsdefs.cpp:29
LC::AN::TypeIMSubscrGrant
const Q_DECL_IMPORT QString TypeIMSubscrGrant
Another user has granted subscription to our user.
Definition: anconstantsdefs.cpp:45
LC::AN::TypeIMSubscrUnsub
const Q_DECL_IMPORT QString TypeIMSubscrUnsub
Another user has unsubscribed from our user.
Definition: anconstantsdefs.cpp:49
LC::AN::Field::TerminalActive
const Q_DECL_IMPORT QString TerminalActive
Whether the terminal window is active (bool).
Definition: anconstantsdefs.cpp:95
CAT_GENERIC
#define CAT_GENERIC
Definition: anconstantsdefs.cpp:83
LC::AN::EF::RuleID
const Q_DECL_IMPORT QString RuleID
Definition: anconstantsdefs.cpp:129
LC::AN::Field::IMActivityGeneral
const Q_DECL_IMPORT QString IMActivityGeneral
General activity name of a contact (QString).
Definition: anconstantsdefs.cpp:96
LC::AN::Field::MediaAlbum
const Q_DECL_IMPORT QString MediaAlbum
The album of the currently playing media (QString).
Definition: anconstantsdefs.cpp:93
LC::AN::CatDownloads
const Q_DECL_IMPORT QString CatDownloads
Category of Downloads-related events.
Definition: anconstantsdefs.cpp:60
CAT_NEWS
#define CAT_NEWS
Definition: anconstantsdefs.cpp:78
LC::AN::TypeOrganizerEventDue
const Q_DECL_IMPORT QString TypeOrganizerEventDue
An event due date is coming.
Definition: anconstantsdefs.cpp:57
MIME_NOTIFICATION
#define MIME_NOTIFICATION
Definition: anconstantsdefs.cpp:27
LC::EF::HandlingObject
const Q_DECL_IMPORT QString HandlingObject
Definition: anconstantsdefs.cpp:25
LC::EF::NotificationTimeout
const Q_DECL_IMPORT QString NotificationTimeout
Definition: anconstantsdefs.cpp:24
LC::AN::Field::NewsSourceURL
const Q_DECL_IMPORT QString NewsSourceURL
News source URL (QString).
Definition: anconstantsdefs.cpp:106
LC::EF::Tags
const Q_DECL_IMPORT QString Tags
Definition: anconstantsdefs.cpp:28
LC::AN::TypeGeneric
const Q_DECL_IMPORT QString TypeGeneric
Generic type for generic notifications.
Definition: anconstantsdefs.cpp:85
LC::AN::CatOrganizer
const Q_DECL_IMPORT QString CatOrganizer
Category of Organizer-related events.
Definition: anconstantsdefs.cpp:56
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
entityfields.h
LC::AN::TypeTerminalBell
const Q_DECL_IMPORT QString TypeTerminalBell
A bell has ringed in a terminal window.
Definition: anconstantsdefs.cpp:74
LC::AN::CatIM
const Q_DECL_IMPORT QString CatIM
Category of Instant Messaging-related events.
Definition: anconstantsdefs.cpp:37
LC::AN::TypeIMSubscrSub
const Q_DECL_IMPORT QString TypeIMSubscrSub
Another user has subscribed to our user.
Definition: anconstantsdefs.cpp:48
LC::AN::Field::NewsSourceName
const Q_DECL_IMPORT QString NewsSourceName
News source name (QString).
Definition: anconstantsdefs.cpp:105
LC::EF::UserVisibleName
const Q_DECL_IMPORT QString UserVisibleName
Definition: anconstantsdefs.cpp:26
LC::AN
Definition: constants.h:14
LC::AN::EF::EventCategory
const Q_DECL_IMPORT QString EventCategory
The category of the event (QString).
Definition: anconstantsdefs.cpp:112
LC::AN::TypeIMMUCInvite
const Q_DECL_IMPORT QString TypeIMMUCInvite
User has been invited to a multiuser chat.
Definition: anconstantsdefs.cpp:42
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::EF::Priority
const Q_DECL_IMPORT QString Priority
Definition: anconstantsdefs.cpp:21
LC::AN::EF::IsEnabled
const Q_DECL_IMPORT QString IsEnabled
Definition: anconstantsdefs.cpp:131
CAT_MEDIA_PLAYER
#define CAT_MEDIA_PLAYER
Definition: anconstantsdefs.cpp:68
CAT_IM
#define CAT_IM
Definition: anconstantsdefs.cpp:36
LC::AN::EF::ExtendedText
const Q_DECL_IMPORT QString ExtendedText
The even more detailed text than FullText (QString).
Definition: anconstantsdefs.cpp:117
LC::AN::Field::IMLocationLongitude
const Q_DECL_IMPORT QString IMLocationLongitude
Longitude of a contact's position (double).
Definition: anconstantsdefs.cpp:101
LC::AN::TypeTerminalInactivity
const Q_DECL_IMPORT QString TypeTerminalInactivity
Inactivity in terminal window.
Definition: anconstantsdefs.cpp:76
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::Mimes
Definition: entityconstants.h:25
LC::AN::TypeNewsSourceBroken
const Q_DECL_IMPORT QString TypeNewsSourceBroken
News source is detected to be broken.
Definition: anconstantsdefs.cpp:81
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
CAT_DOWNLOADS
#define CAT_DOWNLOADS
Definition: anconstantsdefs.cpp:59
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::EF
Definition: entityconstants.h:13
LC::AN::CatNews
const Q_DECL_IMPORT QString CatNews
Category for news-related events.
Definition: anconstantsdefs.cpp:79
LC::AN::TypeDownloadFinished
const Q_DECL_IMPORT QString TypeDownloadFinished
A download has been finished successfully without errors.
Definition: anconstantsdefs.cpp:61
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::TypeNewsSourceUpdated
const Q_DECL_IMPORT QString TypeNewsSourceUpdated
News source got updated.
Definition: anconstantsdefs.cpp:80
LC::AN::TypeIMEventTuneChange
const Q_DECL_IMPORT QString TypeIMEventTuneChange
User's tune has changed.
Definition: anconstantsdefs.cpp:50
LC::AN::TypeIMIncFile
const Q_DECL_IMPORT QString TypeIMIncFile
Another user has sent our user a file.
Definition: anconstantsdefs.cpp:39
LC::Mimes::Notification
const Q_DECL_IMPORT QString Notification
Definition: anconstantsdefs.cpp:28
CAT_PACKAGE_MANAGER
#define CAT_PACKAGE_MANAGER
Definition: anconstantsdefs.cpp:64
LC::AN::Field::MediaTitle
const Q_DECL_IMPORT QString MediaTitle
The title of the currently playing media (QString).
Definition: anconstantsdefs.cpp:91
LC::AN::Field::IMActivityText
const Q_DECL_IMPORT QString IMActivityText
Accompanying activity text entered by a contact (QString).
Definition: anconstantsdefs.cpp:98
LC::EF::NotificationActions
const Q_DECL_IMPORT QString NotificationActions
Definition: anconstantsdefs.cpp:22
LC::AN::EF::OpenConfiguration
const Q_DECL_IMPORT QString OpenConfiguration
Whether configuration dialog should be opened (bool).
Definition: anconstantsdefs.cpp:123
LC::AN::Field::MediaPlaybackStatus
const Q_DECL_IMPORT QString MediaPlaybackStatus
Playback status of the URL (QString).
Definition: anconstantsdefs.cpp:90
LC::AN::EF::AssocColor
const Q_DECL_IMPORT QString AssocColor
Definition: anconstantsdefs.cpp:130
LC::AN::TypeIMStatusChange
const Q_DECL_IMPORT QString TypeIMStatusChange
Another user in our user's contact list has changed its status.
Definition: anconstantsdefs.cpp:44
LC::AN::TypeIMMUCMsg
const Q_DECL_IMPORT QString TypeIMMUCMsg
A message has been sent to a multiuser chat.
Definition: anconstantsdefs.cpp:43
LC::AN::CatMediaPlayer
const Q_DECL_IMPORT QString CatMediaPlayer
Category of media player-related events.
Definition: anconstantsdefs.cpp:69
LC::AN::EF::VisualPath
const Q_DECL_IMPORT QString VisualPath
Visual path to this event (QStringList).
Definition: anconstantsdefs.cpp:114
LC::EF::NotificationPixmap
const Q_DECL_IMPORT QString NotificationPixmap
Definition: anconstantsdefs.cpp:23
constants.h
LC::AN::Field::MediaPlayerURL
const Q_DECL_IMPORT QString MediaPlayerURL
The URL to the file being played.
Definition: anconstantsdefs.cpp:89
LC::AN::Field::IMLocationCountry
const Q_DECL_IMPORT QString IMLocationCountry
Country a contact is currently in (QString).
Definition: anconstantsdefs.cpp:103
LC::AN::CatGeneric
const Q_DECL_IMPORT QString CatGeneric
Generic notifications that don't fit into any other category.
Definition: anconstantsdefs.cpp:84
LC::EF::Text
const Q_DECL_IMPORT QString Text
Definition: anconstantsdefs.cpp:27
CAT_TERMINAL
#define CAT_TERMINAL
Definition: anconstantsdefs.cpp:72
CAT_ORGANIZER
#define CAT_ORGANIZER
Definition: anconstantsdefs.cpp:55
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::TypeIMAttention
const Q_DECL_IMPORT QString TypeIMAttention
Another user has requested our user's attention.
Definition: anconstantsdefs.cpp:38
LC::AN::EF::FullText
const Q_DECL_IMPORT QString FullText
The detailed text of the event (QString).
Definition: anconstantsdefs.cpp:116
LC::AN::CatEventCancel
const Q_DECL_IMPORT QString CatEventCancel
Event cancel pseudo-category.
Definition: anconstantsdefs.cpp:34
LC::AN::TypeMediaPlaybackStatus
const Q_DECL_IMPORT QString TypeMediaPlaybackStatus
A media file playback status has been changed.
Definition: anconstantsdefs.cpp:70
LC::AN::TypeDownloadError
const Q_DECL_IMPORT QString TypeDownloadError
A download has been failed.
Definition: anconstantsdefs.cpp:62
LC::AN::TypePackageUpdated
const Q_DECL_IMPORT QString TypePackageUpdated
A package has been updated.
Definition: anconstantsdefs.cpp:66
LC::AN::Field::MediaLength
const Q_DECL_IMPORT QString MediaLength
The length of the currently playing media (int).
Definition: anconstantsdefs.cpp:94
LC::AN::CatPackageManager
const Q_DECL_IMPORT QString CatPackageManager
Category of package manager-related events.
Definition: anconstantsdefs.cpp:65
LC::AN::TypeIMSubscrRequest
const Q_DECL_IMPORT QString TypeIMSubscrRequest
Another user has requested subscription from our user.
Definition: anconstantsdefs.cpp:47
LC::AN::Field::IMLocationLatitude
const Q_DECL_IMPORT QString IMLocationLatitude
Latitude of a contact's position (double).
Definition: anconstantsdefs.cpp:102
LC::AN::TypeIMIncMsg
const Q_DECL_IMPORT QString TypeIMIncMsg
User has received a message in a standard one-to-one chat.
Definition: anconstantsdefs.cpp:40
LC::AN::TypeIMEventActivityChange
const Q_DECL_IMPORT QString TypeIMEventActivityChange
User's activity has changed.
Definition: anconstantsdefs.cpp:52
LC::AN::EF::DeltaCount
const Q_DECL_IMPORT QString DeltaCount
The change in event count (int).
Definition: anconstantsdefs.cpp:118
LC::AN::Field::IMMoodText
const Q_DECL_IMPORT QString IMMoodText
Accompanying mood text entered by a contact (QString).
Definition: anconstantsdefs.cpp:100
LC::AN::Field::IMMoodGeneral
const Q_DECL_IMPORT QString IMMoodGeneral
General mood name of a contact (QString).
Definition: anconstantsdefs.cpp:99
LC::AN::TypeIMMUCHighlight
const Q_DECL_IMPORT QString TypeIMMUCHighlight
User has been highlighted in a multiuser chat.
Definition: anconstantsdefs.cpp:41
LC::AN::TypeIMSubscrRevoke
const Q_DECL_IMPORT QString TypeIMSubscrRevoke
Another user has revoked subscription from our user.
Definition: anconstantsdefs.cpp:46
entityconstants.h
LC::AN::CatTerminal
const Q_DECL_IMPORT QString CatTerminal
Category for terminal emulation events.
Definition: anconstantsdefs.cpp:73