LeechCraft  0.6.70-15082-g543737046d
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

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