Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
Cell.cpp File Reference
#include "MantidQtWidgets/Common/Batch/Cell.h"
#include <ostream>
#include <utility>

Go to the source code of this file.

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)