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

Method GetName

VarTools.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140wxString Manager::GetName(int var)
141{
142 if (var < 0 || var >= vars.size()) return "";
143 return vars[var].name;
144}
145
146int Manager::GetTime(int var)
147{

Callers 15

GetInstalledLanguagesMethod · 0.45
SplitLongPathMethod · 0.45
NewProjectFromFileMethod · 0.45
ExportImageMethod · 0.45
SaveWindowAsImageMethod · 0.45
ProjectMethod · 0.45
UpdateProjectConfMethod · 0.45
SetProjectFullPathMethod · 0.45
SaveOGRDataSourceMethod · 0.45
SaveProjectConfMethod · 0.45
GetProjectTitleMethod · 0.45
InitFromOgrLayerMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected