Mantid
|
#include <AlgorithmHistoryWindow.h>
Public Member Functions | |
AlgExecSummaryGrpBox (const QString &, QWidget *w) | |
AlgExecSummaryGrpBox (QWidget *w) | |
void | setData (const double execDuration, const Mantid::Types::Core::DateAndTime execDate) |
~AlgExecSummaryGrpBox () override | |
Private Member Functions | |
QLineEdit * | getAlgExecDateCtrl () const |
QLineEdit * | getAlgExecDurationCtrl () const |
Private Attributes | |
QString | m_algexecDuration |
QLabel * | m_Datelabel |
QLineEdit * | m_execDateTimeEdit |
QLineEdit * | m_execDurationEdit |
QLabel * | m_execDurationlabel |
Definition at line 92 of file AlgorithmHistoryWindow.h.
|
explicit |
Definition at line 60 of file AlgorithmHistoryWindow.cpp.
AlgExecSummaryGrpBox::AlgExecSummaryGrpBox | ( | const QString & | title, |
QWidget * | w | ||
) |
Definition at line 64 of file AlgorithmHistoryWindow.cpp.
References m_Datelabel, m_execDateTimeEdit, m_execDurationEdit, and m_execDurationlabel.
|
override |
Definition at line 91 of file AlgorithmHistoryWindow.cpp.
References m_Datelabel, m_execDateTimeEdit, m_execDurationEdit, and m_execDurationlabel.
|
inlineprivate |
Definition at line 102 of file AlgorithmHistoryWindow.h.
References m_execDateTimeEdit.
Referenced by setData().
|
inlineprivate |
Definition at line 101 of file AlgorithmHistoryWindow.h.
References m_execDurationEdit.
Referenced by setData().
void AlgExecSummaryGrpBox::setData | ( | const double | execDuration, |
const Mantid::Types::Core::DateAndTime | execDate | ||
) |
Definition at line 109 of file AlgorithmHistoryWindow.cpp.
References getAlgExecDateCtrl(), and getAlgExecDurationCtrl().
Referenced by AlgorithmHistoryWindow::createExecSummaryGrpBox(), and AlgorithmHistoryWindow::updateExecSummaryGrpBox().
|
private |
Definition at line 109 of file AlgorithmHistoryWindow.h.
|
private |
Definition at line 107 of file AlgorithmHistoryWindow.h.
Referenced by AlgExecSummaryGrpBox(), and ~AlgExecSummaryGrpBox().
|
private |
Definition at line 108 of file AlgorithmHistoryWindow.h.
Referenced by AlgExecSummaryGrpBox(), getAlgExecDateCtrl(), and ~AlgExecSummaryGrpBox().
|
private |
Definition at line 106 of file AlgorithmHistoryWindow.h.
Referenced by AlgExecSummaryGrpBox(), getAlgExecDurationCtrl(), and ~AlgExecSummaryGrpBox().
|
private |
Definition at line 105 of file AlgorithmHistoryWindow.h.
Referenced by AlgExecSummaryGrpBox(), and ~AlgExecSummaryGrpBox().