![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
The class to display notifications. More...
#include <qmlnotifications.h>
Public Member Functions | |
| QmlNotifications (QObject *parent=nullptr) | |
| Q_INVOKABLE void | create (const QVariantMap &map) |
| Create and display a notification. More... | |
| void | setPluginPath (const QString &path) |
The class to display notifications.
Definition at line 25 of file qmlnotifications.h.
|
explicit |
Definition at line 24 of file qmlnotifications.cpp.
| void QmlNotifications::create | ( | const QVariantMap & | map | ) |
Create and display a notification.
| JavaScript | object containing
|
Definition at line 29 of file qmlnotifications.cpp.
| void QmlNotifications::setPluginPath | ( | const QString & | path | ) |
Definition at line 40 of file qmlnotifications.cpp.