wxMaxima
|
This file defines the class ErrorRedirector that redirects wx Errors to a dialogue. More...
#include "precomp.h"
#include <wx/log.h>
#include <memory>
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... | |
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.