alertsmanager¶
The alertsmanager
module contains the part of the plugin which manages storing and
displaying of alerts.
-
class
openlp.plugins.alerts.lib.alertsmanager.
AlertsManager
(parent)[source]¶ Bases:
openlp.core.common.openlpmixin.OpenLPMixin
,openlp.core.common.registrymixin.RegistryMixin
,PyQt5.QtCore.QObject
,openlp.core.common.registryproperties.RegistryProperties
AlertsManager manages the settings of Alerts.
-
alert_text
(message)[source]¶ Called via a alerts_text event. Message is single element array containing text.
Parameters: message – The message text to be displayed
-
alerts_text
¶
-