| add(const t_type &value, const TranslatedString &display_value, bool refresh_widget=false) | QCustomComboBox | inline |
| addID(const UUID &id) | ModelChooserCombo | |
| addModel(const Model &m) | ModelChooserCombo | inlineprotectedslot |
| adjustLineEditSize() | QCustomComboBox | protected |
| canAddModel(const Model &model) | ModelChooserCombo | inline |
| clearValue() | QCustomComboBox | |
| customValidator() const | QCustomComboBox | |
| customValidator() | QCustomComboBox | |
| displayName(const Model &m) | ModelChooserCombo | |
| displayValues() const | QCustomComboBox | inline |
| edited() | QCustomComboBox | signal |
| enum_to_index | QCustomComboBox | protected |
| event(QEvent *event) override | QCustomComboBox | |
| focusInEvent(QFocusEvent *e) override | QCustomComboBox | |
| getAs() const | QCustomComboBox | inline |
| getAs(uint04 index) const | QCustomComboBox | inline |
| getUnitAngle() const | QCustomComboBox | |
| getUnitValue() const | QCustomComboBox | |
| hidePopup() override | QCustomComboBox | |
| index_to_enum | QCustomComboBox | protected |
| isModelAllowed(const Model &model) | ModelChooserCombo | |
| isNewSelected() const | ModelChooserCombo | inline |
| isUsingCustom() const | QCustomComboBox | inline |
| lockInCustomValue() | QCustomComboBox | |
| m_allow_add_new | ModelChooserCombo | protected |
| m_allow_custom | QCustomComboBox | protected |
| m_auto_format | QCustomComboBox | protected |
| m_current_custom | QCustomComboBox | protected |
| m_custom_index | QCustomComboBox | protected |
| m_display_name_callback | ModelChooserCombo | protected |
| m_display_values | QCustomComboBox | protected |
| m_exclusion_list | ModelChooserCombo | protected |
| m_include_parent_name | ModelChooserCombo | protected |
| m_include_path | ModelChooserCombo | protected |
| m_is_changing | QCustomComboBox | protected |
| m_is_refreshing | QCustomComboBox | protected |
| m_is_showing_popup | QCustomComboBox | protected |
| m_last_index | QCustomComboBox | protected |
| m_line_edit | QCustomComboBox | protected |
| m_manager | ModelChooserCombo | protected |
| m_model_filter | ModelChooserCombo | protected |
| m_model_parent | ModelChooserCombo | protected |
| m_model_parents | ModelChooserCombo | protected |
| m_model_type | ModelChooserCombo | protected |
| m_models | ModelChooserCombo | protected |
| m_parent_type | ModelChooserCombo | protected |
| m_resource_changed_listener | QCustomComboBox | protected |
| m_sort_alphabetically | QCustomComboBox | protected |
| m_sort_offset | QCustomComboBox | protected |
| m_suffix | QCustomComboBox | protected |
| m_using_custom | QCustomComboBox | protected |
| m_values | QCustomComboBox | protected |
| minimumSizeHint() const override | QCustomComboBox | |
| ModelChooserCombo(QWidget *parent=nullptr) | ModelChooserCombo | |
| modelSelectedSignal(UUID id) | ModelChooserCombo | signal |
| newModelSelectedSignal() | ModelChooserCombo | signal |
| onChange() | QCustomComboBox | protectedslot |
| onEdit() | QCustomComboBox | protectedslot |
| onEdited() | ModelChooserCombo | protectedslot |
| onEditTextChangedSlot() | QCustomComboBox | protectedslot |
| onObjectAddedSlot(const Buffer< UUID > &ids) | ModelChooserCombo | protectedslot |
| onObjectsDeletedSlot() | ModelChooserCombo | protectedslot |
| onObjectUpdatedSlot(Buffer< UUID > ids) | ModelChooserCombo | protectedslot |
| onSorted(const Buffer< uint04 > &sorted_indices) | ModelChooserCombo | virtual |
| paintEvent(QPaintEvent *) override | QCustomComboBox | |
| QCustomComboBox(QWidget *parent=nullptr) | QCustomComboBox | |
| refresh() | QCustomComboBox | inline |
| refreshFromManager() | ModelChooserCombo | inline |
| refreshWidget() | QCustomComboBox | protected |
| remove(const t_type &value, bool refresh_widget=false) | QCustomComboBox | inline |
| removeID(const UUID &id) | ModelChooserCombo | inline |
| resizeEvent(QResizeEvent *event) override | QCustomComboBox | |
| selectedID() const | ModelChooserCombo | inline |
| set(t_enum value) | QCustomComboBox | inline |
| setAllowCustom(bool allow_custom) | QCustomComboBox | inline |
| setAllowNew(bool allow_new, const TranslatedString &new_title) | ModelChooserCombo | |
| setAutoFormat(bool auto_format) | QCustomComboBox | inline |
| setConstantUnit(const ConstPointer< Unit > &unit, uint01 dimension=Constant< uint01 >::Invalid) | QCustomComboBox | |
| setCurrentSelection(UUID id) | ModelChooserCombo | |
| setCustomUnit(const String &unit, UnitCategory fallback_unit, uint01 dimension=Constant< uint01 >::Invalid) | QCustomComboBox | |
| setCustomValidator(const QCustomValidator &validator) | QCustomComboBox | |
| setDisplayNameCallback(std::function< TranslatedString(const Model &)> &callback) | ModelChooserCombo | inline |
| setExclusionList(const Buffer< UUID > &exclusion_list) | ModelChooserCombo | inline |
| setIDs(const Buffer< UUID > &ids) | ModelChooserCombo | inline |
| setIncludeParentName(bool include_parent_name, const String &parent_type=String()) | ModelChooserCombo | |
| setIncludePath(bool include_parent_name, const String &parent_type=String()) | ModelChooserCombo | |
| setManager(QTModelManager *manager) | ModelChooserCombo | |
| setModelFilter(const std::function< bool(const Model &)> &model_filter) | ModelChooserCombo | inline |
| setModelParentID(const UUID &parent) | ModelChooserCombo | |
| setModels(const Buffer< Model > &models) | ModelChooserCombo | |
| setModelType(const String &type) | ModelChooserCombo | |
| setSuffix(const TranslatedString &suffix) | QCustomComboBox | inline |
| setTitle(const TranslatedString &title) | QCustomComboBox | |
| setToNew() | ModelChooserCombo | inline |
| setToolTip(const TranslatedString &tooltip) | QCustomComboBox | |
| setUnitType(UnitCategory unit, uint01 dimension=Constant< uint01 >::Invalid) | QCustomComboBox | |
| setUnitValue(fltp08 value, uint01 unit_dimension=0) | QCustomComboBox | |
| setup(const TranslatedString &title, const Buffer< TranslatedString > &values) | QCustomComboBox | |
| setup(const TranslatedString &title, const Buffer< String > &values, const Buffer< TranslatedString > &display_values) | QCustomComboBox | |
| setup(const TranslatedString &title, const Buffer< std::pair< TranslatedString, t_object > > &items) | QCustomComboBox | inline |
| setup(const TranslatedString &title, const Buffer< t_object > &items) | QCustomComboBox | inline |
| setup(const TranslatedString &title, const Buffer< t_object > &items) | QCustomComboBox | inline |
| setup(const TranslatedString &title, uint04 size) | QCustomComboBox | inline |
| setup(const TranslatedString &title, const Buffer< t_object > &items) | QCustomComboBox | inline |
| setup(const TranslatedString &title, t_enum first, t_enum last) | QCustomComboBox | inline |
| setupResource(const TranslatedString &title, Resource< t_type > &resource) | QCustomComboBox | inline |
| setValue(const t_type &t_value) | QCustomComboBox | inline |
| setValue(const TranslatedString &t_value) | QCustomComboBox | inline |
| setValue(const String &value) | QCustomComboBox | |
| showPopup() override | QCustomComboBox | |
| sizeHint() const override | QCustomComboBox | |
| sortAlphabetically(uint04 start=0, uint04 size=Constant< uint04 >::Invalid) | QCustomComboBox | |
| suffix() const | QCustomComboBox | inline |
| updateFontSize() | QCustomComboBox | |
| values() const | QCustomComboBox | inline |
| wheelEvent(QWheelEvent *e) override | QCustomComboBox | |