|
Mantid
|
Represents the algorithm selected by the user Contains name and version. More...
#include <AlgorithmSelectorWidget.h>
Public Member Functions | |
| operator QString () | |
| implicit conversion to QString More... | |
| SelectedAlgorithm (const QString &nameIn, const int versionIn) | |
| constructor More... | |
Public Attributes | |
| QString | name |
| int | version |
Represents the algorithm selected by the user Contains name and version.
Definition at line 41 of file AlgorithmSelectorWidget.h.
|
inline |
constructor
Definition at line 47 of file AlgorithmSelectorWidget.h.
|
inline |
implicit conversion to QString
Definition at line 45 of file AlgorithmSelectorWidget.h.
References name.
| QString MantidQt::MantidWidgets::SelectedAlgorithm::name |
Definition at line 42 of file AlgorithmSelectorWidget.h.
Referenced by MantidQt::MantidWidgets::AlgorithmSelectorWidget::getSelectedAlgorithm(), MantidQt::MantidWidgets::AlgorithmTreeWidget::getSelectedAlgorithm(), and operator QString().
| int MantidQt::MantidWidgets::SelectedAlgorithm::version |
Definition at line 43 of file AlgorithmSelectorWidget.h.
Referenced by MantidQt::MantidWidgets::AlgorithmTreeWidget::getSelectedAlgorithm().