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

Method GetNameWithTime

Explore/ScatterNewPlotView.cpp:557–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557wxString ScatterNewPlotCanvas::GetNameWithTime(int var)
558{
559 if (var < 0 || var >= (int)var_info.size()) {
560 return wxEmptyString;
561 }
562 wxString s(var_info[var].name);
563 if (var_info[var].is_time_variant) {
564 s << " (" << project->GetTableInt()->GetTimeString(var_info[var].time);
565 s << ")";
566 }
567 return s;
568}
569
570void ScatterNewPlotCanvas::NewCustomCatClassif()
571{

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.45
GetTimeStringMethod · 0.45
GetTableIntMethod · 0.45

Tested by

no test coverage detected