MCPcopy Create free account
hub / github.com/NetHack/NetHack / setFont

Method setFont

outdated/win/Qt3/qt3_win.cpp:2121–2125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2119 icon->resize(i.width(),i.height());
2120}
2121void NetHackQtLabelledIcon::setFont(const QFont& f)
2122{
2123 QWidget::setFont(f);
2124 if (label) label->setFont(f);
2125}
2126void NetHackQtLabelledIcon::show()
2127{
2128#if QT_VERSION >= 300

Callers 7

paintEventMethod · 0.45
paintCellMethod · 0.45
updateFontMethod · 0.45
setLabelMethod · 0.45
doUpdateMethod · 0.45
paintCellMethod · 0.45
DisplayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected