Workspace 6.21.5
Public Member Functions | List of all members
MatrixSize Class Reference

Default policy for retrieving the size (rows / cols) of a matrix data structure. More...

#include <Workspace/Widgets/matrixwidget.h>

Public Member Functions

template<typename T >
int getColumns () const
 
template<>
int getColumns () const
 
template<>
int getColumns () const
 
template<>
int getColumns () const
 
template<>
int getColumns () const
 
template<>
int getColumns () const
 
template<>
int getColumns () const
 
template<>
int getColumns () const
 
template<>
int getColumns () const
 
template<>
int getColumns () const
 
template<typename T >
int getRows () const
 
template<>
int getRows () const
 
template<>
int getRows () const
 
template<>
int getRows () const
 
template<>
int getRows () const
 
template<>
int getRows () const
 
template<>
int getRows () const
 
template<>
int getRows () const
 
template<>
int getRows () const
 
template<>
int getRows () const
 

Detailed Description

Default class for computing the size of a matrix data structure. By default, it has template specialisations of its functions for the QMatrixNxM data types.

When using the MatrixTableDelegate class, this is the default class used, but any class that implements the getRows and getColumns template functions will work correctly.

Member Function Documentation

◆ getColumns() [1/10]

int getColumns ( ) const
inline
Returns
The number of columns in a matrix of the desired type.

◆ getColumns() [2/10]

int getColumns ( ) const
inline

◆ getColumns() [3/10]

int getColumns ( ) const
inline

◆ getColumns() [4/10]

int getColumns ( ) const
inline

◆ getColumns() [5/10]

int getColumns ( ) const
inline

◆ getColumns() [6/10]

int getColumns ( ) const
inline

◆ getColumns() [7/10]

int getColumns ( ) const
inline

◆ getColumns() [8/10]

int getColumns ( ) const
inline

◆ getColumns() [9/10]

int getColumns ( ) const
inline

◆ getColumns() [10/10]

int getColumns ( ) const
inline

◆ getRows() [1/10]

int getRows ( ) const
inline
Returns
The number of rows in a matrix of the desired type.

◆ getRows() [2/10]

int getRows ( ) const
inline

◆ getRows() [3/10]

int getRows ( ) const
inline

◆ getRows() [4/10]

int getRows ( ) const
inline

◆ getRows() [5/10]

int getRows ( ) const
inline

◆ getRows() [6/10]

int getRows ( ) const
inline

◆ getRows() [7/10]

int getRows ( ) const
inline

◆ getRows() [8/10]

int getRows ( ) const
inline

◆ getRows() [9/10]

int getRows ( ) const
inline

◆ getRows() [10/10]

int getRows ( ) const
inline