![]() |
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 20 of file qformlayout.cpp.
typedef QList<T> QtPrivate::FixedColumnMatrix< T, NumColumns >::Storage |
Definition at line 22 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 24 of file qformlayout.cpp.
|
inline |
Definition at line 26 of file qformlayout.cpp.
|
inline |
Definition at line 26 of file qformlayout.cpp.
void QtPrivate::FixedColumnMatrix< T, NumColumns >::insertRow | ( | int | r, |
const T & | value ) |
Definition at line 45 of file qformlayout.cpp.
void QtPrivate::FixedColumnMatrix< T, NumColumns >::insertRow | ( | int | r, |
const T & | value ) |
|
inline |
Definition at line 29 of file qformlayout.cpp.
|
inline |
Definition at line 29 of file qformlayout.cpp.
|
inline |
Definition at line 28 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.
void QtPrivate::FixedColumnMatrix< T, NumColumns >::removeRow | ( | int | r | ) |
|
inline |
Definition at line 31 of file qformlayout.cpp.
|
inline |
Definition at line 31 of file qformlayout.cpp.
|
inline |
Definition at line 36 of file qformlayout.cpp.
|
inline |
Definition at line 36 of file qformlayout.cpp.
|
static |
Definition at line 59 of file qformlayout.cpp.
|
static |