46 StdIcon(
const wxWindow* parent,
const std::string& svg_file,
47 EventVar& color_change_evt,
bool touch);
56 wxBitmap m_day_bitmap;
57 wxBitmap m_night_bitmap;
Generic event handling between MVC Model and Controller based on a shared EventVar variable.
Define an action to be performed when a KeyProvider is notified.
Small monochrome SVG icon scaled to the height of a char.
const wxBitmap & GetBitmap()
Return bitmap, either day or inverted night variant.
A common variable shared between producer and consumer which supports Listen() and Notify().