Classes | Typedefs | Functions
core/vgui/impl/qt4/vgui_qt_menu.h File Reference

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.

Detailed Description

vgui_menu wrapped into a QT popupmenu

Author:
Joris Schouteden, ESAT, K.U.Leuven
    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 Documentation

Definition at line 24 of file vgui_qt_menu.h.


Function Documentation

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.