#include <error-handler.h>
Inheritance diagram for Yehia::ErrorHandler:
Public Member Functions | |
ErrorHandler (ErrorHandler *parent=0, bool tunnel=true) | |
ErrorHandler * | parent () |
const ErrorHandler * | parent () const |
void | set_parent (ErrorHandler *parent) |
void | emit_error (const std::string &message) |
void | emit_log (int level, const std::string &message) |
Public Attributes | |
SigC::Signal2< bool, int, const std::string & > | log |
|
Constructor.
|
|
Emit an error.
|
|
Emit a log message.
|
|
see parent()
|
|
The parent object, or NULL.
|
|
Set the parent object.
|
|
Emitted when a message is logged.
|