Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
wxString Manager::GetName(int var)
141
{
142
if (var < 0 || var >= vars.size()) return
""
;
143
return vars[var].name;
144
}
145
146
int Manager::GetTime(int var)
147
{
Callers
15
GetInstalledLanguages
Method · 0.45
SplitLongPath
Method · 0.45
NewProjectFromFile
Method · 0.45
ExportImage
Method · 0.45
SaveWindowAsImage
Method · 0.45
Project
Method · 0.45
UpdateProjectConf
Method · 0.45
SetProjectFullPath
Method · 0.45
SaveOGRDataSource
Method · 0.45
SaveProjectConf
Method · 0.45
GetProjectTitle
Method · 0.45
InitFromOgrLayer
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected