Gather notification and popup related functions. More...
Public Member Functions | |
virtual | ~Notificator () |
virtual void | popup (const NotificationPositionDescriptor &positionInfo, const PopupYesNoDescriptor &descriptor)=0 |
virtual void | popup (const NotificationPositionDescriptor &positionInfo, const PopupCustomDescriptor &descriptor)=0 |
Gather notification and popup related functions.
Using the methods in this class, it is possible to issue notifications and popups.
|
virtual |
Destructor.
|
pure virtual |
Makes a yes / no popup pop on screen. The function is synchronous and will return after the popup disappears, either through cancelling or accepting.
positionInfo | The description of the position required for the popup. |
descriptor | The description of the behaviour of the popup. |
|
pure virtual |
Makes a popup with a custom interface pop on screen. The function is synchronous and will return after the popup disappears, either through cancelling or accepting. The popup will disappear if :
positionInfo | The description of the position required for the popup. |
descriptor | The description of the behaviour of the popup. |