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
Function Documentation
◆ 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-2023 The KDE developers.
Generated on Wed Dec 6 2023 04:05:23 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Dec 6 2023 04:05:23 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.