Manages Tonido Alerts that need to be displayed to the user. More...
Classes | |
| struct | AlertData |
Public Types | |
|
typedef boost::shared_ptr < AlertQueue > | SharedPtr |
Public Member Functions | |
| AlertQueue () | |
| Ctor. | |
| ~AlertQueue () | |
| Dtor. | |
| void | insertItem (const std::string &a_serviceName, const std::string &a_text, const std::string &a_relativeURL, bool a_replace) |
| Insert the Item into the Queue. | |
| bool | getNextItem (std::string &a_serviceName, std::string &a_text, std::string &a_relativeURL) |
| Gets the next item in the notification queue, used for display. | |
Manages Tonido Alerts that need to be displayed to the user.
| Tonido::System::AlertQueue::AlertQueue | ( | ) |
Ctor.
Just create object with no data
| Tonido::System::AlertQueue::~AlertQueue | ( | ) |
Dtor.
Just create object with no data