Mantid
|
#include <Row.h>
Public Member Functions | |
std::vector< Cell > & | cells () |
std::vector< Cell > const & | cells () const |
RowLocation const & | location () const |
Row (RowLocation location, std::vector< Cell > cells) | |
Private Attributes | |
std::vector< Cell > | m_cells |
RowLocation | m_location |
MantidQt::MantidWidgets::Batch::Row::Row | ( | RowLocation | location, |
std::vector< Cell > | cells | ||
) |
std::vector< Cell > & MantidQt::MantidWidgets::Batch::Row::cells | ( | ) |
std::vector< Cell > const & MantidQt::MantidWidgets::Batch::Row::cells | ( | ) | const |
Definition at line 16 of file Row.cpp.
References m_cells.
Referenced by MantidQt::MantidWidgets::Batch::ExtractSubtrees::makeSubtreeFromRows(), MantidQt::MantidWidgets::Batch::operator<<(), and MantidQt::MantidWidgets::Batch::operator==().
RowLocation const & MantidQt::MantidWidgets::Batch::Row::location | ( | ) | const |
Definition at line 14 of file Row.cpp.
References m_location.
Referenced by MantidQt::MantidWidgets::Batch::ExtractSubtrees::findEndOfSubtree(), MantidQt::MantidWidgets::Batch::ExtractSubtrees::makeSubtreeFromRows(), MantidQt::MantidWidgets::Batch::operator<(), MantidQt::MantidWidgets::Batch::operator<<(), MantidQt::MantidWidgets::Batch::operator==(), and MantidQt::MantidWidgets::Batch::rowToRowLocation().
|
private |
|
private |
Definition at line 33 of file Row.h.
Referenced by location().