Mantid
|
#include <ImageInfoModel.h>
Public Types | |
using | StringItems = std::vector< QString > |
Public Member Functions | |
bool | empty () const noexcept |
ImageInfo (StringItems names) | |
Construct an ImageInfo to store name/value pairs. More... | |
const QString & | name (int index) const noexcept |
void | setValue (int index, const QString &value) noexcept |
int | size () const noexcept |
const QString & | value (int index) const noexcept |
Public Attributes | |
StringItems | m_names |
StringItems | m_values |
Definition at line 24 of file ImageInfoModel.h.
using MantidQt::MantidWidgets::ImageInfoModel::ImageInfo::StringItems = std::vector<QString> |
Definition at line 26 of file ImageInfoModel.h.
MantidQt::MantidWidgets::ImageInfoModel::ImageInfo::ImageInfo | ( | StringItems | names | ) |
Construct an ImageInfo to store name/value pairs.
names | The names of the name/value pairs in the table |
Definition at line 23 of file ImageInfoModel.cpp.
References m_names, m_values, and MantidQt::MantidWidgets::ImageInfoModel::MissingValue.
|
inlinenoexcept |
Definition at line 29 of file ImageInfoModel.h.
Referenced by MantidQt::MantidWidgets::ImageInfoWidget::showInfo().
|
inlinenoexcept |
Definition at line 31 of file ImageInfoModel.h.
References index.
Referenced by MantidQt::MantidWidgets::ImageInfoWidget::showInfo().
|
inlinenoexcept |
Definition at line 33 of file ImageInfoModel.h.
Referenced by MantidQt::MantidWidgets::ImageInfoModelMatrixWS::info(), MantidQt::MantidWidgets::ImageInfoModelMD::info(), and MantidQt::MantidWidgets::ImageInfoModelMatrixWS::setUnitsInfo().
|
inlinenoexcept |
Definition at line 30 of file ImageInfoModel.h.
Referenced by MantidQt::MantidWidgets::ImageInfoWidget::showInfo().
|
inlinenoexcept |
Definition at line 32 of file ImageInfoModel.h.
References index.
Referenced by MantidQt::MantidWidgets::ImageInfoWidget::showInfo().
StringItems MantidQt::MantidWidgets::ImageInfoModel::ImageInfo::m_names |
Definition at line 34 of file ImageInfoModel.h.
Referenced by ImageInfo(), and MantidQt::MantidWidgets::ImageInfoModelMD::info().
StringItems MantidQt::MantidWidgets::ImageInfoModel::ImageInfo::m_values |
Definition at line 35 of file ImageInfoModel.h.
Referenced by ImageInfo(), and MantidQt::MantidWidgets::ImageInfoModelMD::info().