Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QConcatenateTablesProxyModelPrivate Class Reference
Inheritance diagram for QConcatenateTablesProxyModelPrivate:
Collaboration diagram for QConcatenateTablesProxyModelPrivate:

Classes

struct  ModelInfo
struct  SourceModelForRowResult

Public Member Functions

 QConcatenateTablesProxyModelPrivate ()
int computeRowsPrior (const QAbstractItemModel *sourceModel) const
SourceModelForRowResult sourceModelForRow (int row) const
void slotRowsAboutToBeInserted (const QModelIndex &, int start, int end)
void slotRowsInserted (const QModelIndex &, int start, int end)
void slotRowsAboutToBeRemoved (const QModelIndex &, int start, int end)
void slotRowsRemoved (const QModelIndex &, int start, int end)
void slotRowsAboutToBeMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow)
void slotRowsMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow)
void slotColumnsAboutToBeInserted (const QModelIndex &parent, int start, int end)
void slotColumnsInserted (const QModelIndex &parent, int, int)
void slotColumnsAboutToBeRemoved (const QModelIndex &parent, int start, int end)
void slotColumnsRemoved (const QModelIndex &parent, int, int)
void slotColumnsAboutToBeMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destination)
void slotColumnsMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destination)
void slotDataChanged (const QModelIndex &from, const QModelIndex &to, const QList< int > &roles)
void slotSourceLayoutAboutToBeChanged (const QList< QPersistentModelIndex > &sourceParents, QAbstractItemModel::LayoutChangeHint hint)
void slotSourceLayoutChanged (const QList< QPersistentModelIndex > &sourceParents, QAbstractItemModel::LayoutChangeHint hint)
void slotModelAboutToBeReset ()
void slotModelReset ()
int columnCountAfterChange (const QAbstractItemModel *model, int newCount) const
int calculatedColumnCount () const
void updateColumnCount ()
bool mapDropCoordinatesToSource (int row, int column, const QModelIndex &parent, int *sourceRow, int *sourceColumn, QModelIndex *sourceParent, QAbstractItemModel **sourceModel) const
QList< ModelInfo >::const_iterator findSourceModel (const QAbstractItemModel *m) const
bool containsSourceModel (const QAbstractItemModel *m) const
 QConcatenateTablesProxyModelPrivate ()
int computeRowsPrior (const QAbstractItemModel *sourceModel) const
SourceModelForRowResult sourceModelForRow (int row) const
void slotRowsAboutToBeInserted (const QModelIndex &, int start, int end)
void slotRowsInserted (const QModelIndex &, int start, int end)
void slotRowsAboutToBeRemoved (const QModelIndex &, int start, int end)
void slotRowsRemoved (const QModelIndex &, int start, int end)
void slotRowsAboutToBeMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow)
void slotRowsMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow)
void slotColumnsAboutToBeInserted (const QModelIndex &parent, int start, int end)
void slotColumnsInserted (const QModelIndex &parent, int, int)
void slotColumnsAboutToBeRemoved (const QModelIndex &parent, int start, int end)
void slotColumnsRemoved (const QModelIndex &parent, int, int)
void slotColumnsAboutToBeMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destination)
void slotColumnsMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destination)
void slotDataChanged (const QModelIndex &from, const QModelIndex &to, const QList< int > &roles)
void slotSourceLayoutAboutToBeChanged (const QList< QPersistentModelIndex > &sourceParents, QAbstractItemModel::LayoutChangeHint hint)
void slotSourceLayoutChanged (const QList< QPersistentModelIndex > &sourceParents, QAbstractItemModel::LayoutChangeHint hint)
void slotModelAboutToBeReset ()
void slotModelReset ()
int columnCountAfterChange (const QAbstractItemModel *model, int newCount) const
int calculatedColumnCount () const
void updateColumnCount ()
bool mapDropCoordinatesToSource (int row, int column, const QModelIndex &parent, int *sourceRow, int *sourceColumn, QModelIndex *sourceParent, QAbstractItemModel **sourceModel) const
QList< ModelInfo >::const_iterator findSourceModel (const QAbstractItemModel *m) const
bool containsSourceModel (const QAbstractItemModel *m) const
Public Member Functions inherited from QAbstractItemModelPrivate
 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)
Public Member Functions inherited from QObjectPrivate
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::QPropertyAdaptorSlotObjectgetPropertyAdaptorSlotObject (const QMetaProperty &property)
Public Member Functions inherited from QObjectData
 QObjectData ()=default
virtual ~QObjectData ()=0
const QMetaObjectdynamicMetaObject () const

Public Attributes

QList< ModelInfom_models
QHash< int, QByteArraym_roleNames
int m_rowCount
int m_columnCount
int m_newColumnCount
uint m_roleNamesDirty: 1
uint m_reserved: 31
QList< QPersistentModelIndexlayoutChangePersistentIndexes
QList< QModelIndexlayoutChangeProxyIndexes
Public Attributes inherited from QAbstractItemModelPrivate
QStack< Changechanges
struct QAbstractItemModelPrivate::Persistent persistent
bool resetting = false
Public Attributes inherited from QObjectPrivate
ExtraDataextraData
QAtomicPointer< QThreadDatathreadData
QAtomicPointer< ConnectionDataconnections
union { 
   QObject *   currentChildBeingDeleted 
   QAbstractDeclarativeData *   declarativeData 
}; 
QAtomicPointer< QtSharedPointer::ExternalRefCountDatasharedRefcount
Public Attributes inherited from QObjectData
QObjectq_ptr
QObjectparent
QObjectList children
uint isWidget: 1
uint blockSig: 1
uint wasDeleted: 1
uint isDeletingChildren: 1
uint sendChildEvents: 1
uint receiveChildEvents: 1
uint isWindow: 1
uint deleteLaterCalled: 1
uint isQuickItem: 1
uint willBeWidget: 1
uint wasWidget: 1
uint receiveParentEvents: 1
uint unused: 20
QAtomicInt postedEvents
QDynamicMetaObjectDatametaObject
QBindingStorage bindingStorage

Additional Inherited Members

Public Types inherited from QObjectPrivate
typedef void(* StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **)
using ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData>
Static Public Member Functions inherited from QAbstractItemModelPrivate
static const QAbstractItemModelPrivateget (const QAbstractItemModel *model)
static QAbstractItemModelstaticEmptyModel ()
static bool variantLessThan (const QVariant &v1, const QVariant &v2)
static const QHash< int, QByteArray > & defaultRoleNames ()
static bool isVariantLessThan (const QVariant &left, const QVariant &right, Qt::CaseSensitivity cs=Qt::CaseSensitive, bool isLocaleAware=false)
Static Public Member Functions inherited from QObjectPrivate
static bool removeConnection (Connection *c)
static QObjectPrivateget (QObject *o)
static const QObjectPrivateget (const QObject *o)
template<typename Func1, typename Func2>
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
template<typename Func1, typename Func2>
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot)
static QMetaObject::Connection connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject)
static QMetaObject::Connection connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type)
static QMetaObject::Connection connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type)
static bool disconnect (const QObject *sender, int signal_index, void **slot)
static bool disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot)

Detailed Description

Definition at line 13 of file qconcatenatetablesproxymodel.cpp.

Constructor & Destructor Documentation

◆ QConcatenateTablesProxyModelPrivate() [1/2]

QConcatenateTablesProxyModelPrivate::QConcatenateTablesProxyModelPrivate ( )

◆ QConcatenateTablesProxyModelPrivate() [2/2]

QConcatenateTablesProxyModelPrivate::QConcatenateTablesProxyModelPrivate ( )

Member Function Documentation

◆ calculatedColumnCount() [1/2]

int QConcatenateTablesProxyModelPrivate::calculatedColumnCount ( ) const

Definition at line 809 of file qconcatenatetablesproxymodel.cpp.

Referenced by slotModelReset(), and updateColumnCount().

Here is the caller graph for this function:

◆ calculatedColumnCount() [2/2]

int QConcatenateTablesProxyModelPrivate::calculatedColumnCount ( ) const

◆ columnCountAfterChange() [1/2]

int QConcatenateTablesProxyModelPrivate::columnCountAfterChange ( const QAbstractItemModel * model,
int newCount ) const

Definition at line 838 of file qconcatenatetablesproxymodel.cpp.

◆ columnCountAfterChange() [2/2]

int QConcatenateTablesProxyModelPrivate::columnCountAfterChange ( const QAbstractItemModel * model,
int newCount ) const

◆ computeRowsPrior() [1/2]

int QConcatenateTablesProxyModelPrivate::computeRowsPrior ( const QAbstractItemModel * sourceModel) const

Definition at line 852 of file qconcatenatetablesproxymodel.cpp.

◆ computeRowsPrior() [2/2]

