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

Method qt_putstr

win/Qt/qt_bind.cpp:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432void NetHackQtBind::qt_putstr(winid wid, int attr, const char *text)
433{
434 NetHackQtWindow* window=id_to_window[(int)wid];
435 window->PutStr(attr,QString::fromLatin1(text));
436}
437
438void NetHackQtBind::qt_putstr(winid wid, int attr, const std::string& text)
439{

Callers

nothing calls this directly

Calls 1

PutStrMethod · 0.45

Tested by

no test coverage detected