The DesktopToast class is the toast handle classes using less lock messages queue to display the messages upper level requests.
More...
#include <DesktopToast.h>
|
void | do_show_toast (QString msg) |
| do_show_toast the signal to show the toast
|
|
void | do_show_toast (QString msg) |
| do_show_toast the signal to show the toast
|
|
void | do_show_toast (QString msg) |
| do_show_toast the signal to show the toast
|
|
|
| DesktopToast (QWidget *parent=nullptr) |
| Construct a new Desktop Toast object.
|
|
void | set_message (const QString &message) |
| set_message push the toast display into the toast display sessions
|
|
| DesktopToast (QWidget *parent=nullptr) |
| Construct a new Desktop Toast object.
|
|
void | set_message (const QString &message) |
| set_message push the toast display into the toast display sessions
|
|
| DesktopToast (QWidget *parent=nullptr) |
| Construct a new Desktop Toast object.
|
|
void | set_message (const QString &message) |
| set_message push the toast display into the toast display sessions
|
|
The DesktopToast class is the toast handle classes using less lock messages queue to display the messages upper level requests.
◆ DesktopToast() [1/3]
DesktopToast::DesktopToast |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
Construct a new Desktop Toast object.
- Parameters
-
◆ DesktopToast() [2/3]
DesktopToast::DesktopToast |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
Construct a new Desktop Toast object.
- Parameters
-
◆ DesktopToast() [3/3]
DesktopToast::DesktopToast |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
Construct a new Desktop Toast object.
- Parameters
-
◆ do_show_toast [1/3]
void DesktopToast::do_show_toast |
( |
QString |
msg | ) |
|
|
signal |
do_show_toast the signal to show the toast
- Parameters
-
- Note
- normally, this is just using to simplified the async model of displaying
◆ do_show_toast [2/3]
void DesktopToast::do_show_toast |
( |
QString |
msg | ) |
|
|
signal |
do_show_toast the signal to show the toast
- Parameters
-
- Note
- normally, this is just using to simplified the async model of displaying
◆ do_show_toast [3/3]
void DesktopToast::do_show_toast |
( |
QString |
msg | ) |
|
|
signal |
do_show_toast the signal to show the toast
- Parameters
-
- Note
- normally, this is just using to simplified the async model of displaying
◆ set_message() [1/3]
void DesktopToast::set_message |
( |
const QString & |
message | ) |
|
set_message push the toast display into the toast display sessions
- Parameters
-
- Note
- this will make a queue like display. so, if the toast is currently animating, it will not display the new messages immediately, but wait until the current message is finished
◆ set_message() [2/3]
void DesktopToast::set_message |
( |
const QString & |
message | ) |
|
set_message push the toast display into the toast display sessions
- Parameters
-
- Note
- this will make a queue like display. so, if the toast is currently animating, it will not display the new messages immediately, but wait until the current message is finished
◆ set_message() [3/3]
void DesktopToast::set_message |
( |
const QString & |
message | ) |
|
set_message push the toast display into the toast display sessions
- Parameters
-
- Note
- this will make a queue like display. so, if the toast is currently animating, it will not display the new messages immediately, but wait until the current message is finished
The documentation for this class was generated from the following files:
- extern_app/GeneralLocalCamera/Ui/DesktopToast.h
- extern_app/WeatherApp/Ui/DesktopToast.h
- ui/desktoptoast.h
- extern_app/GeneralLocalCamera/Ui/DesktopToast.cpp
- extern_app/WeatherApp/Ui/DesktopToast.cpp
- ui/desktoptoast.cpp