Mantid
Loading...
Searching...
No Matches
Signals | Public Member Functions | Private Member Functions | Private Attributes | List of all members
MantidQt::MantidWidgets::DiagResults Class Reference

#include <DiagResults.h>

Inheritance diagram for MantidQt::MantidWidgets::DiagResults:
MantidQt::API::MantidDialog

Signals

void died ()
 is emitted just before the window dies to let the window that created this know the pointer it has is invalid
 
- Signals inherited from MantidQt::API::MantidDialog
void runAsPythonScript (const QString &code, bool)
 

Public Member Functions

 DiagResults (QWidget *parent)
 
void updateResults (const QString &testSummary)
 
- Public Member Functions inherited from MantidQt::API::MantidDialog
 MantidDialog (QWidget *parent=nullptr, const Qt::WindowFlags &flags=Qt::WindowCloseButtonHint|Qt::WindowType::WindowTitleHint)
 DefaultConstructor.
 
 ~MantidDialog () override
 Destructor.
 

Private Member Functions

int addRow (const QString &firstColumn, const QString &secondColumn)
 
void closeEvent (QCloseEvent *event) override
 
void updateRow (int row, const QString &text)
 

Private Attributes

QGridLayout * m_Grid
 the layout that widgets are added to
 

Additional Inherited Members

- Static Public Member Functions inherited from MantidQt::API::MantidDialog
static bool handle (QObject *receiver, const std::exception &e)
 Handles the exception caught in an event handler.
 
- Protected Member Functions inherited from MantidQt::API::MantidDialog
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.
 

Detailed Description

Definition at line 18 of file DiagResults.h.

Constructor & Destructor Documentation

◆ DiagResults()

MantidQt::MantidWidgets::DiagResults::DiagResults ( QWidget *  parent)

Member Function Documentation

◆ 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

Member Data Documentation

◆ 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: