|
Mantid
|
#include <StrictQModelIndices.h>
Public Member Functions | |
| int | column () const |
| bool | isValid () const |
| Derived | parent () const |
| int | row () const |
| Derived | sibling (int row, int column) const |
| StrictQModelIndex ()=default | |
| StrictQModelIndex (QModelIndex const &index) | |
| QModelIndex | untyped () const |
Private Attributes | |
| QModelIndex | m_untypedIndex |
Definition at line 20 of file StrictQModelIndices.h.
|
explicit |
Definition at line 38 of file StrictQModelIndices.h.
|
default |
| int MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived >::column |
Definition at line 49 of file StrictQModelIndices.h.
Referenced by MantidQt::MantidWidgets::Batch::JobTreeView::commitData().
| bool MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived >::isValid |
Definition at line 51 of file StrictQModelIndices.h.
Referenced by MantidQt::MantidWidgets::Batch::JobTreeView::closeEditorIfOpenAtCell(), and MantidQt::MantidWidgets::Batch::JobTreeView::hasEditorOpen().
| Derived MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived >::parent |
Definition at line 53 of file StrictQModelIndices.h.
| int MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived >::row |
Definition at line 47 of file StrictQModelIndices.h.
Referenced by MantidQt::MantidWidgets::Batch::QtStandardItemTreeModelAdapter::enumerateCellsInRow().
| Derived MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived >::sibling | ( | int | row, |
| int | column | ||
| ) | const |
Definition at line 57 of file StrictQModelIndices.h.
Referenced by MantidQt::MantidWidgets::Batch::QtStandardItemTreeModelAdapter::enumerateCellsInRow().
| QModelIndex MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived >::untyped |
Definition at line 40 of file StrictQModelIndices.h.
Referenced by MantidQt::MantidWidgets::Batch::QtStandardItemTreeModelAdapter::appendChildRow(), MantidQt::MantidWidgets::Batch::JobTreeView::applyNavigationResult(), MantidQt::MantidWidgets::Batch::JobTreeView::closeEditorIfOpenAtCell(), MantidQt::MantidWidgets::Batch::QtStandardItemTreeModelAdapter::insertChildRow(), MantidQt::MantidWidgets::Batch::JobTreeView::mapToFilteredModel(), MantidQt::MantidWidgets::Batch::JobTreeView::mapToMainModel(), MantidQt::MantidWidgets::Batch::operator==(), and MantidQt::MantidWidgets::Batch::JobTreeView::rowRemovalWouldBeIneffective().
|
private |
Definition at line 34 of file StrictQModelIndices.h.