MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / GetSelectLayerFieldName

Method GetSelectLayerFieldName

Explore/MapLayerTree.cpp:265–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265wxString SetAssociationDlg::GetSelectLayerFieldName(int irow)
266{
267 int idx = field_list[irow]->GetSelection();
268 if (idx > 0) { // first row is "(Use Sequences)"
269 return field_list[irow]->GetString(idx);
270 }
271 return wxEmptyString;
272}
273
274AssociateLayerInt* SetAssociationDlg::GetSelectMapLayer(int irow)
275{

Callers

nothing calls this directly

Calls 1

GetStringMethod · 0.45

Tested by

no test coverage detected