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

Method GetTimeString

Explore/BoxNewPlotView.cpp:508–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506}
507
508wxString BoxPlotCanvas::GetTimeString(int var, int time)
509{
510 if (var < 0 || var >= var_info.size() ||
511 time < 0 || time >= project->GetTableInt()->GetTimeSteps() ||
512 !var_info[var].is_time_variant) {
513 return wxEmptyString;
514 }
515 return project->GetTableInt()->GetTimeString(time);
516}
517
518void BoxPlotCanvas::PopulateCanvas()
519{

Callers 15

GetNameWithTimeMethod · 0.45
GetNameWithTimeMethod · 0.45
UpdateListsMethod · 0.45
OnOriginSelectMethod · 0.45
InitVariableComboboxMethod · 0.45
UpdateStatusBarMethod · 0.45
GetNameWithTimeMethod · 0.45
GetNameWithTimeMethod · 0.45
GetNameWithTimeMethod · 0.45

Calls 3

sizeMethod · 0.45
GetTimeStepsMethod · 0.45
GetTableIntMethod · 0.45

Tested by

no test coverage detected