Lines Matching refs:NetHackQtMenuWindow

96     if ((dynamic_cast <NetHackQtMenuWindow *> (parent()))->is_invent) {  in TotalHeight()
126 void NetHackQtMenuWindow::MenuResize() in MenuResize()
156 NetHackQtMenuWindow::NetHackQtMenuWindow(QWidget *parent) : in NetHackQtMenuWindow() function in nethack_qt_::NetHackQtMenuWindow
220 NetHackQtMenuWindow::~NetHackQtMenuWindow() in ~NetHackQtMenuWindow()
224 QWidget* NetHackQtMenuWindow::Widget() { return this; } in Widget()
232 void NetHackQtMenuWindow::StartMenu(bool using_WIN_INVEN) in StartMenu()
246 NetHackQtMenuWindow::MenuItem::MenuItem() : in MenuItem()
251 NetHackQtMenuWindow::MenuItem::~MenuItem() in ~MenuItem()
255 void NetHackQtMenuWindow::AddMenu(int glyph, const ANY_P *identifier, in AddMenu()
303 void NetHackQtMenuWindow::EndMenu(const QString& p) in EndMenu()
309 int NetHackQtMenuWindow::SelectMenu(int h, MENU_ITEM_P **menu_list) in SelectMenu()
376 void NetHackQtMenuWindow::PadMenuColumns(bool split_descr) in PadMenuColumns()
455 void NetHackQtMenuWindow::UpdateCountColumn(long newcount) in UpdateCountColumn()
544 void NetHackQtMenuWindow::AddRow(int row, const MenuItem& mi) in AddRow()
657 void NetHackQtMenuWindow::WidenColumn(int column, int width) in WidenColumn()
666 void NetHackQtMenuWindow::InputCount(char key) in InputCount()
692 void NetHackQtMenuWindow::ClearCount(void) in ClearCount()
699 void NetHackQtMenuWindow::keyPressEvent(QKeyEvent *key_event) in keyPressEvent()
744 void NetHackQtMenuWindow::All() in All()
773 void NetHackQtMenuWindow::ChooseNone() in ChooseNone()
801 void NetHackQtMenuWindow::Invert() in Invert()
821 void NetHackQtMenuWindow::Search() in Search()
839 void NetHackQtMenuWindow::ClearSearch() in ClearSearch()
844 void NetHackQtMenuWindow::ToggleSelect(int row, bool already_toggled) in ToggleSelect()
905 void NetHackQtMenuWindow::TableCellClicked(int row, int col UNUSED) in TableCellClicked()
913 void NetHackQtMenuWindow::CheckboxClicked(bool on_off UNUSED) in CheckboxClicked()
931 bool NetHackQtMenuWindow::isSelected(int row) in isSelected()
938 long NetHackQtMenuWindow::count(int row) in count()
1283 if (!actual) actual=new NetHackQtMenuWindow(parent); in StartMenu()