MCPcopy Create free account
hub / github.com/andybarry/makerscanner / OnPaint

Method OnPaint

camview.cpp:97–101  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////// Method: OnPaint Class: CCamView Purose: on paint event Input: reference to paint event Output: nothing ///////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

95// Output: nothing
96////////////////////////////////////////////////////////////////////
97void CCamView::OnPaint( wxPaintEvent& event )
98{
99 wxPaintDC dc(this);
100 Draw( dc );
101}
102
103////////////////////////////////////////////////////////////////////
104// Method: Draw

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected