#include "ut_types.h"#include "ut_bytebuf.h"#include "ap_App.h"#include "ap_UnixPrefs.h"#include "ap_UnixClipboard.h"#include "pt_Types.h"Go to the source code of this file.
Classes | |
| class | AP_UnixApp |
Functions | |
| void | signalWrapper (int) |
| void signalWrapper | ( | int | sig_num | ) |
This is a global function to call our signal handler. It needs to be global so that we can pass a function pointer to it to C code that handles signals.
This is a global function to call our signal handler. It needs to be global so that we can pass a function pointer to it to C code that handles signals.
This is a global function to call our signal handler. It needs to be global so that we can pass a function pointer to it to C code that handles signals.
References AP_UnixApp::catchSignals(), AP_CocoaApp::catchSignals(), and XAP_App::getApp().
Referenced by AP_UnixApp::catchSignals(), and AP_CocoaApp::catchSignals().
1.7.1