module timelinelib.wxgui.frames.mainframe.alertcontroller

class timelinelib.wxgui.frames.mainframe.alertcontroller.AlertController[source]

Bases: object

This controller checks all events to find out if any alert is due to expire. If an alert time has expired a dialog is opened that shows the alert information.

The AlertController is created and “owned” by the MainFrame class.

__init__(main_frame)[source]

Initialize self. See help(type(self)) for accurate signature.

start_timer()[source]

Start the timer that issuses tick events every 10 seconds.

stop_timer()[source]

Just stop the timer.