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

Method GetNameWithTime

Explore/3DPlotView.cpp:1044–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042}
1043
1044wxString C3DPlotCanvas::GetNameWithTime(int var)
1045{
1046 if (var < 0 || var >= var_info.size()) return wxEmptyString;
1047 wxString s(var_info[var].name);
1048 if (var_info[var].is_time_variant) {
1049 s << " (" << project->GetTableInt()->GetTimeString(var_info[var].time);
1050 s << ")";
1051 }
1052 return s;
1053}
1054
1055void C3DPlotCanvas::TimeChange()
1056{

Callers 1

UpdateTitleMethod · 0.45

Calls 3

sizeMethod · 0.45
GetTimeStringMethod · 0.45
GetTableIntMethod · 0.45

Tested by

no test coverage detected