Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
void ImagePanel::paintEvent(wxPaintEvent & /* evt */) {
14
wxPaintDC dc(this);
15
render(dc);
16
}
17
18
19
void ImagePanel::paintNow() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected