.\" This is a wxWidgets manpage page generated from the XML docs .TH wxDialUpEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxDialUpEvent \- Event send by wxDialUpManager .SH DESCRIPTION This is the event class for the dialup events sent by wxDialUpManager . .SH "PARENTS" wxEvent wxObject .SH "INCLUDE FILES" wx/dialup.h .SH MEMBERS .SS wxDialUpEvent (bool isConnectedbool isOwnEvent) Constructor is only used by wxDialUpManager . .SS bool IsConnectedEvent () Is this a CONNECTED or DISCONNECTED event? In other words, does it notify about transition from offline to online state or vice versa? .SS bool IsOwnEvent () 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)? .SH "SEE ALSO" wxEvent wxObject .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.