6#include <RumPi/Components/BaseComponent.h>
Provides the client's UI images: the per-component icons (decoded once from embedded PNG data and cac...
Definition: ResourceManager.h:16
static wxImage GetComponentImage(RumPi::EComponentType theImageType)
Gets the icon for a component type, decoding it from its embedded PNG data on first request and cachi...
Definition: ResourceManager.cpp:58
static std::map< RumPi::EComponentType, wxImage > myComponentImageMap
Cache of decoded component icons, keyed by component type.
Definition: ResourceManager.h:18
static wxBitmapBundle GetAlertLevelImage(const RumPi::EAlertLevel &alertLevel)
Gets the alert-level glyph (tick / warning / error) from the platform's art provider,...
Definition: ResourceManager.cpp:259