kcrash.h
static HandlerType emergencySaveFunction()
Return the currently set emergency save function.
Definition kcrash.h:88
void(* HandlerType)(int)
This function type is a pointer to a crash handler function.
Definition kcrash.h:55
static HandlerType _emergencySaveFunction
Pointer to the emergency save function.
Definition kcrash.h:119
static void setCrashHandler(HandlerType handler=defaultCrashHandler)
Install a function to be called in case a SIGSEGV is caught.
Definition kcrash.cpp:86
static void setSafer(bool on)
Set whether to start drkonqi without arbitrary disk access.
Definition kcrash.h:93
static void setApplicationName(TQString name)
Sets the application name name which should be passed to Dr.
Definition kcrash.h:108
static void setApplicationPath(TQString path)
Sets the application path which should be passed to Dr.
Definition kcrash.h:100
Trinity API Reference