Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
MantidQt::MantidWidgets::SelectedAlgorithm Struct Reference

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
 

Detailed Description

Represents the algorithm selected by the user Contains name and version.

Definition at line 41 of file AlgorithmSelectorWidget.h.

Constructor & Destructor Documentation

◆ SelectedAlgorithm()

MantidQt::MantidWidgets::SelectedAlgorithm::SelectedAlgorithm ( const QString &  nameIn,
const int  versionIn 
)
inline

constructor

Definition at line 47 of file AlgorithmSelectorWidget.h.

Member Function Documentation

◆ operator QString()

MantidQt::MantidWidgets::SelectedAlgorithm::operator QString ( )
inline

implicit conversion to QString

Definition at line 45 of file AlgorithmSelectorWidget.h.

References name.

Member Data Documentation

◆ name

QString MantidQt::MantidWidgets::SelectedAlgorithm::name

◆ version

int MantidQt::MantidWidgets::SelectedAlgorithm::version

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