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

Method paintNow

src/visual/ImagePanel.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19void ImagePanel::paintNow() {
20 wxClientDC dc(this);
21 render(dc);
22}
23
24
25void ImagePanel::render(wxDC& dc) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected