![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
#include <QString>
#include <QFlags>
Go to the source code of this file.
Namespaces | |
LeechCraft | |
LeechCraft::AN | |
LeechCraft::AN::Field | |
Enumerations | |
enum | LeechCraft::AN::NotifyFlag { LeechCraft::AN::NotifyNone = 0, LeechCraft::AN::NotifySingleShot = 1 << 0, LeechCraft::AN::NotifyTransient = 1 << 1, LeechCraft::AN::NotifyPersistent = 1 << 2, LeechCraft::AN::NotifyAudio = 1 << 3 } |
Describes the notification parameters. More... | |
Functions | |
LeechCraft::AN::Q_DECLARE_FLAGS (NotifyFlags, NotifyFlag) | |
Variables | |
const QString | LeechCraft::AN::CatEventCancel = "org.LC.AdvNotifications.Cancel" |
Event cancel pseudo-category. More... | |
const QString | LeechCraft::AN::CatIM = "org.LC.AdvNotifications.IM" |
Category of Instant Messaging-related events. More... | |
const QString | LeechCraft::AN::TypeIMAttention = CatIM + ".AttentionDrawn" |
Another user has requested our user's attention. More... | |
const QString | LeechCraft::AN::TypeIMIncFile = CatIM + ".IncomingFile" |
Another user has sent our user a file. More... | |
const QString | LeechCraft::AN::TypeIMIncMsg = CatIM + ".IncomingMessage" |
User has received a message in a standard one-to-one chat. More... | |
const QString | LeechCraft::AN::TypeIMMUCHighlight = CatIM + ".MUCHighlightMessage" |
User has been highlighted in a multiuser chat. More... | |
const QString | LeechCraft::AN::TypeIMMUCInvite = CatIM + ".MUCInvitation" |
User has been invited to a multiuser chat. More... | |
const QString | LeechCraft::AN::TypeIMMUCMsg = CatIM + ".MUCMessage" |
A message has been sent to a multiuser chat. More... | |
const QString | LeechCraft::AN::TypeIMStatusChange = CatIM + ".StatusChange" |
Another user in our user's contact list has changed its status. More... | |
const QString | LeechCraft::AN::TypeIMSubscrGrant = CatIM + ".Subscr.Granted" |
Another user has granted subscription to our user. More... | |
const QString | LeechCraft::AN::TypeIMSubscrRevoke = CatIM + ".Subscr.Revoked" |
Another user has revoked subscription from our user. More... | |
const QString | LeechCraft::AN::TypeIMSubscrRequest = CatIM + ".Subscr.Requested" |
Another user has requested subscription from our user. More... | |
const QString | LeechCraft::AN::TypeIMSubscrSub = CatIM + ".Subscr.Subscribed" |
Another user has subscribed to our user. More... | |
const QString | LeechCraft::AN::TypeIMSubscrUnsub = CatIM + ".Subscr.Unsubscribed" |
Another user has unsubscribed from our user. More... | |
const QString | LeechCraft::AN::TypeIMEventTuneChange = CatIM + ".Event.Tune" |
User's tune has changed. More... | |
const QString | LeechCraft::AN::TypeIMEventMoodChange = CatIM + ".Event.Mood" |
User's mood has changed. More... | |
const QString | LeechCraft::AN::TypeIMEventActivityChange = CatIM + ".Event.Activity" |
User's activity has changed. More... | |
const QString | LeechCraft::AN::TypeIMEventLocationChange = CatIM + ".Event.Location" |
User's location has changed. More... | |
const QString | LeechCraft::AN::CatOrganizer = "org.LC.AdvNotifications.Organizer" |
Category of Organizer-related events. More... | |
const QString | LeechCraft::AN::TypeOrganizerEventDue = CatOrganizer + ".EventDue" |
An event due date is coming. More... | |
const QString | LeechCraft::AN::CatDownloads = "org.LC.AdvNotifications.Downloads" |
Category of Downloads-related events. More... | |
const QString | LeechCraft::AN::TypeDownloadFinished = CatDownloads + ".DownloadFinished" |
A download has been finished successfully without errors. More... | |
const QString | LeechCraft::AN::TypeDownloadError = CatDownloads + ".DownloadError" |
A download has been failed. More... | |
const QString | LeechCraft::AN::CatPackageManager = "org.LC.AdvNotifications.PackageManager" |
Category of package manager-related events. More... | |
const QString | LeechCraft::AN::TypePackageUpdated = CatPackageManager + ".PackageUpdated" |
A package has been updated. More... | |
const QString | LeechCraft::AN::CatMediaPlayer = "org.LC.AdvNotifications.MediaPlayer" |
Category of media player-related events. More... | |
const QString | LeechCraft::AN::TypeMediaPlaybackStatus = CatMediaPlayer + ".PlaybackStatus" |
A media file playback status has been changed. More... | |
const QString | LeechCraft::AN::CatTerminal = "org.LC.AdvNotifications.Terminal" |
Category for terminal emulation events. More... | |
const QString | LeechCraft::AN::TypeTerminalBell = CatTerminal + ".Bell" |
A bell has ringed in a terminal window. More... | |
const QString | LeechCraft::AN::TypeTerminalActivity = CatTerminal + ".Activity" |
Activity in terminal window. More... | |
const QString | LeechCraft::AN::TypeTerminalInactivity = CatTerminal + ".Inactivity" |
Inactivity in terminal window. More... | |
const QString | LeechCraft::AN::CatGeneric = "org.LC.AdvNotifications.Generic" |
Generic notifications that don't fit into any other category. More... | |
const QString | LeechCraft::AN::TypeGeneric = CatGeneric + ".Generic" |
Generic type for generic notifications. More... | |
const QString | LeechCraft::AN::Field::MediaPlayerURL = CatMediaPlayer + ".Fields.URL" |
The URL to the file being played. More... | |
const QString | LeechCraft::AN::Field::MediaPlaybackStatus = CatMediaPlayer + ".Fields.PlaybackStatus" |
Playback status of the URL (QString). More... | |
const QString | LeechCraft::AN::Field::MediaTitle = CatMediaPlayer + ".Fields.Title" |
The title of the currently playing media (QString). More... | |
const QString | LeechCraft::AN::Field::MediaArtist = CatMediaPlayer + ".Fields.Artist" |
The artist of the currently playing media (QString). More... | |
const QString | LeechCraft::AN::Field::MediaAlbum = CatMediaPlayer + ".Fields.Album" |
The album of the currently playing media (QString). More... | |
const QString | LeechCraft::AN::Field::MediaLength = CatMediaPlayer + ".Fields.Length" |
The length of the currently playing media (int). More... | |
const QString | LeechCraft::AN::Field::TerminalActive = CatTerminal + ".Fields.Active" |
Whether the terminal window is active (bool). More... | |
const QString | LeechCraft::AN::Field::IMActivityGeneral = CatIM + ".Fields.Activity.General" |
General activity name of a contact (QString). More... | |
const QString | LeechCraft::AN::Field::IMActivitySpecific = CatIM + ".Fields.Activity.Specific" |
Specific activity name of a contact (QString). More... | |
const QString | LeechCraft::AN::Field::IMActivityText = CatIM + ".Fields.Activity.Text" |
Accompanying activity text entered by a contact (QString). More... | |
const QString | LeechCraft::AN::Field::IMMoodGeneral = CatIM + ".Fields.Mood.General" |
General mood name of a contact (QString). More... | |
const QString | LeechCraft::AN::Field::IMMoodText = CatIM + ".Fields.Mood.Text" |
Accompanying mood text entered by a contact (QString). More... | |
const QString | LeechCraft::AN::Field::IMLocationLongitude = CatIM + ".Fields.Location.Longitude" |
Longitude of a contact's position (double). More... | |
const QString | LeechCraft::AN::Field::IMLocationLatitude = CatIM + ".Fields.Location.Latitude" |
Latitude of a contact's position (double). More... | |
const QString | LeechCraft::AN::Field::IMLocationCountry = CatIM + ".Fields.Location.Country" |
Country a contact is currently in (QString). More... | |
const QString | LeechCraft::AN::Field::IMLocationLocality = CatIM + ".Fields.Location.Locality" |
Exact locality, like a town or a city, a contact is currently in (QString). More... | |