Mantid
|
#include <AlgorithmProgressDialogWidget.h>
Signals | |
void | clickedWithAlg (Mantid::API::IAlgorithm_sptr alg) |
Public Member Functions | |
AlgorithmProgressDialogWidgetCancelButton (Mantid::API::IAlgorithm_sptr alg, QWidget *parent=0) | |
Private Slots | |
void | clickedWithAlgSlot () |
Private Attributes | |
Mantid::API::IAlgorithm_sptr | m_alg |
Definition at line 52 of file AlgorithmProgressDialogWidget.h.
|
inline |
Definition at line 55 of file AlgorithmProgressDialogWidget.h.
References clickedWithAlgSlot().
|
signal |
|
inlineprivateslot |
Definition at line 64 of file AlgorithmProgressDialogWidget.h.
References m_alg.
Referenced by AlgorithmProgressDialogWidgetCancelButton().
|
private |
Definition at line 67 of file AlgorithmProgressDialogWidget.h.
Referenced by clickedWithAlgSlot().