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

Method raiseMap

win/Qt/qt_main.cpp:955–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953}
954
955void NetHackQtMainWindow::raiseMap()
956{
957 if ( stack->currentWidget() == map->Widget() ) {
958 zoomMap();
959 } else {
960 stack->setCurrentWidget(map->Widget());
961 }
962}
963
964void NetHackQtMainWindow::raiseMessages()
965{

Callers

nothing calls this directly

Calls 1

WidgetMethod · 0.45

Tested by

no test coverage detected