Classes | |
class | wxProcess |
The objects of this class are used in conjunction with the wxExecute() function. More... | |
class | wxProcessEvent |
A process event is sent to the wxEvtHandler specified to wxProcess when a process is terminated. More... | |
Enumerations | |
enum | wxSignal { wxSIGNONE = 0, wxSIGHUP, wxSIGINT, wxSIGQUIT, wxSIGILL, wxSIGTRAP, wxSIGABRT, wxSIGEMT, wxSIGFPE, wxSIGKILL, wxSIGBUS, wxSIGSEGV, wxSIGSYS, wxSIGPIPE, wxSIGALRM, wxSIGTERM } |
Signal constants used by wxProcess. More... | |
enum | wxKillError { wxKILL_OK, wxKILL_BAD_SIGNAL, wxKILL_ACCESS_DENIED, wxKILL_NO_PROCESS, wxKILL_ERROR } |
Return values for wxProcess::Kill. More... |
enum wxKillError |
Return values for wxProcess::Kill.
![]() |
[ top ] |