1 \section{\class{wxProcessEvent
}}\label{wxprocessevent
}
3 A process event is sent when a process is terminated.
5 \wxheading{Derived from
}
7 \helpref{wxEvent
}{wxevent
}\\
8 \helpref{wxObject
}{wxobject
}
10 \wxheading{Include files
}
16 \helpref{wxBase
}{librarieslist
}
18 \wxheading{Event table macros
}
20 To process a wxProcessEvent, use these event handler macros to direct input to a member
21 function that takes a wxProcessEvent argument.
24 \begin{twocollist
}\itemsep=
0pt
25 \twocolitem{{\bf EVT
\_END\_PROCESS(id, func)
}}{Process a wxEVT
\_END\_PROCESS event.
26 {\it id
} is the identifier of the process object (the id passed to the wxProcess constructor)
27 or a window to receive the event.
}
32 \helpref{wxProcess
}{wxprocess
},
\rtfsp
33 \helpref{Event handling overview
}{eventhandlingoverview
}
35 \latexignore{\rtfignore{\wxheading{Members
}}}
37 \membersection{wxProcessEvent::wxProcessEvent
}\label{wxprocesseventctor
}
39 \func{}{wxProcessEvent
}{\param{int
}{id =
0},
\param{int
}{pid =
0},
\param{int
}{exitcode =
0}}
41 Constructor. Takes a wxProcessObject or window id, a process id and an
44 %\membersection{wxProcessEvent::m\_pid}
48 %Contains the process id.
50 \membersection{wxProcessEvent::GetPid
}\label{wxprocesseventgetpid
}
52 \constfunc{int
}{GetPid
}{\void}
54 Returns the process id.
56 \membersection{wxProcessEvent::GetExitCode
}\label{wxprocesseventgetexitcode
}
58 \func{int
}{GetExitCode
}{\void}
60 Returns the exist status.