procevt.tex
来自「wxWidgets 是一个跨平台的 GUI 框架。它给开发人员提供了统一的接口」· TEX 代码 · 共 58 行
TEX
58 行
\section{\class{wxProcessEvent}}\label{wxprocessevent}A process event is sent when a process is terminated.\wxheading{Derived from}\helpref{wxEvent}{wxevent}\\\helpref{wxObject}{wxobject}\wxheading{Include files}<wx/process.h>\wxheading{Event table macros}To process a wxProcessEvent, use these event handler macros to direct input to a memberfunction that takes a wxProcessEvent argument.\twocolwidtha{7cm}\begin{twocollist}\itemsep=0pt\twocolitem{{\bf EVT\_END\_PROCESS(id, func)}}{Process a wxEVT\_END\_PROCESS event.{\it id} is the identifier of the process object (the id passed to the wxProcess constructor)or a window to receive the event.}\end{twocollist}%\wxheading{See also}\helpref{wxProcess}{wxprocess},\rtfsp\helpref{Event handling overview}{eventhandlingoverview}\latexignore{\rtfignore{\wxheading{Members}}}\membersection{wxProcessEvent::wxProcessEvent}\label{wxprocesseventctor}\func{}{wxProcessEvent}{\param{int }{id = 0}, \param{int }{pid = 0}, \param{int }{exitcode = 0}}Constructor. Takes a wxProcessObject or window id, a process id and anexit status.%\membersection{wxProcessEvent::m\_pid}%%\member{int}{m\_pid}%%Contains the process id.%\membersection{wxProcessEvent::GetPid}\label{wxprocesseventgetpid}\constfunc{int}{GetPid}{\void}Returns the process id.\membersection{wxProcessEvent::GetExitCode}\label{wxprocesseventgetexitcode}\func{int}{GetExitCode}{\void}Returns the exist status.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?