KDEUI
kcrash.h File Reference
#include <kdeui_export.h>
Go to the source code of this file.
Namespaces | |
namespace | KCrash |
Typedefs | |
typedef void(* | KCrash::HandlerType )(int) |
Enumerations | |
enum | KCrash::CrashFlag { KCrash::KeepFDs = 1, KCrash::SaferDialog = 2, KCrash::AlwaysDirectly = 4, KCrash::AutoRestart = 8 } |
Functions | |
HandlerType | KCrash::crashHandler () |
void | KCrash::defaultCrashHandler (int signal) |
HandlerType | KCrash::emergencySaveFunction () |
void | KCrash::setApplicationName (const QString &name) |
void | KCrash::setApplicationPath (const QString &path) |
void | KCrash::setCrashHandler (HandlerType handler=defaultCrashHandler) |
void | KCrash::setEmergencySaveFunction (HandlerType saveFunction=0) |
void | KCrash::setFlags (CrashFlags flags) |