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

Stores formats for certain row in a item model. More...

#include <RowFormatMap.h>

Public Member Functions

template<typename T >
void setFormatForRow (int row, const T &format)
 Set format for given row. More...
 
void clearFormatForRow (int row)
 Clear format for given row. More...
 
QVariant formatForRow (int row) const
 Get format for given row. More...
 

Detailed Description

Stores formats for certain row in a item model.

Definition at line 33 of file RowFormatMap.h.

Member Function Documentation

void Mdt::ItemModel::RowFormatMap::clearFormatForRow ( int  row)

Clear format for given row.

Does nothing if no format was set for row .

Precondition
row must be >= 0

Definition at line 25 of file RowFormatMap.cpp.

QVariant Mdt::ItemModel::RowFormatMap::formatForRow ( int  row) const
inline

Get format for given row.

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

Precondition
row must be >= 0

Definition at line 64 of file RowFormatMap.h.

template<typename T >
void Mdt::ItemModel::RowFormatMap::setFormatForRow ( int  row,
const T &  format 
)
inline

Set format for given row.

Precondition
row must be >= 0

Definition at line 42 of file RowFormatMap.h.


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