MCPcopy Create free account
hub / github.com/Entware/Entware / symbolInfo

Method symbolInfo

scripts/config/qconf.cc:993–1007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991}
992
993void ConfigInfoView::symbolInfo(void)
994{
995 QString str;
996
997 str += "<big>Symbol: <b>";
998 str += print_filter(sym->name);
999 str += "</b></big><br><br>value: ";
1000 str += print_filter(sym_get_string_value(sym));
1001 str += "<br>visibility: ";
1002 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n";
1003 str += "<br>";
1004 str += debug_info(sym);
1005
1006 setText(str);
1007}
1008
1009void ConfigInfoView::menuInfo(void)
1010{

Callers

nothing calls this directly

Calls 1

sym_get_string_valueFunction · 0.85

Tested by

no test coverage detected