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
}
14 \wxheading{Event table macros
}
16 To process a wxProcessEvent, use these event handler macros to direct input to a member
17 function that takes a wxProcessEvent argument.
20 \begin{twocollist
}\itemsep=
0pt
21 \twocolitem{{\bf EVT
\_END\_PROCESS(id, func)
}}{Process a wxEVT
\_END\_PROCESS event.
22 {\it id
} is the identifier of the process object (the id passed to the wxProcess constructor)
23 or a window to receive the event.
}
28 \helpref{wxProcess
}{wxprocess
},
\rtfsp
29 \helpref{Event handling overview
}{eventhandlingoverview
}
31 \latexignore{\rtfignore{\wxheading{Members
}}}
33 \membersection{wxProcessEvent::wxProcessEvent
}
35 \func{}{wxProcessEvent
}{\param{int
}{id =
0},
\param{int
}{pid =
0}}
37 Constructor. Takes a wxProcessObject or window id, and a process id.
39 \membersection{wxProcessEvent::m
\_pid}
43 Contains the process id.
45 \membersection{wxProcessEvent::GetPid
}\label{wxprocesseventgetpid
}
47 \constfunc{int
}{GetPid
}{\void}
49 Returns the process id.
51 \membersection{wxProcessEvent::SetPid
}\label{wxprocesseventsetpid
}
53 \func{void
}{SetPid
}{\param{int
}{ pid
}}