Mantid
|
#include <AlgorithmHistoryWindow.h>
Public Member Functions | |
AlgEnvHistoryGrpBox (const QString &, QWidget *w) | |
AlgEnvHistoryGrpBox (QWidget *w) | |
void | fillEnvHistoryGroupBox (const Mantid::Kernel::EnvironmentHistory &envHist) |
QLineEdit * | getfrmworkVersionEdit () const |
QLineEdit * | getosNameEdit () const |
QLineEdit * | getosVersionEdit () const |
~AlgEnvHistoryGrpBox () override | |
Private Attributes | |
QLineEdit * | m_frmwkVersnEdit |
QLabel * | m_frmworkVersionLabel |
QLineEdit * | m_osNameEdit |
QLabel * | m_osNameLabel |
QLineEdit * | m_osVersionEdit |
QLabel * | m_osVersionLabel |
Definition at line 112 of file AlgorithmHistoryWindow.h.
|
explicit |
Definition at line 131 of file AlgorithmHistoryWindow.cpp.
AlgEnvHistoryGrpBox::AlgEnvHistoryGrpBox | ( | const QString & | title, |
QWidget * | w | ||
) |
Definition at line 135 of file AlgorithmHistoryWindow.cpp.
References m_frmwkVersnEdit, m_frmworkVersionLabel, m_osNameEdit, m_osNameLabel, m_osVersionEdit, and m_osVersionLabel.
|
override |
Definition at line 173 of file AlgorithmHistoryWindow.cpp.
References m_frmwkVersnEdit, m_frmworkVersionLabel, m_osNameEdit, m_osNameLabel, m_osVersionEdit, and m_osVersionLabel.
void AlgEnvHistoryGrpBox::fillEnvHistoryGroupBox | ( | const Mantid::Kernel::EnvironmentHistory & | envHist | ) |
Definition at line 431 of file AlgorithmHistoryWindow.cpp.
References Mantid::Kernel::EnvironmentHistory::frameworkVersion(), getfrmworkVersionEdit(), getosNameEdit(), getosVersionEdit(), Mantid::Kernel::EnvironmentHistory::osName(), and Mantid::Kernel::EnvironmentHistory::osVersion().
Referenced by AlgorithmHistoryWindow::createEnvHistGrpBox().
|
inline |
Definition at line 121 of file AlgorithmHistoryWindow.h.
References m_frmwkVersnEdit.
Referenced by fillEnvHistoryGroupBox().
|
inline |
Definition at line 119 of file AlgorithmHistoryWindow.h.
References m_osNameEdit.
Referenced by fillEnvHistoryGroupBox().
|
inline |
Definition at line 120 of file AlgorithmHistoryWindow.h.
References m_osVersionEdit.
Referenced by fillEnvHistoryGroupBox().
|
private |
Definition at line 130 of file AlgorithmHistoryWindow.h.
Referenced by AlgEnvHistoryGrpBox(), getfrmworkVersionEdit(), and ~AlgEnvHistoryGrpBox().
|
private |
Definition at line 129 of file AlgorithmHistoryWindow.h.
Referenced by AlgEnvHistoryGrpBox(), and ~AlgEnvHistoryGrpBox().
|
private |
Definition at line 126 of file AlgorithmHistoryWindow.h.
Referenced by AlgEnvHistoryGrpBox(), getosNameEdit(), and ~AlgEnvHistoryGrpBox().
|
private |
Definition at line 125 of file AlgorithmHistoryWindow.h.
Referenced by AlgEnvHistoryGrpBox(), and ~AlgEnvHistoryGrpBox().
|
private |
Definition at line 128 of file AlgorithmHistoryWindow.h.
Referenced by AlgEnvHistoryGrpBox(), getosVersionEdit(), and ~AlgEnvHistoryGrpBox().
|
private |
Definition at line 127 of file AlgorithmHistoryWindow.h.
Referenced by AlgEnvHistoryGrpBox(), and ~AlgEnvHistoryGrpBox().