org::kde::kirigami::templates::private::PassiveNotificationsManager

Search for usage in LXR

org::kde::kirigami::templates::private::PassiveNotificationsManager Class Reference

Inherits QtQuick::Item.

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

int org::kde::kirigami::templates::private::PassiveNotificationsManager::maximumNotificationCount
read
Remarks
This property is read-only

Definition at line 27 of file PassiveNotificationsManager.qml.

◆ maximumNotificationWidth

int org::kde::kirigami::templates::private::PassiveNotificationsManager::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-2024 The KDE developers.
Generated on Fri May 3 2024 11:49:34 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.