42 SvgPanel(wxWindow* parent,
unsigned char *data, std::size_t len);
43 void Load(
unsigned char *data, std::size_t len);
45 void paintEvent(wxPaintEvent & evt);
47 void OnSize(wxSizeEvent& event);
This file declares the class Image.
A wxBitmap with a constructor that generates the image from SVG.
Definition: SvgBitmap.h:42
A panel that shows an example image.
Definition: SvgPanel.h:40