wxdialupeventthis is the event class for the dialup events sent by wxdialupmanager. derived from include files <wx/dialup.h> members 
wxdialupevent::wxdialupevent 
 wxdialupevent::wxdialupeventwxdialupevent(bool isconnected, bool isownevent) constructor is only used by wxdialupmanager. 
 wxdialupevent::isconnectedeventbool isconnectedevent() const is this a connected or disconnected event? in other words, does it notify about transition from offline to online state or vice versa? 
 wxdialupevent::isowneventbool isownevent() const does this event come from wxdialupmanager::dial() or from some extrenal process (i.e. does it result from our own attempt to establish the connection)? 
  |