MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / Clear

Method Clear

src/gui/visualisationcontrol.cc:265–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void VisualisationControl::Clear()
266{
267 _sectors.clear();
268 _tracks.clear();
269 Refresh();
270}
271
272void VisualisationControl::SetTrackData(std::shared_ptr<const TrackFlux> track)
273{

Callers 15

getTrackFormatMethod · 0.45
getEncoderTrackDataMethod · 0.45
getTrackFormatMethod · 0.45
clearMethod · 0.45
initImGuiMethod · 0.45
OnPaintMethod · 0.45
StartReadingMethod · 0.45
StartWritingMethod · 0.45
OnPaintMethod · 0.45
OnPaintMethod · 0.45
ClearLogMethod · 0.45
ShowConfigMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected