#include <DiagResults.h>
|
| void | died () |
| | is emitted just before the window dies to let the window that created this know the pointer it has is invalid
|
| |
| void | runAsPythonScript (const QString &code, bool) |
| |
|
| | DiagResults (QWidget *parent) |
| |
| void | updateResults (const QString &testSummary) |
| |
| | MantidDialog (QWidget *parent=nullptr, const Qt::WindowFlags &flags=Qt::WindowCloseButtonHint|Qt::WindowType::WindowTitleHint) |
| | DefaultConstructor.
|
| |
| | ~MantidDialog () override |
| | Destructor.
|
| |
|
| int | addRow (const QString &firstColumn, const QString &secondColumn) |
| |
| void | closeEvent (QCloseEvent *event) override |
| |
| void | updateRow (int row, const QString &text) |
| |
|
| QGridLayout * | m_Grid |
| | the layout that widgets are added to
|
| |
|
| static bool | handle (QObject *receiver, const std::exception &e) |
| | Handles the exception caught in an event handler.
|
| |
| virtual void | handleException (const std::exception &e) |
| | Override this method to handle an exception in a derived class.
|
| |
| QString | runPythonCode (const QString &code, bool no_output=false) |
| | Run python code that is passed to it and, optionally, return anything it wrote to standard output as a string.
|
| |
Definition at line 18 of file DiagResults.h.
◆ DiagResults()
| MantidQt::MantidWidgets::DiagResults::DiagResults |
( |
QWidget * |
parent | ) |
|
◆ addRow()
| int MantidQt::MantidWidgets::DiagResults::addRow |
( |
const QString & |
firstColumn, |
|
|
const QString & |
secondColumn |
|
) |
| |
|
private |
◆ closeEvent()
| void MantidQt::MantidWidgets::DiagResults::closeEvent |
( |
QCloseEvent * |
event | ) |
|
|
overrideprivate |
◆ died
| void MantidQt::MantidWidgets::DiagResults::died |
( |
| ) |
|
|
signal |
is emitted just before the window dies to let the window that created this know the pointer it has is invalid
◆ updateResults()
| void MantidQt::MantidWidgets::DiagResults::updateResults |
( |
const QString & |
testSummary | ) |
|
◆ updateRow()
| void MantidQt::MantidWidgets::DiagResults::updateRow |
( |
int |
row, |
|
|
const QString & |
text |
|
) |
| |
|
private |
◆ m_Grid
| QGridLayout* MantidQt::MantidWidgets::DiagResults::m_Grid |
|
private |
the layout that widgets are added to
Definition at line 37 of file DiagResults.h.
The documentation for this class was generated from the following file: