This commit was manufactured by cvs2svn to create tag 'WX_2_2_9'.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/WX_2_2_9@13364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
48
docs/latex/wx/dialevt.tex
Normal file
48
docs/latex/wx/dialevt.tex
Normal file
@@ -0,0 +1,48 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Name: dialevt.tex
|
||||
%% Purpose: wxDialUpEvent documentation
|
||||
%% Author: Vadim Zeitlin
|
||||
%% Modified by:
|
||||
%% Created: 08.04.00
|
||||
%% RCS-ID: $Id$
|
||||
%% Copyright: (c) Vadim Zeitlin
|
||||
%% License: wxWindows license
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\section{\class{wxDialUpEvent}}\label{wxdialupevent}
|
||||
|
||||
This is the event class for the dialup events sent by
|
||||
\helpref{wxDialUpManager}{wxdialupmanager}.
|
||||
|
||||
\wxheading{Derived from}
|
||||
|
||||
\helpref{wxEvent}{wxevent}\\
|
||||
\helpref{wxObject}{wxobject}
|
||||
|
||||
\wxheading{Include files}
|
||||
|
||||
<wx/dialup.h>
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
\membersection{wxDialUpEvent::wxDialUpEvent}\label{wxdialupeventwxdialupevent}
|
||||
|
||||
\func{}{wxDialUpEvent}{\param{bool }{isConnected}, \param{bool }{isOwnEvent}}
|
||||
|
||||
Constructor is only used by \helpref{wxDialUpManager}{wxdialupmanager}.
|
||||
|
||||
\membersection{wxDialUpEvent::IsConnectedEvent}\label{wxdialupeventisconnectedevent}
|
||||
|
||||
\constfunc{bool}{IsConnectedEvent}{\void}
|
||||
|
||||
Is this a {\tt CONNECTED} or {\tt DISCONNECTED} event? In other words, does it
|
||||
notify about transition from offline to online state or vice versa?
|
||||
|
||||
\membersection{wxDialUpEvent::IsOwnEvent}\label{wxdialupeventisownevent}
|
||||
|
||||
\constfunc{bool}{IsOwnEvent}{\void}
|
||||
|
||||
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)?
|
||||
|
Reference in New Issue
Block a user