![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Types | |
| typedef QList< T > | Storage |
| 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 |
| 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) |
| static void | storageIndexToPosition (int idx, int *rowPtr, int *colPtr) |
Definition at line 21 of file qformlayout.cpp.
| typedef QList<T> QtPrivate::FixedColumnMatrix< T, NumColumns >::Storage |
Definition at line 23 of file qformlayout.cpp.
| typedef QList<T> QtPrivate::FixedColumnMatrix< T, NumColumns >::Storage |
Definition at line 23 of file qformlayout.cpp.
|
inline |
Definition at line 25 of file qformlayout.cpp.
|
inline |
Definition at line 25 of file qformlayout.cpp.
|
inline |
Definition at line 27 of file qformlayout.cpp.
|
inline |
Definition at line 27 of file qformlayout.cpp.
| void QtPrivate::FixedColumnMatrix< T, NumColumns >::insertRow | ( | int | r, |
| const T & | value ) |
Definition at line 46 of file qformlayout.cpp.
| void QtPrivate::FixedColumnMatrix< T, NumColumns >::insertRow | ( | int | r, |
| const T & | value ) |
|
inline |
Definition at line 30 of file qformlayout.cpp.
|
inline |
Definition at line 30 of file qformlayout.cpp.
|
inline |
Definition at line 29 of file qformlayout.cpp.
|
inline |
Definition at line 29 of file qformlayout.cpp.
| void QtPrivate::FixedColumnMatrix< T, NumColumns >::removeRow | ( | int | r | ) |
Definition at line 54 of file qformlayout.cpp.
| void QtPrivate::FixedColumnMatrix< T, NumColumns >::removeRow | ( | int | r | ) |
|
inline |
Definition at line 32 of file qformlayout.cpp.
|
inline |
Definition at line 32 of file qformlayout.cpp.
|
inline |
Definition at line 37 of file qformlayout.cpp.
|
inline |
Definition at line 37 of file qformlayout.cpp.
|
static |
Definition at line 60 of file qformlayout.cpp.
|
static |