Mantid
|
#include <AlgorithmHistoryWindow.h>
Public Slots | |
void | copySelectedItemText () |
void | popupMenu (const QPoint &pos) |
Public Member Functions | |
AlgHistoryProperties (QWidget *w, std::vector< Mantid::Kernel::PropertyHistory_sptr > propHist) | |
void | clearData () |
void | displayAlgHistoryProperties () |
Populates the Algorithm History display with property names, values, directions and whether their values were the defaults. More... | |
const Mantid::Kernel::PropertyHistories & | getAlgProperties () |
void | setAlgProperties (const std::vector< Mantid::Kernel::PropertyHistory_sptr > &histProp) |
Public Attributes | |
QTreeWidget * | m_histpropTree |
Private Attributes | |
QMenu * | m_contextMenu |
QAction * | m_copyAction |
std::vector< Mantid::Kernel::PropertyHistory_sptr > | m_Histprop |
QString | m_selectedItemText |
Definition at line 181 of file AlgorithmHistoryWindow.h.
AlgHistoryProperties::AlgHistoryProperties | ( | QWidget * | w, |
std::vector< Mantid::Kernel::PropertyHistory_sptr > | propHist | ||
) |
Definition at line 509 of file AlgorithmHistoryWindow.cpp.
References copySelectedItemText(), m_contextMenu, m_copyAction, m_histpropTree, and popupMenu().
void AlgHistoryProperties::clearData | ( | ) |
Definition at line 535 of file AlgorithmHistoryWindow.cpp.
References m_histpropTree.
Referenced by AlgorithmHistoryWindow::updateAlgHistoryProperties().
|
slot |
Definition at line 560 of file AlgorithmHistoryWindow.cpp.
References m_selectedItemText.
Referenced by AlgHistoryProperties().
void AlgHistoryProperties::displayAlgHistoryProperties | ( | ) |
Populates the Algorithm History display with property names, values, directions and whether their values were the defaults.
If a value was unset and its default value is EMPTY_INT, EMPTY_DBL or EMPTY_LONG, display an empty space to the user rather than the internal numeric representation of an empty value.
Definition at line 576 of file AlgorithmHistoryWindow.cpp.
References m_Histprop, and m_histpropTree.
Referenced by AlgorithmHistoryWindow::createAlgHistoryPropWindow(), and AlgorithmHistoryWindow::updateAlgHistoryProperties().
const PropertyHistories & AlgHistoryProperties::getAlgProperties | ( | ) |
Definition at line 549 of file AlgorithmHistoryWindow.cpp.
References m_Histprop.
|
slot |
Definition at line 551 of file AlgorithmHistoryWindow.cpp.
References m_contextMenu, m_histpropTree, and m_selectedItemText.
Referenced by AlgHistoryProperties().
void AlgHistoryProperties::setAlgProperties | ( | const std::vector< Mantid::Kernel::PropertyHistory_sptr > & | histProp | ) |
Definition at line 545 of file AlgorithmHistoryWindow.cpp.
References m_Histprop.
Referenced by AlgorithmHistoryWindow::updateAlgHistoryProperties().
|
private |
Definition at line 202 of file AlgorithmHistoryWindow.h.
Referenced by AlgHistoryProperties(), and popupMenu().
|
private |
Definition at line 201 of file AlgorithmHistoryWindow.h.
Referenced by AlgHistoryProperties().
|
private |
Definition at line 205 of file AlgorithmHistoryWindow.h.
Referenced by displayAlgHistoryProperties(), getAlgProperties(), and setAlgProperties().
QTreeWidget* AlgHistoryProperties::m_histpropTree |
Definition at line 198 of file AlgorithmHistoryWindow.h.
Referenced by AlgHistoryProperties(), AlgorithmHistoryWindow::AlgorithmHistoryWindow(), clearData(), displayAlgHistoryProperties(), and popupMenu().
|
private |
Definition at line 203 of file AlgorithmHistoryWindow.h.
Referenced by copySelectedItemText(), and popupMenu().