|
|
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]
Install a function to be called in case a SIGSEGV is caught.
Parameters:
| HandlerType | handler can be one of |
| 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.
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 04:05:18 2001, using kdoc 2.0a35. |