int QConcatenateTablesProxyModelPrivate::computeRowsPrior ( const QAbstractItemModel * sourceModel) const

◆ containsSourceModel() [1/2]

bool QConcatenateTablesProxyModelPrivate::containsSourceModel ( const QAbstractItemModel * m) const
inline

Definition at line 73 of file qconcatenatetablesproxymodel.cpp.

◆ containsSourceModel() [2/2]

bool QConcatenateTablesProxyModelPrivate::containsSourceModel ( const QAbstractItemModel * m) const
inline

Definition at line 73 of file qconcatenatetablesproxymodel.cpp.

◆ findSourceModel() [1/2]

QList< ModelInfo >::const_iterator QConcatenateTablesProxyModelPrivate::findSourceModel ( const QAbstractItemModel * m) const
inline

Definition at line 67 of file qconcatenatetablesproxymodel.cpp.

◆ findSourceModel() [2/2]

QList< ModelInfo >::const_iterator QConcatenateTablesProxyModelPrivate::findSourceModel ( const QAbstractItemModel * m) const
inline

Definition at line 67 of file qconcatenatetablesproxymodel.cpp.

◆ mapDropCoordinatesToSource() [1/2]

bool QConcatenateTablesProxyModelPrivate::mapDropCoordinatesToSource ( int row,
int column,
const QModelIndex & parent,
int * sourceRow,
int * sourceColumn,
QModelIndex * sourceParent,
QAbstractItemModel ** sourceModel ) const

Definition at line 360 of file qconcatenatetablesproxymodel.cpp.

References m_rowCount, sourceModelForRow(), and QConcatenateTablesProxyModelPrivate::SourceModelForRowResult::sourceRow.

Here is the call graph for this function:

◆ mapDropCoordinatesToSource() [2/2]

bool QConcatenateTablesProxyModelPrivate::mapDropCoordinatesToSource ( int row,
int column,
const QModelIndex & parent,
int * sourceRow,
int * sourceColumn,
QModelIndex * sourceParent,
QAbstractItemModel ** sourceModel ) const

◆ slotColumnsAboutToBeInserted() [1/2]

void QConcatenateTablesProxyModelPrivate::slotColumnsAboutToBeInserted ( const QModelIndex & parent,
int start,
int end )

Definition at line 645 of file qconcatenatetablesproxymodel.cpp.

References m_newColumnCount.

◆ slotColumnsAboutToBeInserted() [2/2]

void QConcatenateTablesProxyModelPrivate::slotColumnsAboutToBeInserted ( const QModelIndex & parent,
int start,
int end )

◆ slotColumnsAboutToBeMoved() [1/2]

void QConcatenateTablesProxyModelPrivate::slotColumnsAboutToBeMoved ( const QModelIndex & sourceParent,
int sourceStart,
int sourceEnd,
const QModelIndex & destinationParent,
int destination )

Definition at line 705 of file qconcatenatetablesproxymodel.cpp.

◆ slotColumnsAboutToBeMoved() [2/2]

void QConcatenateTablesProxyModelPrivate::slotColumnsAboutToBeMoved ( const QModelIndex & sourceParent,
int sourceStart,
int sourceEnd,
const QModelIndex & destinationParent,
int destination )

◆ slotColumnsAboutToBeRemoved() [1/2]

void QConcatenateTablesProxyModelPrivate::slotColumnsAboutToBeRemoved ( const QModelIndex & parent,
int start,
int end )

Definition at line 676 of file qconcatenatetablesproxymodel.cpp.

References m_newColumnCount.

◆ slotColumnsAboutToBeRemoved() [2/2]

void QConcatenateTablesProxyModelPrivate::slotColumnsAboutToBeRemoved ( const QModelIndex & parent,
int start,
int end )

◆ slotColumnsInserted() [1/2]

void QConcatenateTablesProxyModelPrivate::slotColumnsInserted ( const QModelIndex & parent,
int start,
int end )

Definition at line 662 of file qconcatenatetablesproxymodel.cpp.

References m_columnCount, and m_newColumnCount.

◆ slotColumnsInserted() [2/2]

void QConcatenateTablesProxyModelPrivate::slotColumnsInserted ( const QModelIndex & parent,
int ,
int  )

◆ slotColumnsMoved() [1/2]

void QConcatenateTablesProxyModelPrivate::slotColumnsMoved ( const QModelIndex & sourceParent,
int sourceStart,
int sourceEnd,
const QModelIndex & destinationParent,
int destination )

Definition at line 717 of file qconcatenatetablesproxymodel.cpp.

◆ slotColumnsMoved() [2/2]

void QConcatenateTablesProxyModelPrivate::slotColumnsMoved ( const QModelIndex & sourceParent,
int sourceStart,
int sourceEnd,
const QModelIndex & destinationParent,
int destination )

◆ slotColumnsRemoved() [1/2]

void QConcatenateTablesProxyModelPrivate::slotColumnsRemoved ( const QModelIndex & parent,
int start,
int end )

Definition at line 691 of file qconcatenatetablesproxymodel.cpp.

References m_columnCount, and m_newColumnCount.

◆ slotColumnsRemoved() [2/2]

void QConcatenateTablesProxyModelPrivate::slotColumnsRemoved ( const QModelIndex & parent,
int ,
int  )

◆ slotDataChanged() [1/2]

void QConcatenateTablesProxyModelPrivate::slotDataChanged ( const QModelIndex & from,
const QModelIndex & to,
const QList< int > & roles )

Definition at line 730 of file qconcatenatetablesproxymodel.cpp.

References m_columnCount.

◆ slotDataChanged() [2/2]

void QConcatenateTablesProxyModelPrivate::slotDataChanged ( const QModelIndex & from,
const QModelIndex & to,
const QList< int > & roles )

◆ slotModelAboutToBeReset() [1/2]

void QConcatenateTablesProxyModelPrivate::slotModelAboutToBeReset ( )

Definition at line 790 of file qconcatenatetablesproxymodel.cpp.

◆ slotModelAboutToBeReset() [2/2]

void QConcatenateTablesProxyModelPrivate::slotModelAboutToBeReset ( )

◆ slotModelReset() [1/2]

void QConcatenateTablesProxyModelPrivate::slotModelReset ( )

Definition at line 800 of file qconcatenatetablesproxymodel.cpp.

References calculatedColumnCount(), and m_columnCount.

Here is the call graph for this function:

◆ slotModelReset() [2/2]

void QConcatenateTablesProxyModelPrivate::slotModelReset ( )

◆ slotRowsAboutToBeInserted() [1/2]

void QConcatenateTablesProxyModelPrivate::slotRowsAboutToBeInserted ( const QModelIndex & parent,
int start,
int end )

Definition at line 577 of file qconcatenatetablesproxymodel.cpp.

◆ slotRowsAboutToBeInserted() [2/2]

void QConcatenateTablesProxyModelPrivate::slotRowsAboutToBeInserted ( const QModelIndex & ,
int start,
int end )

◆ slotRowsAboutToBeMoved() [1/2]

void QConcatenateTablesProxyModelPrivate::slotRowsAboutToBeMoved ( const QModelIndex & sourceParent,
int sourceStart,
int sourceEnd,
const QModelIndex & destinationParent,
int destinationRow )

Definition at line 618 of file qconcatenatetablesproxymodel.cpp.

◆ slotRowsAboutToBeMoved() [2/2]

void QConcatenateTablesProxyModelPrivate::slotRowsAboutToBeMoved ( const QModelIndex & sourceParent,
int sourceStart,
int sourceEnd,
const QModelIndex & destinationParent,
int destinationRow )

◆ slotRowsAboutToBeRemoved() [1/2]

void QConcatenateTablesProxyModelPrivate::slotRowsAboutToBeRemoved ( const QModelIndex & parent,
int start,
int end )

Definition at line 598 of file qconcatenatetablesproxymodel.cpp.

◆ slotRowsAboutToBeRemoved() [2/2]

void QConcatenateTablesProxyModelPrivate::slotRowsAboutToBeRemoved ( const QModelIndex & ,
int start,
int end )

◆ slotRowsInserted() [1/2]

void QConcatenateTablesProxyModelPrivate::slotRowsInserted ( const QModelIndex & parent,
int start,
int end )

Definition at line 588 of file qconcatenatetablesproxymodel.cpp.

References m_rowCount.

◆ slotRowsInserted() [2/2]

void QConcatenateTablesProxyModelPrivate::slotRowsInserted ( const QModelIndex & ,
int start,
int end )

◆ slotRowsMoved() [1/2]

void QConcatenateTablesProxyModelPrivate::slotRowsMoved ( const QModelIndex & sourceParent,
int sourceStart,
int sourceEnd,
const QModelIndex & destinationParent,
int destinationRow )

