LeechCraft  0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
constants.h File Reference
#include <QString>
#include <QFlags>
+ Include dependency graph for constants.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 LC
 
 LC::AN
 
 LC::AN::Field
 

Enumerations

enum  LC::AN::NotifyFlag {
  LC::AN::NotifyNone = 0,
  LC::AN::NotifySingleShot = 1 << 0,
  LC::AN::NotifyTransient = 1 << 1,
  LC::AN::NotifyPersistent = 1 << 2,
  LC::AN::NotifyAudio = 1 << 3
}
 Describes the notification parameters. More...
 

Functions

 LC::AN::Q_DECLARE_FLAGS (NotifyFlags, NotifyFlag)
 

Variables

Q_DECL_IMPORT const QString LC::AN::CatEventCancel { "org.LC.AdvNotifications.Cancel" }
 Event cancel pseudo-category. More...
 
Q_DECL_IMPORT const QString LC::AN::CatIM { "org.LC.AdvNotifications.IM" }
 Category of Instant Messaging-related events. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeIMAttention { CatIM + ".AttentionDrawn" }
 Another user has requested our user's attention. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeIMIncFile { CatIM + ".IncomingFile" }
 Another user has sent our user a file. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeIMIncMsg { CatIM + ".IncomingMessage" }
 User has received a message in a standard one-to-one chat. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeIMMUCHighlight { CatIM + ".MUCHighlightMessage" }
 User has been highlighted in a multiuser chat. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeIMMUCInvite { CatIM + ".MUCInvitation" }
 User has been invited to a multiuser chat. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeIMMUCMsg { CatIM + ".MUCMessage" }
 A message has been sent to a multiuser chat. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeIMStatusChange { CatIM + ".StatusChange" }
 Another user in our user's contact list has changed its status. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeIMSubscrGrant { CatIM + ".Subscr.Granted" }
 Another user has granted subscription to our user. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeIMSubscrRevoke { CatIM + ".Subscr.Revoked" }
 Another user has revoked subscription from our user. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeIMSubscrRequest { CatIM + ".Subscr.Requested" }
 Another user has requested subscription from our user. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeIMSubscrSub { CatIM + ".Subscr.Subscribed" }
 Another user has subscribed to our user. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeIMSubscrUnsub { CatIM + ".Subscr.Unsubscribed" }
 Another user has unsubscribed from our user. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeIMEventTuneChange { CatIM + ".Event.Tune" }
 User's tune has changed. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeIMEventMoodChange { CatIM + ".Event.Mood" }
 User's mood has changed. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeIMEventActivityChange { CatIM + ".Event.Activity" }
 User's activity has changed. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeIMEventLocationChange { CatIM + ".Event.Location" }
 User's location has changed. More...
 
Q_DECL_IMPORT const QString LC::AN::CatOrganizer { "org.LC.AdvNotifications.Organizer" }
 Category of Organizer-related events. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeOrganizerEventDue { CatOrganizer + ".EventDue" }
 An event due date is coming. More...
 
Q_DECL_IMPORT const QString LC::AN::CatDownloads { "org.LC.AdvNotifications.Downloads" }
 Category of Downloads-related events. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeDownloadFinished { CatDownloads + ".DownloadFinished" }
 A download has been finished successfully without errors. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeDownloadError { CatDownloads + ".DownloadError" }
 A download has been failed. More...
 
Q_DECL_IMPORT const QString LC::AN::CatPackageManager { "org.LC.AdvNotifications.PackageManager" }
 Category of package manager-related events. More...
 
Q_DECL_IMPORT const QString LC::AN::TypePackageUpdated { CatPackageManager + ".PackageUpdated" }
 A package has been updated. More...
 
Q_DECL_IMPORT const QString LC::AN::CatMediaPlayer { "org.LC.AdvNotifications.MediaPlayer" }
 Category of media player-related events. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeMediaPlaybackStatus { CatMediaPlayer + ".PlaybackStatus" }
 A media file playback status has been changed. More...
 
