RepoTreeView : A specialization of QTreeView class that emits signal every time the selection change.
More...
#include <RepoTreeView.h>
|
void | currentChanged (const QModelIndex ¤t, const QModelIndex &previous) override |
|
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.
◆ RepoTreeView()
MantidQt::API::RepoTreeView::RepoTreeView |
( |
QWidget * |
parent = nullptr | ) |
|
|
inline |
◆ ~RepoTreeView()
MantidQt::API::RepoTreeView::~RepoTreeView |
( |
| ) |
|
|
inlineoverride |
◆ currentCell
void MantidQt::API::RepoTreeView::currentCell |
( |
const QModelIndex & |
| ) |
|
|
signal |
◆ currentChanged
void MantidQt::API::RepoTreeView::currentChanged |
( |
const QModelIndex & |
current, |
|
|
const QModelIndex & |
previous |
|
) |
| |
|
inlineoverrideprotectedslot |
The documentation for this class was generated from the following file: