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

Method GetData

src/widgets.cpp:457–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455 }
456
457 void GetData( KeyValueMap &map )
458 {
459 map.clear();
460 for( int row=0;row<m_grid->GetNumberRows();row++ )
461 map[ m_grid->GetCellValue( row, 0 ) ] = wxAtof( m_grid->GetCellValue( row, 1 ) );
462 }
463
464 void OnCommand(wxCommandEvent& evt)
465 {

Callers

nothing calls this directly

Calls 3

GetCellValueMethod · 0.80
clearMethod · 0.45
GetNumberRowsMethod · 0.45

Tested by

no test coverage detected