#include <notifications.h>
|
void | Init (const char *pAppname) override |
|
void | Shutdown () override |
|
void | Notify (const char *pTitle, const char *pMessage) override |
|
virtual void | Init (const char *pAppname)=0 |
|
virtual void | Shutdown () override=0 |
|
virtual void | Notify (const char *pTitle, const char *pMessage)=0 |
|
| IInterface () |
|
virtual void | Shutdown () |
|
virtual | ~IInterface () |
|
◆ Init()
void CNotifications::Init |
( |
const char * |
pAppname | ) |
|
|
overridevirtual |
◆ Notify()
void CNotifications::Notify |
( |
const char * |
pTitle, |
|
|
const char * |
pMessage |
|
) |
| |
|
overridevirtual |
◆ Shutdown()
void CNotifications::Shutdown |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: