#define EXPORT_OPT_MANTIDQT_COMMON
IPeaksWorkspace_sptr workspace
std::map< DeltaEMode::Type, std::string > index
Deals with formatting a label for a plot axis for a given type of workspace.
PlotAxis(const Mantid::Geometry::IMDDimension &dim)
Constructor with an IMDDimension.
PlotAxis()=delete
Disable default constructor.
void titleFromDimension(const Mantid::Geometry::IMDDimension &dim)
Creates a title suitable for an axis attached to the given dimension.
void titleFromIndex(const Mantid::API::IMDWorkspace &workspace, const size_t index)
Creates a title suitable for an axis attached to the given index.
PlotAxis(const Mantid::API::IMDWorkspace &workspace, const size_t index)
Constructor with workspace & axis index.
QString title() const
Create a new axis title.
void titleFromYData(const Mantid::API::MatrixWorkspace &workspace, const bool plottingDistribution)
Creates a title suitable for the Y data values.
PlotAxis(const bool plottingDistribution, const Mantid::API::MatrixWorkspace &workspace)
Constructor with just a workspace (reverse order to above so compiler doesn't convert a a bool to an ...
Basic MD Workspace Abstract Class.
Base MatrixWorkspace Abstract Class.
The class describes one dimension of multidimensional dataset representing an orthogonal dimension an...
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...