#include <ImageInfoModel.h>
|
virtual ImageInfoModel::ImageInfo | info (const double x, const double y, const double signal, const QMap< QString, QString > &extraValues) const =0 |
| Creates information about the point at the given coordinates in the workspace. More...
|
|
virtual | ~ImageInfoModel ()=default |
|
Definition at line 22 of file ImageInfoModel.h.
◆ ~ImageInfoModel()
virtual MantidQt::MantidWidgets::ImageInfoModel::~ImageInfoModel |
( |
| ) |
|
|
virtualdefault |
◆ defaultFormat() [1/2]
static const QString MantidQt::MantidWidgets::ImageInfoModel::defaultFormat |
( |
const double |
x | ) |
|
|
inlinestatic |
◆ defaultFormat() [2/2]
static const QString MantidQt::MantidWidgets::ImageInfoModel::defaultFormat |
( |
const int |
x | ) |
|
|
inlinestatic |
◆ info()
virtual ImageInfoModel::ImageInfo MantidQt::MantidWidgets::ImageInfoModel::info |
( |
const double |
x, |
|
|
const double |
y, |
|
|
const double |
signal, |
|
|
const QMap< QString, QString > & |
extraValues |
|
) |
| const |
|
pure virtual |
◆ DecimalFormat
constexpr auto MantidQt::MantidWidgets::ImageInfoModel::DecimalFormat = 'f' |
|
staticconstexpr |
◆ FourDigitPrecision
constexpr auto MantidQt::MantidWidgets::ImageInfoModel::FourDigitPrecision = 4 |
|
staticconstexpr |
◆ MissingValue
const QString MantidQt::MantidWidgets::ImageInfoModel::MissingValue = QString("-") |
|
inlinestatic |
◆ UnsetValue
constexpr auto MantidQt::MantidWidgets::ImageInfoModel::UnsetValue = std::numeric_limits<double>::max() |
|
staticconstexpr |
The documentation for this class was generated from the following file: