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

Method updateTiles

win/Qt/qt_map.cpp:458–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458void NetHackQtMapViewport::updateTiles()
459{
460 change.clear();
461 change.add(0, 0, COLNO, ROWNO);
462 delete rogue_font; rogue_font = NULL;
463}
464
465QSize NetHackQtMapViewport::sizeHint() const
466{

Callers

nothing calls this directly

Calls 7

verticalScrollBarMethod · 0.80
horizontalScrollBarMethod · 0.80
updateScrollBarsMethod · 0.60
clearMethod · 0.45
addMethod · 0.45
widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected