Mantid
Loading...
Searching...
No Matches
Signals | Public Member Functions | Protected Slots | List of all members
MantidQt::API::RepoTreeView Class Reference

RepoTreeView : A specialization of QTreeView class that emits signal every time the selection change. More...

#include <RepoTreeView.h>

Inheritance diagram for MantidQt::API::RepoTreeView:

Signals

void currentCell (const QModelIndex &)
 

Public Member Functions

 RepoTreeView (QWidget *parent=nullptr)
 
 ~RepoTreeView () override
 

Protected Slots

void currentChanged (const QModelIndex &current, const QModelIndex &previous) override
 

Detailed Description

RepoTreeView : A specialization of QTreeView class that emits signal every time the selection change.

It extends the currentChanged method in order to add the emition of the signal currentCell.

Definition at line 18 of file RepoTreeView.h.

Constructor & Destructor Documentation

◆ RepoTreeView()

MantidQt::API::RepoTreeView::RepoTreeView ( QWidget *  parent = nullptr)
inline

Definition at line 23 of file RepoTreeView.h.

◆ ~RepoTreeView()

MantidQt::API::RepoTreeView::~RepoTreeView ( )
inlineoverride

Definition at line 25 of file RepoTreeView.h.

Member Function Documentation

◆ currentCell

void MantidQt::API::RepoTreeView::currentCell ( const QModelIndex &  )
signal

◆ currentChanged

void MantidQt::API::RepoTreeView::currentChanged ( const QModelIndex &  current,
const QModelIndex &  previous 
)
inlineoverrideprotectedslot

Definition at line 32 of file RepoTreeView.h.


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