Public Member Functions | |
| def | __init__ |
| def | restore_settings |
| def | save_settings |
| def | shutdown_plugin |
Private Member Functions | |
| def | _on_co2_detected |
| def | _set_co2_style |
| def | _set_no_co2_style |
Private Attributes | |
| _co2_detected_color | |
| _co2_font | |
| _CO2Subscriber | |
| _status_co2_style | |
| _status_no_co2_style | |
| _widget | |
Static Private Attributes | |
| tuple | _update_co2_color = Signal() |
| tuple | _update_no_co2_color = Signal() |
Definition at line 15 of file CO2Detection.py.
| def CO2Detection.CO2Detection.__init__ | ( | self, | |
| context | |||
| ) |
Definition at line 19 of file CO2Detection.py.
| def CO2Detection.CO2Detection._on_co2_detected | ( | self, | |
| msg | |||
| ) | [private] |
Definition at line 75 of file CO2Detection.py.
| def CO2Detection.CO2Detection._set_co2_style | ( | self | ) | [private] |
Definition at line 84 of file CO2Detection.py.
| def CO2Detection.CO2Detection._set_no_co2_style | ( | self | ) | [private] |
Definition at line 88 of file CO2Detection.py.
| def CO2Detection.CO2Detection.restore_settings | ( | self, | |
| plugin_settings, | |||
| instance_settings | |||
| ) |
Definition at line 70 of file CO2Detection.py.
| def CO2Detection.CO2Detection.save_settings | ( | self, | |
| plugin_settings, | |||
| instance_settings | |||
| ) |
Definition at line 65 of file CO2Detection.py.
| def CO2Detection.CO2Detection.shutdown_plugin | ( | self | ) |
Definition at line 61 of file CO2Detection.py.
Definition at line 19 of file CO2Detection.py.
CO2Detection.CO2Detection::_co2_font [private] |
Definition at line 19 of file CO2Detection.py.
Definition at line 19 of file CO2Detection.py.
Definition at line 19 of file CO2Detection.py.
Definition at line 19 of file CO2Detection.py.
tuple CO2Detection.CO2Detection::_update_co2_color = Signal() [static, private] |
Definition at line 16 of file CO2Detection.py.
tuple CO2Detection.CO2Detection::_update_no_co2_color = Signal() [static, private] |
Definition at line 17 of file CO2Detection.py.
CO2Detection.CO2Detection::_widget [private] |
Definition at line 19 of file CO2Detection.py.