|
|
This class handles segmentation-faults. By default it displays a message-box saying the application crashed. This default can be overridden by setting a custom crash handler with setCrashHandler(). If a function is specified with setEmergencySaveFunction() it will be called by the default crash handler, giving the application a chance to save its data.
void |
[static]
typedef |
void |
[static]
Install a function to be called in case a SIGSEGV is caught.
Parameters:
HandlerType |
[static]
Returns the intalled crash handler
void |
[static]
Installs a function which should try to save the applications data. It is the crash handler´s responsibility to call this function. Therefore, if no crash handler is set, the default crash handler is installed to ensure the save function is called.
HandlerType |
[static]
Return the currently set emergency save function.
void |
[static]
Sets the application path path
which should be passed to
Dr. Konqi, our nice crash display application.
void |
[static]
Sets the application name name
which should be passed to
Dr. Konqi, our nice crash display application.
static HandlerType |
[protected]
static HandlerType |
[protected]
Generated by: baudens@ke.mandrakesoft.com on Thu Oct 26 17:36:19 2000, using kdoc 2.0a40. |