SHAPER  9.12.0
XGUI_ErrorDialog Class Reference

A class of dialog to show error message. More...

Inheritance diagram for XGUI_ErrorDialog:
Inheritance graph

Public Slots

XGUI_EXPORT void refresh ()
 Update dialog box. More...
 
XGUI_EXPORT void clear ()
 Clear messages. More...
 
XGUI_EXPORT void addError (std::shared_ptr< Events_InfoMessage > theMsg)
 Add error message. More...
 
XGUI_EXPORT void removeError (const QString &)
 Remove error message. More...
 

Public Member Functions

XGUI_EXPORT XGUI_ErrorDialog (QWidget *parent)
 Constructor. More...
 

Detailed Description

A class of dialog to show error message.

Constructor & Destructor Documentation

◆ XGUI_ErrorDialog()

XGUI_ErrorDialog::XGUI_ErrorDialog ( QWidget parent)

Constructor.

Parameters
parenta parent widget

Member Function Documentation

◆ refresh

void XGUI_ErrorDialog::refresh ( )
slot

Update dialog box.

◆ clear

void XGUI_ErrorDialog::clear ( )
slot

Clear messages.

◆ addError

void XGUI_ErrorDialog::addError ( std::shared_ptr< Events_InfoMessage theMsg)
slot

Add error message.

◆ removeError

void XGUI_ErrorDialog::removeError ( const QString &  theError)
slot

Remove error message.