Utility functions to show message boxes related to Source-Highlight library thrown exceptions. More...
#include <SourceHighlightExceptionBox.h>
Static Public Member Functions | |
| static void | showMessageBox (const srchilite::ParserException &e, QWidget *parent=0) |
| Shows a message box with the details of the ParserException exception (e.g., due to a syntax error in a language definition file). | |
| static void | showMessageBox (const std::exception &e, QWidget *parent=0) |
| Shows a message box with the details of the std::exception. | |
Utility functions to show message boxes related to Source-Highlight library thrown exceptions.
| void srchiliteqt::SourceHighlightExceptionBox::showMessageBox | ( | const std::exception & | e, | |
| QWidget * | parent = 0 | |||
| ) | [static] |
Shows a message box with the details of the std::exception.
| e | the exception | |
| parent | the parent of the message box |
| void srchiliteqt::SourceHighlightExceptionBox::showMessageBox | ( | const srchilite::ParserException & | e, | |
| QWidget * | parent = 0 | |||
| ) | [static] |
Shows a message box with the details of the ParserException exception (e.g., due to a syntax error in a language definition file).
| e | the exception | |
| parent | the parent of the message box |
1.6.1