| 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 | { |
nothing calls this directly
no test coverage detected