This is the complete list of members for DeployerListProxyModel, including all inherited members.
addFilter(FilterMode mode, bool invalidate_filter=true) | DeployerListProxyModel | |
addTagFilter(const QString &tag, bool include, bool invalidate_filter) | DeployerListProxyModel | |
clearFilter(bool invalidate_filter=true) | DeployerListProxyModel | |
conflict_groups_ | DeployerListProxyModel | private |
conflicts_ | DeployerListProxyModel | private |
data(const QModelIndex &index, int role=Qt::DisplayRole) const override | DeployerListProxyModel | |
DeployerListProxyModel(QLabel *row_count_label, QObject *parent=nullptr) | DeployerListProxyModel | explicit |
filter_active enum value | DeployerListProxyModel | |
filter_conflicts enum value | DeployerListProxyModel | |
filter_inactive enum value | DeployerListProxyModel | |
filter_mode_ | DeployerListProxyModel | private |
filter_string_ | DeployerListProxyModel | private |
filter_string_id_ | DeployerListProxyModel | private |
filter_string_is_int_ | DeployerListProxyModel | private |
filter_string_targets_id_ | DeployerListProxyModel | private |
filter_tags enum value | DeployerListProxyModel | |
filterAcceptsRow(int source_row, const QModelIndex &source_parent) const override | DeployerListProxyModel | |
FilterMode enum name | DeployerListProxyModel | |
getFilterMode() | DeployerListProxyModel | |
getTagFilters() const | DeployerListProxyModel | |
id_regex_ | DeployerListProxyModel | private |
no_conflict_group_ | DeployerListProxyModel | private |
removeFilter(FilterMode mode, bool invalidate_filter=true) | DeployerListProxyModel | |
removeTagFilter(const QString &tag, bool invalidate_filter) | DeployerListProxyModel | |
row_count_label_ | DeployerListProxyModel | private |
row_text_colors_ | DeployerListProxyModel | private |
setConflictGroups(const std::vector< std::vector< int > > &groups) | DeployerListProxyModel | |
setConflicts(const std::unordered_set< int > &conflicts) | DeployerListProxyModel | |
setData(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) override | DeployerListProxyModel | |
setFilterMode(FilterMode mode, bool status, bool invalidate_filter=true) | DeployerListProxyModel | |
setFilterString(const QString &filter_string) | DeployerListProxyModel | |
tag_filters_ | DeployerListProxyModel | private |
updateFilter(bool invalidate=true) | DeployerListProxyModel | |
updateRowCountLabel() | DeployerListProxyModel | |