, including all inherited members.
| activated(int index) | QComboBox | |
| activated(const QString &text) | QComboBox | |
| addItem(const QString &text, const QVariant &userData=QVariant() | QComboBox | |
| addItem(const QIcon &icon, const QString &text, const QVariant &userData=QVariant() | QComboBox | |
| addItems(const QStringList &texts) | QComboBox | |
| changeEvent(QEvent *e) | QComboBox | |
| clear() | QComboBox | |
| clearEditText() | QComboBox | |
| completer() | QComboBox | |
| contextMenuEvent(QContextMenuEvent *e) | QComboBox | |
| currentIndexChanged(int index) | QComboBox | |
| currentIndexChanged(const QString &text) | QComboBox | |
| currentUnitFromId() const | UnitComboBox | |
| currentUnitToId() const | UnitComboBox | |
| editTextChanged(const QString &text) | QComboBox | |
| event(QEvent *event) | QComboBox | |
| findData(const QVariant &data, int role=Qt::UserRole, Qt::MatchFlags flags=Qt::MatchExactly|Qt::MatchCaseSensitive) | QComboBox | |
| findText(const QString &text, Qt::MatchFlags flags=Qt::MatchExactly|Qt::MatchCaseSensitive) | QComboBox | |
| focusInEvent(QFocusEvent *e) | QComboBox | |
| focusOutEvent(QFocusEvent *e) | QComboBox | |
| hideEvent(QHideEvent *e) | QComboBox | |
| hidePopup() | QComboBox | |
| highlighted(int index) | QComboBox | |
| highlighted(const QString &text) | QComboBox | |
| initStyleOption(QStyleOptionComboBox *option) | QComboBox | |
| inputMethodEvent(QInputMethodEvent *e) | QComboBox | |
| inputMethodQuery(Qt::InputMethodQuery query) | QComboBox | |
| insertItem(int index, const QString &text, const QVariant &userData=QVariant() | QComboBox | |
| insertItem(int index, const QIcon &icon, const QString &text, const QVariant &userData=QVariant() | QComboBox | |
| insertItems(int index, const QStringList &list) | QComboBox | |
| insertSeparator(int index) | QComboBox | |
| itemData(int index, int role=Qt::UserRole) | QComboBox | |
| itemDelegate() | QComboBox | |
| itemIcon(int index) | QComboBox | |
| itemText(int index) | QComboBox | |
| keyPressEvent(QKeyEvent *e) | QComboBox | |
| keyReleaseEvent(QKeyEvent *e) | QComboBox | |
| lineEdit() | QComboBox | |
| minimumSizeHint() | QComboBox | |
| model() | UnitComboBox | |
| mousePressEvent(QMouseEvent *e) | QComboBox | |
| mouseReleaseEvent(QMouseEvent *e) | QComboBox | |
| paintEvent(QPaintEvent *e) | QComboBox | |
| QComboBox(QWidget *parent=0) | QComboBox | |
| removeItem(int index) | QComboBox | |
| reset() | UnitComboBox | |
| resizeEvent(QResizeEvent *e) | QComboBox | |
| rootModelIndex() | QComboBox | |
| setCompleter(QCompleter *completer) | QComboBox | |
| setCurrentUnitFromId(int unit_from_id) | UnitComboBox | |
| setEditText(const QString &text) | QComboBox | |
| setItemData(int index, const QVariant &value, int role=Qt::UserRole) | QComboBox | |
| setItemDelegate(QAbstractItemDelegate *delegate) | QComboBox | |
| setItemIcon(int index, const QIcon &icon) | QComboBox | |
| setItemText(int index, const QString &text) | QComboBox | |
| setLineEdit(QLineEdit *edit) | QComboBox | |
| setModel(ConvertableUnitModel *model) | UnitComboBox | |
| QComboBox::setModel(QAbstractItemModel *model) | QComboBox | |
| setRootModelIndex(const QModelIndex &index) | QComboBox | |
| setTreeIdConstraint(const int &tree_id, const bool &constrainUnitTo=true, const bool &showUnitFrom=true, const bool &calibrationUnit=false) | UnitComboBox | |
| setValidator(const QValidator *validator) | QComboBox | |
| setView(QAbstractItemView *itemView) | QComboBox | |
| showEvent(QShowEvent *e) | QComboBox | |
| showPopup() | QComboBox | |
| sizeHint() | QComboBox | |
| UnitComboBox(ConvertableUnitModel *model, QWidget *parent=0) | UnitComboBox | |
| validator() | QComboBox | |
| view() | QComboBox | |
| wheelEvent(QWheelEvent *e) | QComboBox | |