]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/dialevt.tex
API change: a single SELECTION_CHANGED not lots of SELECT and UNSELECT events
[wxWidgets.git] / docs / latex / wx / dialevt.tex
CommitLineData
f6bcfd97
BP
1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%% Name: dialevt.tex
3%% Purpose: wxDialUpEvent documentation
4%% Author: Vadim Zeitlin
5%% Modified by:
6%% Created: 08.04.00
7%% RCS-ID: $Id$
8%% Copyright: (c) Vadim Zeitlin
8795498c 9%% License: wxWindows license
f6bcfd97
BP
10%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12\section{\class{wxDialUpEvent}}\label{wxdialupevent}
13
14This is the event class for the dialup events sent by
15\helpref{wxDialUpManager}{wxdialupmanager}.
16
17\wxheading{Derived from}
18
19\helpref{wxEvent}{wxevent}\\
20\helpref{wxObject}{wxobject}
21
22\wxheading{Include files}
23
24<wx/dialup.h>
25
a7af285d
VZ
26\wxheading{Library}
27
28\helpref{wxCore}{librarieslist}
29
f6bcfd97
BP
30\latexignore{\rtfignore{\wxheading{Members}}}
31
32\membersection{wxDialUpEvent::wxDialUpEvent}\label{wxdialupeventwxdialupevent}
33
34\func{}{wxDialUpEvent}{\param{bool }{isConnected}, \param{bool }{isOwnEvent}}
35
36Constructor is only used by \helpref{wxDialUpManager}{wxdialupmanager}.
37
38\membersection{wxDialUpEvent::IsConnectedEvent}\label{wxdialupeventisconnectedevent}
39
40\constfunc{bool}{IsConnectedEvent}{\void}
41
42Is this a {\tt CONNECTED} or {\tt DISCONNECTED} event? In other words, does it
43notify about transition from offline to online state or vice versa?
44
45\membersection{wxDialUpEvent::IsOwnEvent}\label{wxdialupeventisownevent}
46
47\constfunc{bool}{IsOwnEvent}{\void}
48
49Does this event come from wxDialUpManager::Dial() or from some extrenal
50process (i.e. does it result from our own attempt to establish the
51connection)?
52