Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2684
void mpFXYVector::Clear()
2685
{
2686
m_xs.clear();
2687
m_ys.clear();
2688
}
2689
2690
2691
void mpFXYVector::SetData( const std::vector<double>& xs, const std::vector<double>& ys )
Callers
14
RefreshFonts
Method · 0.45
SetValue
Method · 0.45
ClearFilters
Method · 0.45
UpdateList
Method · 0.45
parseInput
Method · 0.45
SetValue
Method · 0.45
ChangeValue
Method · 0.45
SetOptionsList
Method · 0.45
SetDoubleOptionsList
Method · 0.45
ClearAllResults
Method · 0.45
OnPopup
Method · 0.45
OnLanguageChanged
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected