Mantid
|
Go to the source code of this file.
Classes | |
class | MantidQt::MantidWidgets::Batch::Cell |
Namespaces | |
namespace | MantidQt |
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress bar for them, and a property list. | |
namespace | MantidQt::MantidWidgets |
namespace | MantidQt::MantidWidgets::Batch |
Functions | |
EXPORT_OPT_MANTIDQT_COMMON bool | MantidQt::MantidWidgets::Batch::operator!= (Cell const &lhs, Cell const &rhs) |
EXPORT_OPT_MANTIDQT_COMMON std::ostream & | MantidQt::MantidWidgets::Batch::operator<< (std::ostream &os, Cell const &cell) |
EXPORT_OPT_MANTIDQT_COMMON bool | MantidQt::MantidWidgets::Batch::operator== (Cell const &lhs, Cell const &rhs) |
EXPORT_OPT_MANTIDQT_COMMON std::vector< Cell > | MantidQt::MantidWidgets::Batch::paddedCellsToWidth (std::vector< Cell > const &cells, Cell const &paddingCell, int paddedWidth) |