dialevt.tex

来自「wxWidgets 是一个跨平台的 GUI 框架。它给开发人员提供了统一的接口」· TEX 代码 · 共 49 行

TEX
49
字号
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Name:        dialevt.tex%% Purpose:     wxDialUpEvent documentation%% Author:      Vadim Zeitlin%% Modified by:%% Created:     08.04.00%% RCS-ID:      $Id: dialevt.tex,v 1.4 2005/02/22 15:09:48 ABX Exp $%% 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 itnotify 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 extrenalprocess (i.e. does it result from our own attempt to establish theconnection)?

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?