Q_DECL_IMPORT const QString LC::AN::CatTerminal { "org.LC.AdvNotifications.Terminal" }
 Category for terminal emulation events. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeTerminalBell { CatTerminal + ".Bell" }
 A bell has ringed in a terminal window. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeTerminalActivity { CatTerminal + ".Activity" }
 Activity in terminal window. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeTerminalInactivity { CatTerminal + ".Inactivity" }
 Inactivity in terminal window. More...
 
Q_DECL_IMPORT const QString LC::AN::CatNews { "org.LC.AdvNotifications.News" }
 Category for news-related events. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeNewsSourceUpdated { CatNews + ".Updated" }
 News source got updated. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeNewsSourceBroken { CatNews + ".Broken" }
 News source is detected to be broken. More...
 
Q_DECL_IMPORT const QString LC::AN::CatGeneric { "org.LC.AdvNotifications.Generic" }
 Generic notifications that don't fit into any other category. More...
 
Q_DECL_IMPORT const QString LC::AN::TypeGeneric { CatGeneric + ".Generic" }
 Generic type for generic notifications. More...
 
Q_DECL_IMPORT const QString LC::AN::Field::MediaPlayerURL { CatMediaPlayer + ".Fields.URL" }
 The URL to the file being played. More...
 
Q_DECL_IMPORT const QString LC::AN::Field::MediaPlaybackStatus { CatMediaPlayer + ".Fields.PlaybackStatus" }
 Playback status of the URL (QString). More...
 
Q_DECL_IMPORT const QString LC::AN::Field::MediaTitle { CatMediaPlayer + ".Fields.Title" }
 The title of the currently playing media (QString). More...
 
Q_DECL_IMPORT const QString LC::AN::Field::MediaArtist { CatMediaPlayer + ".Fields.Artist" }
 The artist of the currently playing media (QString). More...
 
Q_DECL_IMPORT const QString LC::AN::Field::MediaAlbum { CatMediaPlayer + ".Fields.Album" }
 The album of the currently playing media (QString). More...
 
Q_DECL_IMPORT const QString LC::AN::Field::MediaLength { CatMediaPlayer + ".Fields.Length" }
 The length of the currently playing media (int). More...
 
Q_DECL_IMPORT const QString LC::AN::Field::TerminalActive { CatTerminal + ".Fields.Active" }
 Whether the terminal window is active (bool). More...
 
Q_DECL_IMPORT const QString LC::AN::Field::IMActivityGeneral { CatIM + ".Fields.Activity.General" }
 General activity name of a contact (QString). More...
 
Q_DECL_IMPORT const QString LC::AN::Field::IMActivitySpecific { CatIM + ".Fields.Activity.Specific" }
 Specific activity name of a contact (QString). More...
 
Q_DECL_IMPORT const QString LC::AN::Field::IMActivityText { CatIM + ".Fields.Activity.Text" }
 Accompanying activity text entered by a contact (QString). More...
 
Q_DECL_IMPORT const QString LC::AN::Field::IMMoodGeneral { CatIM + ".Fields.Mood.General" }
 General mood name of a contact (QString). More...
 
Q_DECL_IMPORT const QString LC::AN::Field::IMMoodText { CatIM + ".Fields.Mood.Text" }
 Accompanying mood text entered by a contact (QString). More...
 
Q_DECL_IMPORT const QString LC::AN::Field::IMLocationLongitude { CatIM + ".Fields.Location.Longitude" }
 Longitude of a contact's position (double). More...
 
Q_DECL_IMPORT const QString LC::AN::Field::IMLocationLatitude { CatIM + ".Fields.Location.Latitude" }
 Latitude of a contact's position (double). More...
 
Q_DECL_IMPORT const QString LC::AN::Field::IMLocationCountry { CatIM + ".Fields.Location.Country" }
 Country a contact is currently in (QString). More...
 
Q_DECL_IMPORT const QString LC::AN::Field::IMLocationLocality { CatIM + ".Fields.Location.Locality" }
 Exact locality, like a town or a city, a contact is currently in (QString). More...
 
Q_DECL_IMPORT const QString LC::AN::Field::NewsSourceName { CatNews + ".Fields.Source.Name" }
 News source name (QString). More...