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

Method paintEvent

src/visual/ImagePanel.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void ImagePanel::paintEvent(wxPaintEvent & /* evt */) {
14 wxPaintDC dc(this);
15 render(dc);
16}
17
18
19void ImagePanel::paintNow() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected