KSNotification
KSNotification Namespace Reference
Enumerations | |
enum | EventType { EVENT_DBG, EVENT_INFO, EVENT_WARN, EVENT_ALERT } |
Functions | |
void | error (const QString &message, const QString &title, uint32_t timeout) |
void | event (const QLatin1String &name, const QString &message, 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-2022 The KDE developers.
Generated on Mon Jun 27 2022 04:09:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Mon Jun 27 2022 04:09:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.