src/gui/widgets/qcombobox.h
branchRCL_3
changeset 8 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
   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