![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QtPrivate::FixedColumnMatrix< T, NumColumns >:Public Types | |
| typedef QList< T > | Storage |
Public Member Functions | |
| FixedColumnMatrix () | |
| void | clear () |
| const T & | operator() (int r, int c) const |
| T & | operator() (int r, int c) |
| int | rowCount () const |
| void | insertRow (int r, const T &value) |
| void | removeRow (int r) |
| const Storage & | storage () const |
Static Public Member Functions | |
| static void | storageIndexToPosition (int idx, int *rowPtr, int *colPtr) |
Definition at line 20 of file qformlayout.cpp.
| typedef QList<T> QtPrivate::FixedColumnMatrix< T, NumColumns >::Storage |
Definition at line 22 of file qformlayout.cpp.
|
inline |
Definition at line 24 of file qformlayout.cpp.
|
inline |
Definition at line 26 of file qformlayout.cpp.
References QList< T >::clear().
Here is the call graph for this function:| void QtPrivate::FixedColumnMatrix< T, NumColumns >::insertRow | ( | int | r, |
| const T & | value | ||
| ) |
Definition at line 45 of file qformlayout.cpp.
Referenced by QFormLayoutPrivate::insertRows().
Here is the caller graph for this function:
|
inline |
Definition at line 29 of file qformlayout.cpp.
|
inline |
Definition at line 28 of file qformlayout.cpp.
| void QtPrivate::FixedColumnMatrix< T, NumColumns >::removeRow | ( | int | r | ) |
Definition at line 53 of file qformlayout.cpp.
References m_storage.
Referenced by QFormLayoutPrivate::removeRow().
Here is the caller graph for this function:
|
inline |
Definition at line 31 of file qformlayout.cpp.
References QList< T >::size().
Referenced by QFormLayoutPrivate::arrangeWidgets(), QFormLayoutPrivate::insertRow(), QFormLayoutPrivate::removeRow(), QFormLayoutPrivate::setItem(), QFormLayoutPrivate::setupHfwLayoutData(), QFormLayoutPrivate::setupHorizontalLayoutData(), QFormLayoutPrivate::setupVerticalLayoutData(), and QFormLayoutPrivate::updateSizes().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 36 of file qformlayout.cpp.
|
static |
Definition at line 59 of file qformlayout.cpp.