Multi diag tools
|
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... | |
Stores format for a index in a item model.
Definition at line 34 of file IndexFormatMap.h.
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 .
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.
Definition at line 37 of file IndexFormatMap.cpp.
|
inline |
Set format for given row and column.
Definition at line 44 of file IndexFormatMap.h.