![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
|
#include <QString>
Go to the source code of this file.
Namespaces | |
LeechCraft | |
LeechCraft::AN | |
Variables | |
const QString | LeechCraft::AN::CatIM = "org.LC.AdvNotifications.IM" |
Category of Instant Messaging-related events. More... | |
const QString | LeechCraft::AN::TypeIMAttention = "org.LC.AdvNotifications.IM.AttentionDrawn" |
Another user has requested our user's attention. More... | |
const QString | LeechCraft::AN::TypeIMIncFile = "org.LC.AdvNotifications.IM.IncomingFile" |
Another user has sent our user a file. More... | |
const QString | LeechCraft::AN::TypeIMIncMsg = "org.LC.AdvNotifications.IM.IncomingMessage" |
User has received a message in a standard one-to-one chat. More... | |
const QString | LeechCraft::AN::TypeIMMUCHighlight = "org.LC.AdvNotifications.IM.MUCHighlightMessage" |
User has been highlighted in a multiuser chat. More... | |
const QString | LeechCraft::AN::TypeIMMUCInvite = "org.LC.AdvNotifications.IM.MUCInvitation" |
User has been invited to a multiuser chat. More... | |
const QString | LeechCraft::AN::TypeIMMUCMsg = "org.LC.AdvNotifications.IM.MUCMessage" |
A message has been sent to a multiuser chat. More... | |
const QString | LeechCraft::AN::TypeIMStatusChange = "org.LC.AdvNotifications.IM.StatusChange" |
Another user in our user's contact list has changed its status. More... | |
const QString | LeechCraft::AN::TypeIMSubscrGrant = "org.LC.AdvNotifications.IM.Subscr.Granted" |
Another user has granted subscription to our user. More... | |
const QString | LeechCraft::AN::TypeIMSubscrRevoke = "org.LC.AdvNotifications.IM.Subscr.Revoked" |
Another user has revoked subscription from our user. More... | |
const QString | LeechCraft::AN::TypeIMSubscrRequest = "org.LC.AdvNotifications.IM.Subscr.Requested" |
Another user has requested subscription from our user. More... | |
const QString | LeechCraft::AN::TypeIMSubscrSub = "org.LC.AdvNotifications.IM.Subscr.Subscribed" |
Another user has subscribed to our user. More... | |
const QString | LeechCraft::AN::TypeIMSubscrUnsub = "org.LC.AdvNotifications.IM.Subscr.Unsubscribed" |
Another user has unsubscribed from our user. More... | |
const QString | LeechCraft::AN::CatOrganizer = "org.LC.AdvNotifications.Organizer" |
Category of Organizer-related events. More... | |
const QString | LeechCraft::AN::TypeOrganizerEventDue = "org.LC.AdvNotifications.Organizer.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 = "org.LC.AdvNotifications.Downloads.DownloadFinished" |
A download has been finished successfully without errors. More... | |
const QString | LeechCraft::AN::TypeDownloadError = "org.LC.AdvNotifications.Downloads.DownloadError" |
A download has been failed. More... | |