MCPcopy Index your code
hub / github.com/NetHack/NetHack / show

Method show

outdated/win/Qt3/qt3_win.cpp:2126–2135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2124 if (label) label->setFont(f);
2125}
2126void NetHackQtLabelledIcon::show()
2127{
2128#if QT_VERSION >= 300
2129 if (isHidden())
2130#else
2131 if (!isVisible())
2132#endif
2133 highlight(hl_bad);
2134 QWidget::show();
2135}
2136void NetHackQtLabelledIcon::highlightWhenChanging()
2137{
2138 turn_count=0;

Callers 6

mainFunction · 0.45
updateStatsMethod · 0.45
SelectMenuMethod · 0.45
DisplayMethod · 0.45
doMenuItemMethod · 0.45
qt3_win.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected