Multi diag tools
|
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... | |
Stores formats for certain row in a item model.
Definition at line 33 of file RowFormatMap.h.
void Mdt::ItemModel::RowFormatMap::clearFormatForRow | ( | int | row | ) |
Clear format for given row.
Does nothing if no format was set for row .
Definition at line 25 of file RowFormatMap.cpp.
|
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.
Definition at line 64 of file RowFormatMap.h.
|
inline |
Set format for given row.
Definition at line 42 of file RowFormatMap.h.