Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
955
void NetHackQtMainWindow::raiseMap()
956
{
957
if ( stack->currentWidget() == map->Widget() ) {
958
zoomMap();
959
} else {
960
stack->setCurrentWidget(map->Widget());
961
}
962
}
963
964
void NetHackQtMainWindow::raiseMessages()
965
{
Callers
nothing calls this directly
Calls
1
Widget
Method · 0.45
Tested by
no test coverage detected