|
Mantid
|
#include <AlgorithmInputHistory.h>
Public Types | |
| using | InputHistory = QHash< QString, QHash< QString, QString > > |
Public Member Functions | |
| AlgorithmInputHistorySettings (InputHistory lastInput={}, QString previousDirectory={}) | |
| InputHistory const & | lastInput () const |
| QString const & | previousDirectory () const |
Private Attributes | |
| InputHistory | m_lastInput |
| QString | m_previousDirectory |
Definition at line 21 of file AlgorithmInputHistory.h.
| using MantidQt::API::AlgorithmInputHistorySettings::InputHistory = QHash<QString, QHash<QString, QString> > |
Definition at line 23 of file AlgorithmInputHistory.h.
| AlgorithmInputHistorySettings::AlgorithmInputHistorySettings | ( | InputHistory | lastInput = {}, |
| QString | previousDirectory = {} |
||
| ) |
Definition at line 23 of file AlgorithmInputHistory.cpp.
| AlgorithmInputHistorySettings::InputHistory const & AlgorithmInputHistorySettings::lastInput | ( | ) | const |
Definition at line 26 of file AlgorithmInputHistory.cpp.
References m_lastInput.
Referenced by MantidQt::API::AbstractAlgorithmInputHistory::restoreSettings(), and MantidQt::API::AbstractAlgorithmInputHistory::saveSettings().
| QString const & AlgorithmInputHistorySettings::previousDirectory | ( | ) | const |
Definition at line 30 of file AlgorithmInputHistory.cpp.
References m_previousDirectory.
Referenced by MantidQt::API::AbstractAlgorithmInputHistory::restoreSettings(), and MantidQt::API::AbstractAlgorithmInputHistory::saveSettings().
|
private |
Definition at line 31 of file AlgorithmInputHistory.h.
Referenced by lastInput().
|
private |
Definition at line 32 of file AlgorithmInputHistory.h.
Referenced by previousDirectory().