|
| void | setSortCaseSensitivityForwarder (Qt::CaseSensitivity cs) |
| void | sortCaseSensitivityChangedForwarder (Qt::CaseSensitivity cs) |
| void | setSortRoleForwarder (int role) |
| void | sortRoleChangedForwarder (int role) |
| void | setSortLocaleAwareForwarder (bool on) |
| void | sortLocaleAwareChangedForwarder (bool on) |
| void | setFilterKeyColumnForwarder (int column) |
| void | setFilterRoleForwarder (int role) |
| void | filterRoleChangedForwarder (int role) |
| void | setRecursiveFilteringEnabledForwarder (bool recursive) |
| void | recursiveFilteringEnabledChangedForwarder (bool recursive) |
| void | setAutoAcceptChildRowsForwarder (bool accept) |
| void | autoAcceptChildRowsChangedForwarder (bool accept) |
| void | setDynamicSortFilterForwarder (bool enable) |
| void | setFilterCaseSensitivityForwarder (Qt::CaseSensitivity cs) |
| void | filterCaseSensitivityChangedForwarder (Qt::CaseSensitivity cs) |
| void | setFilterRegularExpressionForwarder (const QRegularExpression &re) |
| | Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS (QSortFilterProxyModelPrivate, Qt::CaseSensitivity, sort_casesensitivity, &QSortFilterProxyModelPrivate::setSortCaseSensitivityForwarder, &QSortFilterProxyModelPrivate::sortCaseSensitivityChangedForwarder, Qt::CaseSensitive) Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS(QSortFilterProxyModelPrivate |
| Qt::DisplayRole | Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS (QSortFilterProxyModelPrivate, int, filter_column, &QSortFilterProxyModelPrivate::setFilterKeyColumnForwarder, 0) Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS(QSortFilterProxyModelPrivate |
| Qt::DisplayRole Qt::DisplayRole | Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS (QSortFilterProxyModelPrivate, bool, sort_localeaware, &QSortFilterProxyModelPrivate::setSortLocaleAwareForwarder, &QSortFilterProxyModelPrivate::sortLocaleAwareChangedForwarder, false) Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS(QSortFilterProxyModelPrivate |
| Qt::DisplayRole Qt::DisplayRole false | Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS (QSortFilterProxyModelPrivate, bool, accept_children, &QSortFilterProxyModelPrivate::setAutoAcceptChildRowsForwarder, &QSortFilterProxyModelPrivate::autoAcceptChildRowsChangedForwarder, false) Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS(QSortFilterProxyModelPrivate |
| Qt::DisplayRole Qt::DisplayRole false true | Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS (QSortFilterProxyModelPrivate, Qt::CaseSensitivity, filter_casesensitive, &QSortFilterProxyModelPrivate::setFilterCaseSensitivityForwarder, &QSortFilterProxyModelPrivate::filterCaseSensitivityChangedForwarder, Qt::CaseSensitive) Q_OBJECT_COMPAT_PROPERTY(QSortFilterProxyModelPrivate |
| QHash< QtPrivate::QModelIndexWrapper, Mapping * >::const_iterator | create_mapping (const QModelIndex &source_parent) const |
| QHash< QtPrivate::QModelIndexWrapper, Mapping * >::const_iterator | create_mapping_recursive (const QModelIndex &source_parent) const |
| QModelIndex | proxy_to_source (const QModelIndex &proxyIndex) const |
| QModelIndex | source_to_proxy (const QModelIndex &sourceIndex) const |
| bool | can_create_mapping (const QModelIndex &source_parent) const |
| void | remove_from_mapping (const QModelIndex &source_parent) |
| void | set_filter_pattern (const QString &pattern) |
| QHash< QtPrivate::QModelIndexWrapper, Mapping * >::const_iterator | index_to_iterator (const QModelIndex &proxy_index) const |
| QModelIndex | create_index (int row, int column, QHash< QtPrivate::QModelIndexWrapper, Mapping * >::const_iterator it) const |
| void | _q_sourceDataChanged (const QModelIndex &source_top_left, const QModelIndex &source_bottom_right, const QList< int > &roles) |
| void | _q_sourceHeaderDataChanged (Qt::Orientation orientation, int start, int end) |
| void | _q_sourceAboutToBeReset () |
| void | _q_sourceReset () |
| void | _q_sourceLayoutAboutToBeChanged (const QList< QPersistentModelIndex > &sourceParents, QAbstractItemModel::LayoutChangeHint hint) |
| void | _q_sourceLayoutChanged (const QList< QPersistentModelIndex > &sourceParents, QAbstractItemModel::LayoutChangeHint hint) |
| void | _q_sourceRowsAboutToBeInserted (const QModelIndex &source_parent, int start, int end) |
| void | _q_sourceRowsInserted (const QModelIndex &source_parent, int start, int end) |
| void | _q_sourceRowsAboutToBeRemoved (const QModelIndex &source_parent, int start, int end) |
| void | _q_sourceRowsRemoved (const QModelIndex &source_parent, int start, int end) |
| void | _q_sourceRowsAboutToBeMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destParent, int dest) |
| void | _q_sourceRowsMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destParent, int dest) |
| void | _q_sourceColumnsAboutToBeInserted (const QModelIndex &source_parent, int start, int end) |
| void | _q_sourceColumnsInserted (const QModelIndex &source_parent, int start, int end) |
| void | _q_sourceColumnsAboutToBeRemoved (const QModelIndex &source_parent, int start, int end) |
| void | _q_sourceColumnsRemoved (const QModelIndex &source_parent, int start, int end) |
| void | _q_sourceColumnsAboutToBeMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destParent, int dest) |
| void | _q_sourceColumnsMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destParent, int dest) |
| void | _q_clearMapping () |
| void | sort () |
| bool | update_source_sort_column () |
| int | find_source_sort_column () const |
| void | sort_source_rows (QList< int > &source_rows, const QModelIndex &source_parent) const |
| QList< std::pair< int, QList< int > > > | proxy_intervals_for_source_items_to_add (const QList< int > &proxy_to_source, const QList< int > &source_items, const QModelIndex &source_parent, Direction direction) const |
| QList< std::pair< int, int > > | proxy_intervals_for_source_items (const QList< int > &source_to_proxy, const QList< int > &source_items) const |
| void | insert_source_items (QList< int > &source_to_proxy, QList< int > &proxy_to_source, const QList< int > &source_items, const QModelIndex &source_parent, Direction direction, bool emit_signal=true) |
| void | remove_source_items (QList< int > &source_to_proxy, QList< int > &proxy_to_source, const QList< int > &source_items, const QModelIndex &source_parent, Direction direction, bool emit_signal=true) |
| void | remove_proxy_interval (QList< int > &source_to_proxy, QList< int > &proxy_to_source, int proxy_start, int proxy_end, const QModelIndex &proxy_parent, Direction direction, bool emit_signal=true) |
| void | source_items_inserted (const QModelIndex &source_parent, int start, int end, Direction direction) |
| void | source_items_about_to_be_removed (const QModelIndex &source_parent, int start, int end, Direction direction) |
| void | source_items_removed (const QModelIndex &source_parent, int start, int end, Direction direction) |
| void | proxy_item_range (const QList< int > &source_to_proxy, const QList< int > &source_items, int &proxy_low, int &proxy_high) const |
| QModelIndexPairList | store_persistent_indexes () const |
| void | update_persistent_indexes (const QModelIndexPairList &source_indexes) |
| void | filter_about_to_be_changed (const QModelIndex &source_parent=QModelIndex()) |
| void | filter_changed (Directions directions, const QModelIndex &source_parent=QModelIndex()) |
| QSet< int > | handle_filter_changed (QList< int > &source_to_proxy, QList< int > &proxy_to_source, const QModelIndex &source_parent, Direction direction) |
| void | updateChildrenMapping (const QModelIndex &source_parent, Mapping *parent_mapping, Direction direction, int start, int end, int delta_item_count, bool remove) |
| void | _q_sourceModelDestroyed () override |
| bool | needsReorder (const QList< int > &source_rows, const QModelIndex &source_parent) const |
| bool | filterAcceptsRowInternal (int source_row, const QModelIndex &source_parent) const |
| bool | recursiveChildAcceptsRow (int source_row, const QModelIndex &source_parent) const |
| bool | recursiveParentAcceptsRow (const QModelIndex &source_parent) const |
| void | setSortCaseSensitivityForwarder (Qt::CaseSensitivity cs) |
| void | sortCaseSensitivityChangedForwarder (Qt::CaseSensitivity cs) |
| void | setSortRoleForwarder (int role) |
| void | sortRoleChangedForwarder (int role) |
| void | setSortLocaleAwareForwarder (bool on) |
| void | sortLocaleAwareChangedForwarder (bool on) |
| void | setFilterKeyColumnForwarder (int column) |
| void | setFilterRoleForwarder (int role) |
| void | filterRoleChangedForwarder (int role) |
| void | setRecursiveFilteringEnabledForwarder (bool recursive) |
| void | recursiveFilteringEnabledChangedForwarder (bool recursive) |
| void | setAutoAcceptChildRowsForwarder (bool accept) |
| void | autoAcceptChildRowsChangedForwarder (bool accept) |
| void | setDynamicSortFilterForwarder (bool enable) |
| void | setFilterCaseSensitivityForwarder (Qt::CaseSensitivity cs) |
| void | filterCaseSensitivityChangedForwarder (Qt::CaseSensitivity cs) |
| void | setFilterRegularExpressionForwarder (const QRegularExpression &re) |
| | Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS (QSortFilterProxyModelPrivate, Qt::CaseSensitivity, sort_casesensitivity, &QSortFilterProxyModelPrivate::setSortCaseSensitivityForwarder, &QSortFilterProxyModelPrivate::sortCaseSensitivityChangedForwarder, Qt::CaseSensitive) Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS(QSortFilterProxyModelPrivate |
| Qt::DisplayRole | Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS (QSortFilterProxyModelPrivate, int, filter_column, &QSortFilterProxyModelPrivate::setFilterKeyColumnForwarder, 0) Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS(QSortFilterProxyModelPrivate |
| Qt::DisplayRole Qt::DisplayRole | Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS (QSortFilterProxyModelPrivate, bool, sort_localeaware, &QSortFilterProxyModelPrivate::setSortLocaleAwareForwarder, &QSortFilterProxyModelPrivate::sortLocaleAwareChangedForwarder, false) Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS(QSortFilterProxyModelPrivate |
| Qt::DisplayRole Qt::DisplayRole false | Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS (QSortFilterProxyModelPrivate, bool, accept_children, &QSortFilterProxyModelPrivate::setAutoAcceptChildRowsForwarder, &QSortFilterProxyModelPrivate::autoAcceptChildRowsChangedForwarder, false) Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS(QSortFilterProxyModelPrivate |
| Qt::DisplayRole Qt::DisplayRole false true | Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS (QSortFilterProxyModelPrivate, Qt::CaseSensitivity, filter_casesensitive, &QSortFilterProxyModelPrivate::setFilterCaseSensitivityForwarder, &QSortFilterProxyModelPrivate::filterCaseSensitivityChangedForwarder, Qt::CaseSensitive) Q_OBJECT_COMPAT_PROPERTY(QSortFilterProxyModelPrivate |
| QHash< QtPrivate::QModelIndexWrapper, Mapping * >::const_iterator | create_mapping (const QModelIndex &source_parent) const |
| QHash< QtPrivate::QModelIndexWrapper, Mapping * >::const_iterator | create_mapping_recursive (const QModelIndex &source_parent) const |
| QModelIndex | proxy_to_source (const QModelIndex &proxyIndex) const |
| QModelIndex | source_to_proxy (const QModelIndex &sourceIndex) const |
| bool | can_create_mapping (const QModelIndex &source_parent) const |
| void | remove_from_mapping (const QModelIndex &source_parent) |
| void | set_filter_pattern (const QString &pattern) |
| QHash< QtPrivate::QModelIndexWrapper, Mapping * >::const_iterator | index_to_iterator (const QModelIndex &proxy_index) const |
| QModelIndex | create_index (int row, int column, QHash< QtPrivate::QModelIndexWrapper, Mapping * >::const_iterator it) const |
| void | _q_sourceDataChanged (const QModelIndex &source_top_left, const QModelIndex &source_bottom_right, const QList< int > &roles) |
| void | _q_sourceHeaderDataChanged (Qt::Orientation orientation, int start, int end) |
| void | _q_sourceAboutToBeReset () |
| void | _q_sourceReset () |
| void | _q_sourceLayoutAboutToBeChanged (const QList< QPersistentModelIndex > &sourceParents, QAbstractItemModel::LayoutChangeHint hint) |
| void | _q_sourceLayoutChanged (const QList< QPersistentModelIndex > &sourceParents, QAbstractItemModel::LayoutChangeHint hint) |
| void | _q_sourceRowsAboutToBeInserted (const QModelIndex &source_parent, int start, int end) |
| void | _q_sourceRowsInserted (const QModelIndex &source_parent, int start, int end) |
| void | _q_sourceRowsAboutToBeRemoved (const QModelIndex &source_parent, int start, int end) |
| void | _q_sourceRowsRemoved (const QModelIndex &source_parent, int start, int end) |
| void | _q_sourceRowsAboutToBeMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destParent, int dest) |
| void | _q_sourceRowsMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destParent, int dest) |
| void | _q_sourceColumnsAboutToBeInserted (const QModelIndex &source_parent, int start, int end) |
| void | _q_sourceColumnsInserted (const QModelIndex &source_parent, int start, int end) |
| void | _q_sourceColumnsAboutToBeRemoved (const QModelIndex &source_parent, int start, int end) |
| void | _q_sourceColumnsRemoved (const QModelIndex &source_parent, int start, int end) |
| void | _q_sourceColumnsAboutToBeMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destParent, int dest) |
| void | _q_sourceColumnsMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destParent, int dest) |
| void | _q_clearMapping () |
| void | sort () |
| bool | update_source_sort_column () |
| int | find_source_sort_column () const |
| void | sort_source_rows (QList< int > &source_rows, const QModelIndex &source_parent) const |
| QList< std::pair< int, QList< int > > > | proxy_intervals_for_source_items_to_add (const QList< int > &proxy_to_source, const QList< int > &source_items, const QModelIndex &source_parent, Direction direction) const |
| QList< std::pair< int, int > > | proxy_intervals_for_source_items (const QList< int > &source_to_proxy, const QList< int > &source_items) const |
| void | insert_source_items (QList< int > &source_to_proxy, QList< int > &proxy_to_source, const QList< int > &source_items, const QModelIndex &source_parent, Direction direction, bool emit_signal=true) |
| void | remove_source_items (QList< int > &source_to_proxy, QList< int > &proxy_to_source, const QList< int > &source_items, const QModelIndex &source_parent, Direction direction, bool emit_signal=true) |
| void | remove_proxy_interval (QList< int > &source_to_proxy, QList< int > &proxy_to_source, int proxy_start, int proxy_end, const QModelIndex &proxy_parent, Direction direction, bool emit_signal=true) |
| void | source_items_inserted (const QModelIndex &source_parent, int start, int end, Direction direction) |
| void | source_items_about_to_be_removed (const QModelIndex &source_parent, int start, int end, Direction direction) |
| void | source_items_removed (const QModelIndex &source_parent, int start, int end, Direction direction) |
| void | proxy_item_range (const QList< int > &source_to_proxy, const QList< int > &source_items, int &proxy_low, int &proxy_high) const |
| QModelIndexPairList | store_persistent_indexes () const |
| void | update_persistent_indexes (const QModelIndexPairList &source_indexes) |
| void | filter_about_to_be_changed (const QModelIndex &source_parent=QModelIndex()) |
| void | filter_changed (Directions directions, const QModelIndex &source_parent=QModelIndex()) |
| QSet< int > | handle_filter_changed (QList< int > &source_to_proxy, QList< int > &proxy_to_source, const QModelIndex &source_parent, Direction direction) |
| void | updateChildrenMapping (const QModelIndex &source_parent, Mapping *parent_mapping, Direction direction, int start, int end, int delta_item_count, bool remove) |
| void | _q_sourceModelDestroyed () override |
| bool | needsReorder (const QList< int > &source_rows, const QModelIndex &source_parent) const |
| bool | filterAcceptsRowInternal (int source_row, const QModelIndex &source_parent) const |
| bool | recursiveChildAcceptsRow (int source_row, const QModelIndex &source_parent) const |
| bool | recursiveParentAcceptsRow (const QModelIndex &source_parent) const |
| | QAbstractProxyModelPrivate () |
| void | setModelForwarder (QAbstractItemModel *sourceModel) |
| void | modelChangedForwarder () |
| QAbstractItemModel * | getModelForwarder () const |
| | Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS (QAbstractProxyModelPrivate, QAbstractItemModel *, model, &QAbstractProxyModelPrivate::setModelForwarder, &QAbstractProxyModelPrivate::modelChangedForwarder, &QAbstractProxyModelPrivate::getModelForwarder, nullptr) virtual void _q_sourceModelDestroyed() |
| void | _q_sourceModelRowsAboutToBeInserted (const QModelIndex &parent, int first, int last) |
| void | _q_sourceModelRowsInserted (const QModelIndex &parent, int first, int last) |
| void | _q_sourceModelRowsRemoved (const QModelIndex &parent, int first, int last) |
| void | _q_sourceModelColumnsAboutToBeInserted (const QModelIndex &parent, int first, int last) |
| void | _q_sourceModelColumnsInserted (const QModelIndex &parent, int first, int last) |
| void | _q_sourceModelColumnsRemoved (const QModelIndex &parent, int first, int last) |
| void | mapDropCoordinatesToSource (int row, int column, const QModelIndex &parent, int *source_row, int *source_column, QModelIndex *source_parent) const |
| void | scheduleHeaderUpdate (Qt::Orientation orientation) |
| void | emitHeaderDataChanged () |
| | QAbstractItemModelPrivate () |
| | ~QAbstractItemModelPrivate () |
| void | removePersistentIndexData (QPersistentModelIndexData *data) |
| void | movePersistentIndexes (const QList< QPersistentModelIndexData * > &indexes, int change, const QModelIndex &parent, Qt::Orientation orientation) |
| void | rowsAboutToBeInserted (const QModelIndex &parent, int first, int last) |
| void | rowsInserted (const QModelIndex &parent, int first, int last) |
| void | rowsAboutToBeRemoved (const QModelIndex &parent, int first, int last) |
| void | rowsRemoved (const QModelIndex &parent, int first, int last) |
| void | columnsAboutToBeInserted (const QModelIndex &parent, int first, int last) |
| void | columnsInserted (const QModelIndex &parent, int first, int last) |
| void | columnsAboutToBeRemoved (const QModelIndex &parent, int first, int last) |
| void | columnsRemoved (const QModelIndex &parent, int first, int last) |
| void | itemsAboutToBeMoved (const QModelIndex &srcParent, int srcFirst, int srcLast, const QModelIndex &destinationParent, int destinationChild, Qt::Orientation) |
| void | itemsMoved (const QModelIndex &srcParent, int srcFirst, int srcLast, const QModelIndex &destinationParent, int destinationChild, Qt::Orientation orientation) |
| bool | allowMove (const QModelIndex &srcParent, int srcFirst, int srcLast, const QModelIndex &destinationParent, int destinationChild, Qt::Orientation orientation) |
| | Returns whether a move operation is valid.
|
| virtual void | executePendingOperations () const |
| QModelIndex | createIndex (int row, int column, void *data=nullptr) const |
| QModelIndex | createIndex (int row, int column, int id) const |
| bool | indexValid (const QModelIndex &index) const |
| void | invalidatePersistentIndexes () |
| void | invalidatePersistentIndex (const QModelIndex &index) |
| void | ensureExtraData () |
| void | setObjectNameWithoutBindings (const QString &name) |
| | QObjectPrivate (decltype(QObjectPrivateVersion) version=QObjectPrivateVersion) |
| virtual | ~QObjectPrivate () |
| void | deleteChildren () |
| void | clearBindingStorage () |
| void | setParent_helper (QObject *) |
| void | moveToThread_helper () |
| void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData, QBindingStatus *status) |
| QObjectList | receiverList (const char *signal) const |
| void | ensureConnectionData () |
| void | addConnection (int signal, Connection *c) |
| int | signalIndex (const char *signalName, const QMetaObject **meta=nullptr) const |
| bool | isSignalConnected (uint signalIdx, bool checkDeclarative=true) const |
| bool | maybeSignalConnected (uint signalIndex) const |
| bool | isDeclarativeSignalConnected (uint signalIdx) const |
| void | connectNotify (const QMetaMethod &signal) |
| void | disconnectNotify (const QMetaMethod &signal) |
| void | reinitBindingStorageAfterThreadMove () |
| virtual std::string | flagsForDumping () const |
| virtual void | writeToDebugStream (QDebug &) const |
| QtPrivate::QPropertyAdaptorSlotObject * | getPropertyAdaptorSlotObject (const QMetaProperty &property) |
| | QObjectData ()=default |
| virtual | ~QObjectData ()=0 |
| const QMetaObject * | dynamicMetaObject () const |