Multi diag tools
Public Member Functions | List of all members
Mdt::ItemModel::IndexFormatMap Class Reference

Stores format for a index in a item model. More...

#include <IndexFormatMap.h>

Public Member Functions

template<typename T >
void setFormatForIndex (int row, int column, const T &format)
 Set format for given row and column. More...
 
void clearFormatForIndex (int row, int column)
 Clear format for given row and column. More...
 
QVariant formatForIndex (int row, int column) const
 Get format for given row and column. More...
 

Detailed Description

Stores format for a index in a item model.

Definition at line 34 of file IndexFormatMap.h.

Member Function Documentation

void Mdt::ItemModel::IndexFormatMap::clearFormatForIndex ( int  row,
int  column 
)

Clear format for given row and column.

Does nothing if no format was set for row and column .

Precondition
row must be >= 0
column must be >= 0

Definition at line 26 of file IndexFormatMap.cpp.

QVariant Mdt::ItemModel::IndexFormatMap::formatForIndex ( int  row,
int  column 
) const

Get format for given row and column.

Returns a QVariant with value of type passed in setFormatForIndex() if a format was set for row and column, otherwise a null QVariant.

Precondition
row must be >= 0
column must be >= 0

Definition at line 37 of file IndexFormatMap.cpp.

template<typename T >
void Mdt::ItemModel::IndexFormatMap::setFormatForIndex ( int  row,
int  column,
const T &  format 
)
inline

Set format for given row and column.

Precondition
row must be >= 0
column must be >= 0

Definition at line 44 of file IndexFormatMap.h.


The documentation for this class was generated from the following files: