|
Mantid
|
#include <IImageInfoWidget.h>
Public Member Functions | |
| virtual void | cursorAt (const double x, const double y, const double signal, const QMap< QString, QString > &extraValues)=0 |
| virtual void | hideColumn (const int index)=0 |
| virtual void | setColumnCount (const int count)=0 |
| virtual void | setItem (const int rowIndex, const int columnIndex, QTableWidgetItem *item)=0 |
| virtual void | setRowCount (const int count)=0 |
| virtual void | setWorkspace (const Mantid::API::Workspace_sptr &ws)=0 |
| virtual void | showColumn (const int index)=0 |
| virtual void | showInfo (const ImageInfoModel::ImageInfo &info)=0 |
| virtual | ~IImageInfoWidget ()=default |
Definition at line 17 of file IImageInfoWidget.h.
|
virtualdefault |
|
pure virtual |
Implemented in MantidQt::MantidWidgets::ImageInfoWidget, and MantidQt::MantidWidgets::ImageInfoWidgetMini.
|
pure virtual |
Implemented in MantidQt::MantidWidgets::ImageInfoWidget, and MantidQt::MantidWidgets::ImageInfoWidgetMini.
Referenced by MantidQt::MantidWidgets::ImageInfoPresenter::fillTableCells().
|
pure virtual |
Implemented in MantidQt::MantidWidgets::ImageInfoWidget, and MantidQt::MantidWidgets::ImageInfoWidgetMini.
Referenced by MantidQt::MantidWidgets::ImageInfoPresenter::fillTableCells().
|
pure virtual |
Implemented in MantidQt::MantidWidgets::ImageInfoWidget, and MantidQt::MantidWidgets::ImageInfoWidgetMini.
Referenced by MantidQt::MantidWidgets::ImageInfoPresenter::fillTableCells().
|
pure virtual |
Implemented in MantidQt::MantidWidgets::ImageInfoWidget, and MantidQt::MantidWidgets::ImageInfoWidgetMini.
Referenced by MantidQt::MantidWidgets::ImageInfoPresenter::ImageInfoPresenter().
|
pure virtual |
Implemented in MantidQt::MantidWidgets::ImageInfoWidget, and MantidQt::MantidWidgets::ImageInfoWidgetMini.
|
pure virtual |
Implemented in MantidQt::MantidWidgets::ImageInfoWidget, and MantidQt::MantidWidgets::ImageInfoWidgetMini.
Referenced by MantidQt::MantidWidgets::ImageInfoPresenter::fillTableCells().
|
pure virtual |
Implemented in MantidQt::MantidWidgets::ImageInfoWidget, and MantidQt::MantidWidgets::ImageInfoWidgetMini.
Referenced by MantidQt::MantidWidgets::ImageInfoPresenter::cursorAt().