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

Method GetCurrentLayerFieldName

Explore/MapLayerTree.cpp:256–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256wxString SetAssociationDlg::GetCurrentLayerFieldName(int irow)
257{
258 int idx = my_field_list[irow]->GetSelection();
259 if (idx > 0) {
260 return my_field_list[irow]->GetString(idx);
261 }
262 return wxEmptyString;
263}
264
265wxString SetAssociationDlg::GetSelectLayerFieldName(int irow)
266{

Callers

nothing calls this directly

Calls 1

GetStringMethod · 0.45

Tested by

no test coverage detected