Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QConcatenateTablesProxyModelPrivate::ModelInfo Struct Reference
+ Collaboration diagram for QConcatenateTablesProxyModelPrivate::ModelInfo:

Public Types

using ConnArray = std::array<QMetaObject::Connection, 13>
 

Public Member Functions

 ModelInfo (QAbstractItemModel *m, ConnArray &&con)
 

Public Attributes

QAbstractItemModelmodel = nullptr
 
ConnArray connections
 

Detailed Description

Definition at line 48 of file qconcatenatetablesproxymodel.cpp.

Member Typedef Documentation

◆ ConnArray

Constructor & Destructor Documentation

◆ ModelInfo()

QConcatenateTablesProxyModelPrivate::ModelInfo::ModelInfo ( QAbstractItemModel * m,
ConnArray && con )
inline

Definition at line 50 of file qconcatenatetablesproxymodel.cpp.

Member Data Documentation

◆ connections

ConnArray QConcatenateTablesProxyModelPrivate::ModelInfo::connections

Definition at line 53 of file qconcatenatetablesproxymodel.cpp.

◆ model

QAbstractItemModel* QConcatenateTablesProxyModelPrivate::ModelInfo::model = nullptr

Definition at line 52 of file qconcatenatetablesproxymodel.cpp.


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