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

Method Display

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

Source from the content-addressed store, hash-verified

1462//
1463void NetHackQtWindow::Clear() { puts("unexpected Clear"); }
1464void NetHackQtWindow::Display(bool block) { puts("unexpected Display"); }
1465bool NetHackQtWindow::Destroy() { return TRUE; }
1466void NetHackQtWindow::CursorTo(int x,int y) { puts("unexpected CursorTo"); }
1467void NetHackQtWindow::PutStr(int attr, const char* text) { puts("unexpected PutStr"); }

Callers 2

qt_display_nhwindowMethod · 0.45
qt_display_fileMethod · 0.45

Calls 15

putsFunction · 0.85
yn_functionFunction · 0.85
centerOnMainFunction · 0.70
repaintMethod · 0.60
impossibleFunction · 0.50
clustersMethod · 0.45
widthMethod · 0.45
heightMethod · 0.45
clearMethod · 0.45
setFontMethod · 0.45
showMethod · 0.45
TotalHeightMethod · 0.45

Tested by

no test coverage detected