Classes | Public Types | Public Member Functions
Tonido::System::AlertQueue Class Reference

Manages Tonido Alerts that need to be displayed to the user. More...

List of all members.

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.

Detailed Description

Manages Tonido Alerts that need to be displayed to the user.


Constructor & Destructor Documentation

Tonido::System::AlertQueue::AlertQueue ( )

Ctor.

Just create object with no data

Tonido::System::AlertQueue::~AlertQueue ( )

Dtor.

Just create object with no data


Generated on Wed Oct 12 2011 21:46:54. © CodeLathe LLC 2007-2011. All Rights Reserved.