The Notification class.
More...
#include <notification.h>
Inherits QObject.
◆ Notification() [1/3]
◆ Notification() [2/3]
◆ Notification() [3/3]
Notification |
( |
ui::NotificationType |
type, |
|
|
const QString & |
title, |
|
|
const QString & |
description, |
|
|
const QString & |
buttonText, |
|
|
const QString & |
dismissKey, |
|
|
bool |
autoPopUp, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
explicitnoexcept |
◆ ~Notification()
◆ getDismissKey()
const QString & getDismissKey |
( |
| ) |
const |
|
inlinenoexcept |
◆ getAutoPopUp()
bool getAutoPopUp |
( |
| ) |
const |
|
inlinenoexcept |
◆ getUiData()
const ui::NotificationData & getUiData |
( |
| ) |
const |
|
inlinenoexcept |
◆ setUiData()
void setUiData |
( |
const ui::NotificationData & |
data | ) |
|
|
noexcept |
◆ resetState()
◆ setTitle()
void setTitle |
( |
const QString & |
title | ) |
|
|
noexcept |
◆ setDescription()
void setDescription |
( |
const QString & |
description | ) |
|
|
noexcept |
◆ setProgress()
void setProgress |
( |
int |
progress | ) |
|
|
noexcept |
◆ dismiss()
◆ operator=()
◆ changed
void changed |
( |
bool |
dismissed | ) |
|
|
signal |
◆ buttonClicked
◆ mDismissKey
const QString mDismissKey |
|
private |
◆ mAutoPopUp
◆ mUiData
ui::NotificationData mUiData |
|
private |
The documentation for this class was generated from the following files: