wxMaxima
Loading...
Searching...
No Matches
Data Structures
ErrorRedirector.h File Reference

This file defines the class ErrorRedirector that redirects wx Errors to a dialogue. More...

#include "precomp.h"
#include <wx/log.h>
#include <memory>
Include dependency graph for ErrorRedirector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ErrorRedirector
 Redirect error messages (but not warnings) to a second target. More...
 
class  SuppressErrorDialogs
 If a variable of this class is alive errors won't create popup dialogues. More...
 

Detailed Description

This file defines the class ErrorRedirector that redirects wx Errors to a dialogue.

It is a customized copy of a portion of wxWidget's log.cpp.