KSNotification
KSNotification Namespace Reference
Enumerations | |
enum | EventSource { General , INDI , Capture , Focus , Align , Mount , Guide , Observatory , Scheduler } |
enum | EventType { Debug , Info , Warn , Alert } |
Functions | |
void | error (const QString &message, const QString &title, uint32_t timeout) |
void | event (const QLatin1String &name, const QString &message, EventSource source, EventType type) |
void | info (const QString &message, const QString &title, uint32_t timeout) |
void | sorry (const QString &message, const QString &title, uint32_t timeout) |
void | transient (const QString &message, const QString &title) |
Detailed Description
General KStars Notifications for desktop and lite version.
Enumeration Type Documentation
◆ EventSource
enum KSNotification::EventSource |
Definition at line 29 of file ksnotification.h.
◆ EventType
enum KSNotification::EventType |
Definition at line 21 of file ksnotification.h.
Function Documentation
◆ error()
Definition at line 30 of file ksnotification.cpp.
◆ event()
void KSNotification::event | ( | const QLatin1String & | name, |
const QString & | message, | ||
EventSource | source, | ||
EventType | type ) |
Definition at line 80 of file ksnotification.cpp.
◆ info()
Definition at line 50 of file ksnotification.cpp.
◆ sorry()
Definition at line 40 of file ksnotification.cpp.
◆ transient()
transient Non modal message box that gets deleted on close.
- Parameters
-
message message content title message title
Definition at line 60 of file ksnotification.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.