OpenCPN Partial API docs
|
EventVar exchange point, a singleton. More...
#include <gui_events.h>
Public Member Functions | |
GuiEvents (const GuiEvents &)=delete | |
GuiEvents & | operator= (const GuiEvents &)=delete |
Static Public Member Functions | |
static GuiEvents & | GetInstance () |
Public Attributes | |
EventVar | color_scheme_change |
Notified when the day/dusk/night color scheme changes. | |
EventVar exchange point, a singleton.
Definition at line 31 of file gui_events.h.
|
inlinestatic |
Definition at line 33 of file gui_events.h.
EventVar GuiEvents::color_scheme_change |
Notified when the day/dusk/night color scheme changes.
GetInt() returns a boolean "day" value, true if the new scheme uses dark text on light background.
Definition at line 46 of file gui_events.h.