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

Method GetDisallowGroupModifyMsg

DataViewer/TableState.cpp:181–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181wxString TableState::GetDisallowGroupModifyMsg(const wxString& grp_nm)
182{
183 wxString s;
184 int n = GetNumDisallowGroupModify(grp_nm);
185 s = wxString::Format(_("Before you can modify the variable %s, please close the %d view(s) that depend on it."), grp_nm, n);
186 return s;
187}
188
189int TableState::GetNumDisallowObservationAddDelete()
190{

Callers 2

SetCellFromStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected