
Private Member Functions | |
| virtual void | Error (std::string const &msg) |
| An error has occured. | |
| virtual void | Warning (std::string const &msg) |
| A warning should be issued. | |
| virtual void | Information (std::string const &msg) |
| Information should be displayed. | |
| virtual void | Debug (std::string const &msg) |
| Debug trace. | |
The base class just printf messages, which will not be seen in a GUI application. This sub class uses wxWidgets to pop-up dialogs with stacked errors, warnings, and information.
| virtual void sgis::image::WalzErrorHandler::Error | ( | std::string const & | msg | ) | [private, virtual] |
| virtual void sgis::image::WalzErrorHandler::Warning | ( | std::string const & | msg | ) | [private, virtual] |
A warning should be issued.
This overload calls wxLogWarning.
Reimplemented from laserlib::ErrorHandler.
| virtual void sgis::image::WalzErrorHandler::Information | ( | std::string const & | msg | ) | [private, virtual] |
Information should be displayed.
This overload calls wxLogMessage
Reimplemented from laserlib::ErrorHandler.
| virtual void sgis::image::WalzErrorHandler::Debug | ( | std::string const & | msg | ) | [private, virtual] |
Debug trace.
This overload calls wxMessageOutputDebug::Printf
Reimplemented from laserlib::ErrorHandler.
1.5.6