CCIMXDesktop
 
Loading...
Searching...
No Matches
DesktopToast Class Reference

The DesktopToast class is the toast handle classes using less lock messages queue to display the messages upper level requests. More...

#include <DesktopToast.h>

Inheritance diagram for DesktopToast:

Signals

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
 

Public Member Functions

 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
 

Detailed Description

The DesktopToast class is the toast handle classes using less lock messages queue to display the messages upper level requests.

Constructor & Destructor Documentation

◆ DesktopToast() [1/3]

DesktopToast::DesktopToast ( QWidget *  parent = nullptr)
explicit

Construct a new Desktop Toast object.

Parameters
parent

◆ DesktopToast() [2/3]

DesktopToast::DesktopToast ( QWidget *  parent = nullptr)
explicit

Construct a new Desktop Toast object.

Parameters
parent

◆ DesktopToast() [3/3]

DesktopToast::DesktopToast ( QWidget *  parent = nullptr)
explicit

Construct a new Desktop Toast object.

Parameters
parent

Member Function Documentation

◆ do_show_toast [1/3]

void DesktopToast::do_show_toast ( QString  msg)
signal

do_show_toast the signal to show the toast

Parameters
msgwaiting display
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
msgwaiting display
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
msgwaiting display
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
message
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
message
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
message
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: