MCPcopy Create free account
hub / github.com/KiCad/kicad-source-mirror / Clear

Method Clear

common/widgets/mathplot.cpp:2684–2688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2682
2683
2684void mpFXYVector::Clear()
2685{
2686 m_xs.clear();
2687 m_ys.clear();
2688}
2689
2690
2691void mpFXYVector::SetData( const std::vector<double>& xs, const std::vector<double>& ys )

Callers 14

RefreshFontsMethod · 0.45
SetValueMethod · 0.45
ClearFiltersMethod · 0.45
UpdateListMethod · 0.45
parseInputMethod · 0.45
SetValueMethod · 0.45
ChangeValueMethod · 0.45
SetOptionsListMethod · 0.45
SetDoubleOptionsListMethod · 0.45
ClearAllResultsMethod · 0.45
OnPopupMethod · 0.45
OnLanguageChangedMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected