The wxGISProcess class event. More...
#include <gxevent.h>
Public Member Functions | |
wxGISProcessEvent (wxEventType eventType=wxPROCESS_START, long nProcessID=wxNOT_FOUND, bool bHasErrors=false) | |
wxGISProcessEvent (const wxGISProcessEvent &event) | |
void | SetProcessID (long nProcessID) |
long | GetProcessID () const |
void | SetHasErrors (bool bHasErrors) |
bool | GetHasErrors () const |
virtual wxEvent * | Clone () const |
Protected Attributes | |
long | m_nProcessID |
bool | m_bHasErrors |
The wxGISProcess class event.