MCPcopy Create free account
hub / github.com/cxasm/notepad-- / SetTwoPhaseDraw

Method SetTwoPhaseDraw

src/qscint/scintilla/src/EditView.cpp:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198bool EditView::SetTwoPhaseDraw(bool twoPhaseDraw) {
199 const PhasesDraw phasesDrawNew = twoPhaseDraw ? phasesTwo : phasesOne;
200 const bool redraw = phasesDraw != phasesDrawNew;
201 phasesDraw = phasesDrawNew;
202 return redraw;
203}
204
205bool EditView::SetPhasesDraw(int phases) {
206 const PhasesDraw phasesDrawNew = static_cast<PhasesDraw>(phases);

Callers 1

WndProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected