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::ModelInfo Struct Reference
Collaboration diagram for QConcatenateTablesProxyModelPrivate::ModelInfo:

Public Types

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

Public Member Functions

 ModelInfo (QAbstractItemModel *m, ConnArray &&con)
 ModelInfo (QAbstractItemModel *m, ConnArray &&con)

Public Attributes

QAbstractItemModelmodel = nullptr
ConnArray connections

Detailed Description

Definition at line 57 of file qconcatenatetablesproxymodel.cpp.

Member Typedef Documentation

◆ ConnArray [1/2]

◆ ConnArray [2/2]

Constructor & Destructor Documentation

◆ ModelInfo() [1/2]

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

Definition at line 59 of file qconcatenatetablesproxymodel.cpp.

References ModelInfo().

Referenced by ModelInfo().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ModelInfo() [2/2]

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

Definition at line 59 of file qconcatenatetablesproxymodel.cpp.

Member Data Documentation

◆ connections

ConnArray QConcatenateTablesProxyModelPrivate::ModelInfo::connections

Definition at line 62 of file qconcatenatetablesproxymodel.cpp.

◆ model

QAbstractItemModel * QConcatenateTablesProxyModelPrivate::ModelInfo::model = nullptr

Definition at line 61 of file qconcatenatetablesproxymodel.cpp.


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