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)
  • 60 public functions inherited from QComboBox
  • 213 public functions inherited from QWidget

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.

bool TreeViewComboBox::eventFilter(QObject *object, QEvent *event)

[virtual] void TreeViewComboBox::hidePopup()

[virtual] void TreeViewComboBox::keyPressEvent(QKeyEvent *e)

void TreeViewComboBox::setCurrentIndex(const QModelIndex &index)

[virtual] void TreeViewComboBox::showPopup()

TreeViewComboBoxView *TreeViewComboBox::view() const

[virtual] void TreeViewComboBox::wheelEvent(QWheelEvent *e)