MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / Label

Method Label

src/variables.cpp:2912–2916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2910}
2911
2912wxString VarInfoLookup::Label( const wxString &name )
2913{
2914 if ( VarInfo *v = Lookup(name) ) return v->Label;
2915 else return "<not found: '" + name + "'>";
2916}
2917
2918wxString VarInfoLookup::Group( const wxString &name )
2919{

Callers 13

UpdateListMethod · 0.80
ShowTableEditorFunction · 0.80
UpdateFromInfoMethod · 0.80
OnDataChangeMethod · 0.80
GetLabelFromVarNameMethod · 0.80
UpdateFromSimInfoMethod · 0.80
OnEditInputMethod · 0.80
SimulateMethod · 0.80
GetLabelMethod · 0.80
ExcelExchSummaryMethod · 0.80
InitMethod · 0.80
CaseVarGridMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected