MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / Clear

Method Clear

src/widgets.cpp:506–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506void AFTableDataCtrl::Clear()
507{
508 m_values.clear();
509}
510
511void AFTableDataCtrl::SetExpandable( bool b ){ m_expandable = b; }
512bool AFTableDataCtrl::GetExpandable() { return m_expandable; }

Callers 4

MonthlyFactorDialogClass · 0.45
UpdateViewMethod · 0.45
OnCommandMethod · 0.45
OnPaintMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected