MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / ImagePanel

Method ImagePanel

src/visual/ImagePanel.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8ImagePanel::ImagePanel(wxPanel * parent, wxString file, wxBitmapType format) :
9 wxPanel(parent, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxFULL_REPAINT_ON_RESIZE) {
10 image.LoadFile(file, format);
11}
12
13void ImagePanel::paintEvent(wxPaintEvent & /* evt */) {
14 wxPaintDC dc(this);

Callers

nothing calls this directly

Calls 1

LoadFileMethod · 0.45

Tested by

no test coverage detected