Definition at line 631 of file qconcatenatetablesproxymodel.cpp.

◆ slotRowsMoved() [2/2]

void QConcatenateTablesProxyModelPrivate::slotRowsMoved ( const QModelIndex & sourceParent,
int sourceStart,
int sourceEnd,
const QModelIndex & destinationParent,
int destinationRow )

◆ slotRowsRemoved() [1/2]

void QConcatenateTablesProxyModelPrivate::slotRowsRemoved ( const QModelIndex & parent,
int start,
int end )

Definition at line 609 of file qconcatenatetablesproxymodel.cpp.

References m_rowCount.

◆ slotRowsRemoved() [2/2]

void QConcatenateTablesProxyModelPrivate::slotRowsRemoved ( const QModelIndex & ,
int start,
int end )

◆ slotSourceLayoutAboutToBeChanged() [1/2]

void QConcatenateTablesProxyModelPrivate::slotSourceLayoutAboutToBeChanged ( const QList< QPersistentModelIndex > & sourceParents,
QAbstractItemModel::LayoutChangeHint hint )

Definition at line 749 of file qconcatenatetablesproxymodel.cpp.

◆ slotSourceLayoutAboutToBeChanged() [2/2]

void QConcatenateTablesProxyModelPrivate::slotSourceLayoutAboutToBeChanged ( const QList< QPersistentModelIndex > & sourceParents,
QAbstractItemModel::LayoutChangeHint hint )

◆ slotSourceLayoutChanged() [1/2]

void QConcatenateTablesProxyModelPrivate::slotSourceLayoutChanged ( const QList< QPersistentModelIndex > & sourceParents,
QAbstractItemModel::LayoutChangeHint hint )

Definition at line 772 of file qconcatenatetablesproxymodel.cpp.

◆ slotSourceLayoutChanged() [2/2]

void QConcatenateTablesProxyModelPrivate::slotSourceLayoutChanged ( const QList< QPersistentModelIndex > & sourceParents,
QAbstractItemModel::LayoutChangeHint hint )

◆ sourceModelForRow() [1/2]

QConcatenateTablesProxyModelPrivate::SourceModelForRowResult QConcatenateTablesProxyModelPrivate::sourceModelForRow ( int row) const

Definition at line 863 of file qconcatenatetablesproxymodel.cpp.

References QConcatenateTablesProxyModelPrivate::SourceModelForRowResult::sourceRow.

Referenced by mapDropCoordinatesToSource().

Here is the caller graph for this function:

◆ sourceModelForRow() [2/2]

SourceModelForRowResult QConcatenateTablesProxyModelPrivate::sourceModelForRow ( int row) const

◆ updateColumnCount() [1/2]

void QConcatenateTablesProxyModelPrivate::updateColumnCount ( )

Definition at line 821 of file qconcatenatetablesproxymodel.cpp.

References calculatedColumnCount(), and m_columnCount.

Here is the call graph for this function:

◆ updateColumnCount() [2/2]

void QConcatenateTablesProxyModelPrivate::updateColumnCount ( )

Member Data Documentation

◆ layoutChangePersistentIndexes

QList< QPersistentModelIndex > QConcatenateTablesProxyModelPrivate::layoutChangePersistentIndexes

Definition at line 86 of file qconcatenatetablesproxymodel.cpp.

◆ layoutChangeProxyIndexes

QList< QModelIndex > QConcatenateTablesProxyModelPrivate::layoutChangeProxyIndexes

Definition at line 87 of file qconcatenatetablesproxymodel.cpp.

◆ m_columnCount

int QConcatenateTablesProxyModelPrivate::m_columnCount

◆ m_models

QList< ModelInfo > QConcatenateTablesProxyModelPrivate::m_models

Definition at line 64 of file qconcatenatetablesproxymodel.cpp.

◆ m_newColumnCount

int QConcatenateTablesProxyModelPrivate::m_newColumnCount

◆ m_reserved

uint QConcatenateTablesProxyModelPrivate::m_reserved

◆ m_roleNames

QHash< int, QByteArray > QConcatenateTablesProxyModelPrivate::m_roleNames
mutable

Definition at line 65 of file qconcatenatetablesproxymodel.cpp.

◆ m_roleNamesDirty

uint QConcatenateTablesProxyModelPrivate::m_roleNamesDirty
mutable

◆ m_rowCount

int QConcatenateTablesProxyModelPrivate::m_rowCount

The documentation for this class was generated from the following file: