src/gui/widgets/qmenu.h
changeset 7 f7bc934e204c
parent 0 1918ee327afb
child 25 e24348a560a6
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     8 **
     8 **
   160     void changeEvent(QEvent *);
   160     void changeEvent(QEvent *);
   161     void keyPressEvent(QKeyEvent *);
   161     void keyPressEvent(QKeyEvent *);
   162     void mouseReleaseEvent(QMouseEvent *);
   162     void mouseReleaseEvent(QMouseEvent *);
   163     void mousePressEvent(QMouseEvent *);
   163     void mousePressEvent(QMouseEvent *);
   164     void mouseMoveEvent(QMouseEvent *);
   164     void mouseMoveEvent(QMouseEvent *);
       
   165 #ifndef QT_NO_WHEELEVENT
   165     void wheelEvent(QWheelEvent *);
   166     void wheelEvent(QWheelEvent *);
       
   167 #endif
   166     void enterEvent(QEvent *);
   168     void enterEvent(QEvent *);
   167     void leaveEvent(QEvent *);
   169     void leaveEvent(QEvent *);
   168     void hideEvent(QHideEvent *);
   170     void hideEvent(QHideEvent *);
   169     void paintEvent(QPaintEvent *);
   171     void paintEvent(QPaintEvent *);
   170     void actionEvent(QActionEvent *);
   172     void actionEvent(QActionEvent *);