vgui_menu wrapped into a QT popupmenu More...
#include <vgui/vgui_menu.h>#include <vgui/vgui_command.h>#include <vcl_map.h>#include <QMenu>#include <QObject>Go to the source code of this file.
Classes | |
| class | vgui_qt_menu |
| QT implementation of vgui_menu. More... | |
Typedefs | |
| typedef vbl_smart_ptr < vgui_command > | vgui_command_sptr |
Functions | |
| QKeySequence | vgui_key_to_qt (vgui_key key, vgui_modifier=vgui_MODIFIER_NULL) |
| Convert a vgui keypress into a QT key press. | |
vgui_menu wrapped into a QT popupmenu
Modifications
24.03.2000 JS Initial Version
02.05.2007 Christoph_John@gmx.de ported to QT 4.2.2
23.05.2007 Matt Leotta converted to QT3 compatibility functions to native QT4
Definition in file vgui_qt_menu.h.
| typedef vbl_smart_ptr<vgui_command> vgui_command_sptr |
Definition at line 24 of file vgui_qt_menu.h.
| QKeySequence vgui_key_to_qt | ( | vgui_key | key, |
| vgui_modifier | = vgui_MODIFIER_NULL |
||
| ) |
Convert a vgui keypress into a QT key press.
Definition at line 49 of file vgui_qt_menu.cxx.
1.7.5.1