Mantid
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived > Class Template Reference

#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
 

Detailed Description

template<typename Derived>
class MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived >

Definition at line 20 of file StrictQModelIndices.h.

Constructor & Destructor Documentation

◆ StrictQModelIndex() [1/2]

template<typename Derived >
MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived >::StrictQModelIndex ( QModelIndex const &  index)
explicit

Definition at line 38 of file StrictQModelIndices.h.

◆ StrictQModelIndex() [2/2]

template<typename Derived >
MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived >::StrictQModelIndex ( )
default

Member Function Documentation

◆ column()

template<typename Derived >
int MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived >::column

◆ isValid()

template<typename Derived >
bool MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived >::isValid

◆ parent()

template<typename Derived >
Derived MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived >::parent

Definition at line 53 of file StrictQModelIndices.h.

◆ row()

template<typename Derived >
int MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived >::row

◆ sibling()

template<typename Derived >
Derived MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived >::sibling ( int  row,
int  column 
) const

◆ untyped()

template<typename Derived >
QModelIndex MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived >::untyped

Member Data Documentation

◆ m_untypedIndex

template<typename Derived >
QModelIndex MantidQt::MantidWidgets::Batch::StrictQModelIndex< Derived >::m_untypedIndex
private

Definition at line 34 of file StrictQModelIndices.h.


The documentation for this class was generated from the following file: