TreeViewComboBox Class
(Utils::TreeViewComboBox)| Inherits: | QComboBox |
Public Functions
| TreeViewComboBox(QWidget *parent = 0) | |
| bool | eventFilter(QObject *object, QEvent *event) |
| void | setCurrentIndex(const QModelIndex &index) |
| TreeViewComboBoxView * | view() const |
Reimplemented Public Functions
| virtual void | hidePopup() |
| virtual void | keyPressEvent(QKeyEvent *e) |
| virtual void | showPopup() |
| virtual void | wheelEvent(QWheelEvent *e) |
Additional Inherited Members
- 14 properties inherited from QComboBox
- 58 properties inherited from QWidget
- 5 public slots inherited from QComboBox
- 19 public slots inherited from QWidget
- 8 signals inherited from QComboBox
- 3 signals inherited from QWidget
- 5 static public members inherited from QWidget
- 15 protected functions inherited from QComboBox
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Member Function Documentation
TreeViewComboBox::TreeViewComboBox(QWidget *parent = 0)
Default constructs an instance of TreeViewComboBox.