Version: 2.9.4
Public Member Functions
wxProcessEvent Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/process.h>

Inheritance diagram for wxProcessEvent:

Detailed Description

A process event is sent to the wxEvtHandler specified to wxProcess when a process is terminated.

Events using this class

The following event handler macros redirect the events to member function handlers 'func' with prototypes like:

void handlerFuncName(wxProcessEvent& event)

Event macros:

Library:  wxBase
Category:  Events
参照:
wxProcess, Events and Event Handling

Public Member Functions

 wxProcessEvent (int id=0, int pid=0, int exitcode=0)
 Constructor.
int GetExitCode ()
 Returns the exist status.
int GetPid ()
 Returns the process id.

List of all members.


Constructor & Destructor Documentation

wxProcessEvent::wxProcessEvent ( int  id = 0,
int  pid = 0,
int  exitcode = 0 
)

Constructor.

Takes a wxProcessObject or window id, a process id and an exit status.


Member Function Documentation

int wxProcessEvent::GetExitCode ( )

Returns the exist status.

int wxProcessEvent::GetPid ( )

Returns the process id.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines