org::kde::kirigami::templates::private::PassiveNotificationsManager
org::kde::kirigami::templates::private::PassiveNotificationsManager Class Reference
Properties | |
int | maximumNotificationCount |
int | maximumNotificationWidth |
Public Member Functions | |
void | hideNotification (index=0) |
void | showNotification (message, timeout, actionText, callBack) |
Detailed Description
PassiveNotificationManager is meant to display small, passive and inline notifications in the app.
It is used to show messages of limited importance that make sense only when the user is using the application and wouldn't be suited as a global system-wide notification.
Import Statement
import org.kde.kirigami.templates.private
- Version
- 1.0
Definition at line 20 of file PassiveNotificationsManager.qml.
Property Documentation
◆ maximumNotificationCount
|
read |
- Remarks
- This property is read-only
Definition at line 27 of file PassiveNotificationsManager.qml.
◆ maximumNotificationWidth
|
read |
- Remarks
- This property is read-only
Definition at line 24 of file PassiveNotificationsManager.qml.
Member Function Documentation
◆ hideNotification()
void org::kde::kirigami::templates::private::PassiveNotificationsManager::hideNotification | ( | index | = 0 | ) |
Remove a notification at specific index.
By default, index is set to 0.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 25 2025 11:57:52 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 25 2025 11:57:52 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.