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

Method Clear

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

XXX Use "expected ..." for now, abort or default later.

Source from the content-addressed store, hash-verified

1461// XXX Use "expected ..." for now, abort or default later.
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"); }

Callers 2

qt_clear_nhwindowMethod · 0.45
qt_display_fileMethod · 0.45

Calls 5

putsFunction · 0.85
impossibleFunction · 0.50
clearMethod · 0.45
addMethod · 0.45
clearMessagesMethod · 0.45

Tested by

no test coverage detected