![]() |
LibrePCB Developers Documentation
|
This is the complete list of members for Notification, including all inherited members.
buttonClicked() | Notification | signal |
changed(bool dismissed) | Notification | signal |
dismiss() noexcept | Notification | |
getAutoPopUp() const noexcept | Notification | inline |
getDismissKey() const noexcept | Notification | inline |
getUiData() const noexcept | Notification | inline |
mAutoPopUp | Notification | private |
mDismissKey | Notification | private |
mUiData | Notification | private |
Notification()=delete | Notification | |
Notification(const Notification &other)=delete | Notification | |
Notification(ui::NotificationType type, const QString &title, const QString &description, const QString &buttonText, const QString &dismissKey, bool autoPopUp, QObject *parent=nullptr) noexcept | Notification | explicit |
operator=(const Notification &rhs)=delete | Notification | |
resetState() noexcept | Notification | |
setDescription(const QString &description) noexcept | Notification | |
setProgress(int progress) noexcept | Notification | |
setTitle(const QString &title) noexcept | Notification | |
setUiData(const ui::NotificationData &data) noexcept | Notification | |
~Notification() noexcept | Notification |