Searched refs:helpref (Results 226 - 250 of 546) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfocusevt.tex9 program itself using \helpref{SetFocus}{wxwindowsetfocus}.
13 \helpref{wxEvent}{wxevent}\\
14 \helpref{wxObject}{wxobject}
33 \helpref{Event handling overview}{eventhandlingoverview}
H A Dfontlist.tex12 \helpref{wxList}{wxlist}\\
13 \helpref{wxObject}{wxobject}
21 \helpref{wxFont}{wxfont}
37 Finds a font of the given specification, or creates one and adds it to the list. See the \helpref{wxFont constructor}{wxfontctor} for
H A Dhtlnkinf.tex10 \helpref{wxObject}{wxobject}
34 only within \helpref{wxHtmlWindow::OnLinkClicked}{wxhtmlwindowonlinkclicked},
42 only within \helpref{wxHtmlWindow::OnLinkClicked}{wxhtmlwindowonlinkclicked},
58 by \helpref{Href}{wxhtmllinkinfogethref} opened).
H A Dprocevt.tex7 \helpref{wxEvent}{wxevent}\\
8 \helpref{wxObject}{wxobject}
28 \helpref{wxProcess}{wxprocess},\rtfsp
29 \helpref{Event handling overview}{eventhandlingoverview}
H A Drendver.tex14 This simple struct represents the \helpref{wxRendererNative}{wxrenderernative}
16 \helpref{wxRendererNative::GetVersion}{wxrenderernativegetversion}.
25 done by \helpref{IsCompatible}{wxrenderernativeiscompatible} method.
47 \helpref{wxRendererNative::Load}{wxrenderernativeload} to determine whether a
H A Dstrmsock.tex23 \helpref{wxInputStream}{wxinputstream}
31 \helpref{wxSocketBase}{wxsocketbase}
53 \helpref{wxOutputStream}{wxoutputstream}
61 \helpref{wxSocketBase}{wxsocketbase}
H A Dsysclevt.tex9 \helpref{wxEvent}{wxevent}\\
10 \helpref{wxObject}{wxobject}
35 %\helpref{wxWindow::OnSysColourChanged}{wxwindowonsyscolourchanged},
36 \helpref{Event handling overview}{eventhandlingoverview}
H A Dtdebug.tex3 Classes, functions and macros: \helpref{wxDebugContext}{wxdebugcontext}, \helpref{wxObject}{wxobject}, \helpref{wxLog}{wxlog},
4 \rtfsp\helpref{Log functions}{logfunctions}, \helpref{Debug macros}{debugmacros}
14 \helpref{wxDebugContext}{wxdebugcontext} is a class that never gets instantiated, but ties together
18 It is good practice to define a \helpref{wxObject::Dump}{wxobjectdump} member function for each class you derive
19 from a wxWidgets class, so that \helpref{wxDebugContext::Dump}{wxdebugcontextdump} can call it and
23 in debugging mode and call \helpref{wxDebugContext::Dump}{wxdebugcontextdump} and \helpref{wxDebugContex
[all...]
H A Dtooltip.tex4 (see \helpref{wxWindow::SetToolTip}{wxwindowsettooltip}).
6 The two static methods, \helpref{wxToolTip::Enable}{wxtooltipenable} and
7 \helpref{wxToolTip::SetDelay}{wxtooltipsetdelay} can be used to globally
12 \helpref{wxObject}{wxobject}
H A Dtvalidat.tex3 Classes: \helpref{wxValidator}{wxvalidator}, \helpref{wxTextValidator}{wxtextvalidator},
4 \helpref{wxGenericValidator}{wxgenericvalidator}
12 You can use a stock validator, such as \helpref{wxTextValidator}{wxtextvalidator} (which does text
14 \helpref{wxGenericValidator}{wxgenericvalidator} (which does data transfer for a range of controls);
52 The \helpref{wxValidator::Validate}{wxvalidatorvalidate} member function should return
56 The \helpref{wxValidator::TransferToWindow}{wxvalidatortransfertowindow} member function should
59 The \helpref{wxValidator::TransferFromWindow}{wxvalidatortransferfromwindow} member function should
62 There should be a copy constructor, and a \helpref{wxValidator::Clone}{wxvalidatorclone} function
76 When a \helpref{wxDialo
[all...]
H A Dmltchdlg.tex8 \helpref{wxDialog}{wxdialog}\\
9 \helpref{wxWindow}{wxwindow}\\
10 \helpref{wxEvtHandler}{wxevthandler}\\
11 \helpref{wxObject}{wxobject}
19 \helpref{wxMultiChoiceDialog overview}{wxmultichoicedialogoverview},
20 \helpref{wxSingleChoiceDialog}{wxsinglechoicedialog}
64 Use \helpref{wxMultiChoiceDialog::ShowModal}{wxmultichoicedialogshowmodal} to show the dialog.
H A Dnotebook.tex5 To use the class, create a wxNotebook object and call \helpref{AddPage}{wxnotebookaddpage} or \helpref{InsertPage}{wxnotebookinsertpage},
13 \helpref{wxControl}{wxcontrol}\\
14 \helpref{wxWindow}{wxwindow}\\
15 \helpref{wxEvtHandler}{wxevthandler}\\
16 \helpref{wxObject}{wxobject}
40 See also \helpref{window styles overview}{windowstyles}.
78 \helpref{wxBookCtrl}{wxbookctrloverview}, \helpref{wxNotebookEvent}{wxnotebookevent}, \helpref{wxImageLis
[all...]
H A Dpaintevt.tex6 standard control (such as \helpref{wxButton}{wxbutton}) and so you shouldn't
12 \helpref{wxEvent}{wxevent}\\
13 \helpref{wxObject}{wxobject}
31 %\helpref{wxWindow::OnPaint}{wxwindowonpaint},
32 \helpref{Event handling overview}{eventhandlingoverview}
36 Note that In a paint event handler, the application must {\it always} create a \helpref{wxPaintDC}{wxpaintdc} object,
58 Here is an example of using the \helpref{wxRegionIterator}{wxregioniterator} class:
H A Darray.tex20 compile your application in debug mode to use it (see \helpref{debugging overview}{debuggingoverview} for
30 making them much more efficient than linked lists (\helpref{wxList}{wxlist}).
32 but the price is preallocating the memory in advance. In the \helpref{memory management}{wxarraymemorymanagement} section
66 \helpref{Index()}{wxarrayindex} function execution time is $O(log(N))$ instead of
67 $O(N)$ for the usual arrays but the \helpref{Add()}{wxarrayadd} method is
145 \helpref{Container classes overview}{wxcontaineroverview}, \helpref{wxList}{wxlist}
162 \helpref{WX\_DEFINE\_ARRAY}{wxdefinearray}\\
163 \helpref{WX\_DEFINE\_EXPORTED\_ARRAY}{wxdefinearray}\\
164 \helpref{W
[all...]
H A Dcloseevt.tex8 calling the \helpref{wxWindow::Close}{wxwindowclose} function.
11 using \helpref{wxCloseEvent::CanVeto}{wxcloseeventcanveto}. If this is {\tt false},
12 you {\it must} destroy the window using \helpref{wxWindow::Destroy}{wxwindowdestroy}.
15 If you don't destroy the window, you should call \helpref{wxCloseEvent::Veto}{wxcloseeventveto} to
16 let the calling code know that you did not destroy the window. This allows the \helpref{wxWindow::Close}{wxwindowclose} function
21 \helpref{wxEvent}{wxevent}
44 \helpref{wxWindow::Close}{wxwindowclose},\rtfsp
46 %%\helpref{wxApp::OnEndSession}{wxapponendsession},\rtfsp
47 \helpref{Window deletion overview}{windowdeletionoverview}
105 You can only veto a shutdown if \helpref{wxCloseEven
[all...]
H A Dlocale.tex51 \helpref{Internationalization overview}{internationalization},\\
52 \helpref{Internat sample}{sampleinternat}
65 See \helpref{list of recognized language constants}{languagecodes}.
67 in \helpref{Init}{wxlocaleinit} and are returned by
68 \helpref{GetSystemLanguage}{wxlocalegetsystemlanguage}:
76 \helpref{Init()}{wxlocaleinit} must be used to do that.
81 See \helpref{Init()}{wxlocaleinit} for parameters description.
85 See \helpref{Init()}{wxlocaleinit} for parameters description.
102 \helpref{Init}{wxlocaleinit} documentation are rolled back.
114 \helpref{AddCatalogLookupPathPrefi
[all...]
H A Dsnglinst.tex17 \helpref{IsAnotherRunning()}{wxsingleinstancecheckerisanotherrunning} from
21 create it either as a global or in \helpref{wxApp::OnInit}{wxapponinit}. For
49 Note using \helpref{wxGetUserId()}{wxgetuserid} to construct the name: this
71 Default ctor, use \helpref{Create()}{wxsingleinstancecheckercreate} after it.
77 Like \helpref{Create()}{wxsingleinstancecheckercreate} but without
86 \helpref{non default ctor}{wxsingleinstancecheckerwxsingleinstancechecker}
93 \helpref{GetAppName()}{wxappgetappname} and \helpref{wxGetUserId()}{wxgetuserid}
98 \helpref{wxGetHomeDir()}{wxgethomedir})}
104 \helpref{IsAnotherRunnin
[all...]
H A Dtapp.tex3 Classes: \helpref{wxApp}{wxapp}
6 \rtfsp\helpref{OnInit}{wxapponinit} member defined for a class derived from wxApp.\rtfsp
11 You call \helpref{wxApp::SetTopWindow}{wxappsettopwindow} to let wxWidgets know
21 is to explicitly delete child frames in the top-level frame's \helpref{wxCloseEvent}{wxcloseevent}\rtfsp
24 In emergencies the \helpref{wxExit}{wxexit} function can be called to kill the
26 \helpref{see below}{wxappshutdownoverview}.
65 call \helpref{Close()}{wxwindowclose} in response to the {\tt "Exit"} menu
67 desirable \helpref{wxApp::SetExitOnFrameDelete}{wxappsetexitonframedelete} can
71 \helpref{wxApp::OnInit}{wxapponinit} and not be afraid that your application
76 Another aspect of the application shutdown is \helpref{OnExi
[all...]
H A Dtfontenc.tex21 \helpref{Unicode}{unicode}.
24 \helpref{wxFont}{wxfont} itself, but also
25 \helpref{wxFontEnumerator}{wxfontenumerator} and
26 \helpref{wxFontMapper}{wxfontmapper}. wxFont encoding support is reflected by
35 returned by \helpref{wxFont::GetDefaultEncoding}{wxfontgetdefaultencoding}. On
65 To clarify, the \helpref{wxFontEnumerator}{wxfontenumerator}
72 \helpref{wxFontEnumerator}{wxfontenumerator} will never return one, even if
75 To solve this problem, a \helpref{wxFontMapper}{wxfontmapper} class is provided.
77 names which support them in \helpref{wxConfig}{wxconfigoverview} object. Of
82 All these topics are illustrated by the \helpref{fon
[all...]
H A Dtruntime.tex3 Classes: \helpref{wxObject}{wxobject}, \helpref{wxClassInfo}{wxclassinfo}.
18 to use whenever possible the \helpref{wxDynamicCast()}{wxdynamiccast} macro which,
31 Variations on these \helpref{macros}{rttimacros} are used for multiple inheritance, and abstract
46 \helpref{wxObject::IsKindOf}{wxobjectiskindof} uses the linked list of
50 The function \helpref{wxCreateDynamicObject}{wxcreatedynamicobject} can be used
53 can simply call \helpref{wxClassInfo::CreateObject}{wxclassinfocreateobject}.
59 Class: \helpref{wxClassInfo}{wxclassinfo}
79 See also \helpref{wxObject}{wxobject} and \helpref{wxCreateDynamicObjec
[all...]
H A Dactivevt.tex8 \helpref{wxEvent}{wxevent}\\
9 \helpref{wxObject}{wxobject}
39 Please note that usually you should call \helpref{event.Skip()}{wxeventskip} in
44 \helpref{Event handling overview}{eventhandlingoverview},\rtfsp
45 \helpref{wxApp::IsActive}{wxappisactive}
H A Ddatespan.tex31 be added together and with \helpref{wxDateTime}{wxdatetime} or
32 \helpref{wxTimeSpan}{wxtimespan}, but the type of result is different for each
46 class at all: \helpref{wxTimeSpan}{wxtimespan} will do the job because there
59 \helpref{Date classes overview}{wxdatetimeoverview},\rtfsp
60 \helpref{wxDateTime}{wxdatetime}
94 \helpref{Days}{wxdatespandays}
105 \helpref{Day}{wxdatespanday}
117 \helpref{GetTotalDays}{wxdatespangettotaldays}
136 \helpref{GetWeeks}{wxdatespangetweeks}, \helpref{GetDay
[all...]
H A Dfileconf.tex14 wxFileConfig implements \helpref{wxConfigBase}{wxconfigbase} interface for
26 \helpref{wxConfigBase}{wxconfigbase}
44 \helpref{Save}{wxfileconfigsave}
62 \helpref{Flush}{wxconfigbaseflush}
78 \helpref{wxCHANGE\_UMASK}{wxchangeumask}
H A Dipcconn.tex5 \helpref{wxClient}{wxclient} object, or by the acceptance of a
6 connection by a\rtfsp \helpref{wxServer}{wxserver} object. The
21 \helpref{wxObject}{wxobject}
57 \helpref{wxClient}{wxclient}, \helpref{wxServer}{wxserver},
58 \helpref{Interprocess communications overview}{ipcoverview}
73 connection object, the \helpref{wxServer::OnAcceptConnection}{wxserveronacceptconnection}\rtfsp
74 and/or \helpref{wxClient::OnMakeConnection}{wxclientonmakeconnection}
91 connection's \helpref{wxConnection::OnAdvise}{wxconnectiononadvise} member
100 (similar to \helpref{wxConnectio
[all...]
H A Dscrlwevt.tex7 \helpref{wxEvent}{wxevent}\\
8 \helpref{wxObject}{wxobject}
36 %\helpref{wxWindow::OnScroll}{wxwindowonscroll},
37 \helpref{wxScrollEvent}{wxscrollevent}, \helpref{Event handling overview}{eventhandlingoverview}

Completed in 97 milliseconds

1234567891011>>