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

Method AddMenu

win/Qt/qt_win.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103void NetHackQtWindow::StartMenu(bool using_WIN_INVEN UNUSED)
104 { puts("unexpected StartMenu"); }
105void NetHackQtWindow::AddMenu(int glyph UNUSED, const ANY_P* identifier UNUSED,
106 char ch UNUSED, char gch UNUSED, int attr UNUSED, int clr UNUSED,
107 const QString& str UNUSED, unsigned itemflags UNUSED)
108 { puts("unexpected AddMenu"); }
109void NetHackQtWindow::EndMenu(const QString& prompt UNUSED) { puts("unexpected EndMenu"); }
110int NetHackQtWindow::SelectMenu(int how UNUSED, MENU_ITEM_P **menu_list UNUSED)
111 { puts("unexpected SelectMenu"); return 0; }

Callers 1

qt_add_menuMethod · 0.45

Calls 1

putsFunction · 0.85

Tested by

no test coverage detected