src/gui/widgets/qcombobox.h
changeset 7 f7bc934e204c
parent 3 41300fa6a67c
child 30 5dc02b23752f
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 **
   243     void hideEvent(QHideEvent *e);
   243     void hideEvent(QHideEvent *e);
   244     void mousePressEvent(QMouseEvent *e);
   244     void mousePressEvent(QMouseEvent *e);
   245     void mouseReleaseEvent(QMouseEvent *e);
   245     void mouseReleaseEvent(QMouseEvent *e);
   246     void keyPressEvent(QKeyEvent *e);
   246     void keyPressEvent(QKeyEvent *e);
   247     void keyReleaseEvent(QKeyEvent *e);
   247     void keyReleaseEvent(QKeyEvent *e);
       
   248 #ifndef QT_NO_WHEELEVENT
   248     void wheelEvent(QWheelEvent *e);
   249     void wheelEvent(QWheelEvent *e);
       
   250 #endif
   249     void contextMenuEvent(QContextMenuEvent *e);
   251     void contextMenuEvent(QContextMenuEvent *e);
   250     void inputMethodEvent(QInputMethodEvent *);
   252     void inputMethodEvent(QInputMethodEvent *);
   251     QVariant inputMethodQuery(Qt::InputMethodQuery) const;
   253     QVariant inputMethodQuery(Qt::InputMethodQuery) const;
   252     void initStyleOption(QStyleOptionComboBox *option) const;
   254     void initStyleOption(QStyleOptionComboBox *option) const;
   253 
   255