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