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

Method GetString

GdaShape.cpp:305–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305wxString GdaScaleTrans::GetString()
306{
307 wxString str("GdaScaleTrans: ");
308 str << "scale_x=" << scale_x << ", scale_y=" << scale_y;
309 str << "\n trans_x=" << trans_x << ", trans_y=";
310 str << trans_y;
311 return str;
312}
313
314wxRealPoint GdaScaleTrans::View2Data(const wxPoint& src)
315{

Callers 15

RunDIDTestMethod · 0.45
UpdateTitleTextMethod · 0.45
OnVarSelectMethod · 0.45
CheckLayerValidMethod · 0.45
OnLayerSelectMethod · 0.45
GetSelectMapLayerMethod · 0.45
OnUpBtnMethod · 0.45
OnDownBtnMethod · 0.45
OnOriginSelectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected