Searched refs:helpref (Results 251 - 275 of 546) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsetcursorevt.tex6 within the window. Use \helpref{SetCursor}{wxsetcursoreventsetcursor} to
11 \helpref{wxEvent}{wxevent}\\
12 \helpref{wxObject}{wxobject}
20 \helpref{::wxSetCursor}{wxsetcursor}
21 \helpref{wxWindow::wxSetCursor}{wxwindowsetcursor}
H A Dsplash.tex23 \helpref{wxFrame}{wxframe}\\
24 \helpref{wxWindow}{wxwindow}\\
25 \helpref{wxEvtHandler}{wxevthandler}\\
26 \helpref{wxObject}{wxobject}
69 Returns the splash style (see \helpref{wxSplashScreen::wxSplashScreen}{wxsplashscreenwxsplashscreen} for
H A Dstrmmem.tex8 \helpref{wxInputStream}{wxinputstream}
16 \helpref{wxStreamBuffer}{wxstreambuffer}, \helpref{wxMemoryOutputStream}{wxmemoutputstream}
56 \helpref{wxOutputStream}{wxoutputstream}
64 \helpref{wxStreamBuffer}{wxstreambuffer}
H A Dtdocview.tex14 Classes: \helpref{wxDocument}{wxdocument}, \helpref{wxView}{wxview}, \helpref{wxDocTemplate}{wxdoctemplate},\rtfsp
15 \helpref{wxDocManager}{wxdocmanager}, \helpref{wxDocParentFrame}{wxdocparentframe}, \helpref{wxDocChildFrame}{wxdocchildframe},
16 \rtfsp\helpref{wxDocMDIParentFrame}{wxdocmdiparentframe}, \helpref{wxDocMDIChildFrame}{wxdocmdichildframe},
17 \rtfsp\helpref{wxCommand}{wxcommand}, \helpref{wxCommandProcesso
[all...]
H A Darrstrng.tex4 \helpref{wxString}{wxstring} objects. It has the same features as all
5 \helpref{wxArray}{wxarray} classes, i.e. it dynamically expands when new items
12 This class is used in the same way as other dynamic \helpref{arrays}{wxarray},
20 The references returned by \helpref{Item}{wxarraystringitem},
21 \helpref{Last}{wxarraystringlast} or
22 \helpref{operator[]}{wxarraystringoperatorindex} are not constant, so the
32 \helpref{Index}{wxarraystringindex} function (instead of linear search for
45 specialization of \helpref{wxArray}{wxarray} class for the wxString member
55 \helpref{wxArray}{wxarray}, \helpref{wxStrin
[all...]
H A Dfilesys.tex10 It uses a system of \helpref{handlers}{wxfilesystemhandler} to
15 \helpref{wxObject}{wxobject}
23 \helpref{wxFileSystemHandler}{wxfilesystemhandler},
24 \helpref{wxFSFile}{wxfsfile},
25 \helpref{Overview}{fs}
42 \helpref{handlers}{wxfilesystemhandler} which provide access to virtual FS.
72 \helpref{OpenFile}{wxfilesystemopenfile} is relative to this path.
104 Returns actual path (set by \helpref{ChangePathTo}{wxfilesystemchangepathto}).
115 \helpref{wxFileSystem::URLToFileName}{wxfilesystemurltofilename},
116 \helpref{wxFileNam
[all...]
H A Dtdelwin.tex3 Classes: \helpref{wxCloseEvent}{wxcloseevent}, \helpref{wxWindow}{wxwindow}
12 in a frame or a dialog, wxWidgets calls \helpref{wxWindow::Close}{wxwindowclose}. This
13 in turn generates an EVT\_CLOSE event: see \helpref{wxCloseEvent}{wxcloseevent}.
18 (\helpref{wxCloseEvent::CanVeto}{wxcloseeventcanveto} returns false), the window should always be destroyed, otherwise there is the option to
22 \helpref{wxCloseEvent::Veto}{wxcloseeventveto}. Calling this provides useful information
25 The wxCloseEvent handler should only call \helpref{wxWindow::Destroy}{wxwindowdestroy} to
31 will be destroyed. Call \helpref{wxWindow::Destroy}{wxwindowdestroy} if you want to be
36 Your application can either use \helpref{wxWindow::Close}{wxwindowclose} event just as
37 the framework does, or it can call \helpref{wxWindo
[all...]
H A Dthread.tex10 objects such as \helpref{mutexes}{wxmutex} or \helpref{critical sections}{wxcriticalsection} is recommended. In addition, don't create global thread
24 \helpref{wxMutex}{wxmutex}, \helpref{wxCondition}{wxcondition}, \helpref{wxCriticalSection}{wxcriticalsection}
36 processing or through a call to \helpref{wxThread::Delete}{wxthreaddelete}, and thus
40 for one to get value it returned from \helpref{wxThread::Entry}{wxthreadentry}
41 through \helpref{wxThread::Wait}{wxthreadwait}.
53 \helpref{wxThread::Wait}{wxthreadwait} on a joinable thread to release its
54 memory, as outlined in \helpref{Type
[all...]
H A Dplatinfo.tex19 \helpref{wxObject}{wxobject}
27 \helpref{wxGetOSVersion}{wxgetosversion}, \helpref{wxIsPlatformLittleEndian}{wxisplatformlittleendian},
28 \helpref{wxIsPlatform64Bit}{wxisplatform64bit}, \helpref{wxAppTraits}{wxapptraits}
101 of wxWidgets library - see \helpref{wxIsPlatform64bit}{wxisplatform64bit} documentation
140 currently running platform (see also \helpref{Get}{wxplatforminfoget}).
156 \helpref{GetOSMajorVersion}{wxplatforminfogetosmajorversion},
157 \helpref{GetOSMinorVersion}{wxplatforminfogetosminorversion},
158 \helpref{CheckToolkitVersio
[all...]
H A Ddebugrpt.tex16 \helpref{wxApp::OnFatalException()}{wxapponfatalexception} as shown in the
17 \helpref{sample}{sampledebugrpt}.
26 should still use \helpref{wxDebugReportCompress}{wxdebugreportcompress} to
28 \helpref{wxDebugReportUpload}{wxdebugreportupload} (setting up the Web server
76 \helpref{IsOk()}{wxdebugreportisok} to check for errors.
84 with all the files it contains. Call \helpref{Reset()}{wxdebugreportreset} to
109 The same as \helpref{AddContext(Context\_Current)}{wxdebugreportaddcontext}.
116 The same as \helpref{AddDump(Context\_Current)}{wxdebugreportadddump}.
133 The same as \helpref{AddContext(Context\_Exception)}{wxdebugreportaddcontext}.
140 The same as \helpref{AddDum
[all...]
H A Dpagedlg.tex19 \helpref{wxPageSetupDialogData}{wxpagesetupdialogdata} object associated with
27 \helpref{wxDialog}{wxdialog}\\
28 \helpref{wxWindow}{wxwindow}\\
29 \helpref{wxEvtHandler}{wxevthandler}\\
30 \helpref{wxObject}{wxobject}
38 \helpref{Printing framework overview}{printingoverview},
39 \helpref{wxPrintDialog}{wxprintdialog},
40 \helpref{wxPageSetupDialogData}{wxpagesetupdialogdata}
61 Returns the \helpref{page setup data}{wxpagesetupdialogdata} associated with the dialog.
80 This class holds a variety of information related to \helpref{wxPageSetupDialo
[all...]
H A Dctrlsub.tex15 several items, such as \helpref{wxListBox}{wxlistbox} and
16 \helpref{wxCheckListBox}{wxchecklistbox} derived from it,
17 \helpref{wxChoice}{wxchoice} and \helpref{wxComboBox}{wxcombobox}.
29 \helpref{deleted}{wxcontrolwithitemsdelete} or the entire control is
30 \helpref{cleared}{wxcontrolwithitemsclear} (which also happens when it is
33 the first call to \helpref{Append}{wxcontrolwithitemsappend} (the version with
34 client data pointer) or \helpref{SetClientData}{wxcontrolwithitemssetclientdata}.
38 \helpref{wxControl}{wxcontrol}\\
39 \helpref{wxWindo
[all...]
H A Dstrmzlib.tex10 The stream is not seekable, \helpref{SeekI()}{wxinputstreamseeki} returns
11 {\it wxInvalidOffset}. Also \helpref{GetSize()}{wxstreambasegetsize} is
16 \helpref{wxFilterInputStream}{wxfilterinputstream}
24 \helpref{wxInputStream}{wxinputstream},
25 \helpref{wxZlibOutputStream}{wxzliboutputstream}.
86 The stream is not seekable, \helpref{SeekO()}{wxoutputstreamseeko} returns
91 \helpref{wxFilterOutputStream}{wxfilteroutputstream}
99 \helpref{wxOutputStream}{wxoutputstream},
100 \helpref{wxZlibInputStream}{wxzlibinputstream}
H A Dthreadh.tex5 code in its own \helpref{wxThreadHelper::Entry}{wxthreadhelperentry} method
11 For example, \helpref{wxFrame}{wxframe} may need to make some calculations
15 Ordinarily, a \helpref{wxThread}{wxthread} derived object would be created
17 \helpref{wxThread::Entry}{wxthreadentry}. To access the inputs to the
39 \helpref{wxThread}{wxthread}
53 the actual \helpref{wxThread}{wxthread} object.
66 should call \helpref{GetThread()->Run()}{wxthreadrun} to start running
90 \helpref{GetThread()->Wait()}{wxthreadwait}.
99 This is a public function that returns the \helpref{wxThread}{wxthread} object
H A Dvariant.tex20 class \helpref{wxVariantData}{wxvariantdata} and using the wxVariantData form of
24 \helpref{GetLong}{wxvariantgetlong} can be used.
26 Pointers to any \helpref{wxObject}{wxobject} derived class can also easily be stored
28 type name (returned by \helpref{GetType}{wxvariantgettype}) and to perform
37 Note that as of wxWidgets 2.7.1, wxVariant is \helpref{reference counted}{trefcount}.
60 For this to work, MyClass must derive from \helpref{wxObject}{wxobject}, implement
61 the \helpref{wxWidgets RTTI system}{runtimeclassoverview}
65 \helpref{wxObject}{wxobject} itself. By default, wxWidgets already implements
77 \helpref{wxObject}{wxobject}
85 \helpref{wxVariantDat
[all...]
H A Ddir.tex19 \helpref{Traverse}{wxdirtraverse} or a simpler
20 \helpref{GetAllFiles}{wxdirgetallfiles} function.
81 Default constructor, use \helpref{Open()}{wxdiropen} afterwards.
85 Opens the directory for enumeration, use \helpref{IsOpened()}{wxdirisopened}
116 See also: \helpref{Traverse}{wxdirtraverse}
132 See also: \helpref{Traverse}{wxdirtraverse}
156 call to \helpref{GetFirst}{wxdirgetfirst}.
174 See also: \helpref{wxFileName::GetHumanReadableSize}{wxfilenamegethumanreadablesize},
175 \helpref{wxGetDiskSpace}{wxgetdiskspace}
201 \helpref{Ope
[all...]
H A Dencconv.tex17 Please use \helpref{wxMBConv classes}{mbconvclasses} instead
18 if possible. \helpref{wxCSConv}{wxcsconv} has much better support for various
21 \helpref{Init}{wxencodingconverterinit}).
25 \helpref{wxObject}{wxobject}
33 \helpref{wxFontMapper}{wxfontmapper},
34 \helpref{wxMBConv}{wxmbconv},
35 \helpref{Writing non-English applications}{nonenglishoverview}
54 All subsequent calls to \helpref{Convert()}{wxencodingconverterconvert}
106 \helpref{Init}{wxencodingconverterinit} and writes the result to {\it output}.
113 \helpref{Ini
[all...]
H A Dfontdlg.tex9 \helpref{wxObject}{wxobject}
17 \helpref{Overview}{wxfontdialogoverview}, \helpref{wxFont}{wxfont}, \helpref{wxFontDialog}{wxfontdialog}
142 \helpref{wxDialog}{wxdialog}\\
143 \helpref{wxWindow}{wxwindow}\\
144 \helpref{wxEvtHandler}{wxevthandler}\\
145 \helpref{wxObject}{wxobject}
153 \helpref{Overview}{wxfontdialogoverview},\\
154 \helpref{wxFontDat
[all...]
H A Dddeconn.tex5 \helpref{wxDDEClient}{wxddeclient} object, or by the acceptance of a connection by a\rtfsp
6 \helpref{wxDDEServer}{wxddeserver} object. The bulk of a DDE (Dynamic Data Exchange)
17 of this API is available using \helpref{wxTCPConnection}{wxtcpconnection}.
22 \helpref{wxObject}{wxobject}
58 \helpref{wxDDEClient}{wxddeclient}, \helpref{wxDDEServer}{wxddeserver}, \helpref{Interprocess communications overview}{ipcoverview}
72 or her own derived connection object, the \helpref{wxDDEServer::OnAcceptConnection}{wxddeserveronacceptconnection}\rtfsp
73 and/or \helpref{wxDDEClient::OnMakeConnection}{wxddeclientonmakeconnection} members should be replaced by
86 connection's \helpref{wxDDEConnectio
[all...]
H A Dgridevt.tex5 \helpref{wxCommandEvent}{wxcommandevent}\\
6 \helpref{wxEvent}{wxevent}\\
7 \helpref{wxObject}{wxobject}
12 \helpref{wxGridEditorCreatedEvent}{wxgrideditorcreatedevent} parameter.
78 \helpref{wxNotifyEvent}{wxnotifyevent}\\
79 \helpref{wxCommandEvent}{wxcommandevent}\\
80 \helpref{wxEvent}{wxevent}\\
81 \helpref{wxObject}{wxobject}
159 \helpref{wxNotifyEvent}{wxnotifyevent}\\
160 \helpref{wxCommandEven
[all...]
H A Dtcpconn.tex6 A DDE-based implementation for Windows is available using \helpref{wxDDEConnection}{wxddeconnection}.
9 \helpref{wxTCPClient}{wxtcpclient} object, or by the acceptance of a connection by a\rtfsp
10 \helpref{wxTCPServer}{wxtcpserver} object. The bulk of a conversation is controlled by
21 \helpref{wxObject}{wxobject}
57 \helpref{wxTCPClient}{wxtcpclient}, \helpref{wxTCPServer}{wxtcpserver}, \helpref{Interprocess communications overview}{ipcoverview}
71 or her own derived connection object, the \helpref{wxTCPServer::OnAcceptConnection}{wxtcpserveronacceptconnection}\rtfsp
72 and/or \helpref{wxTCPClient::OnMakeConnection}{wxtcpclientonmakeconnection} members should be replaced by
85 connection's \helpref{wxTCPConnectio
[all...]
H A Dbitmap.tex10 \helpref{wxGDIObject}{wxgdiobject}\\
11 \helpref{wxObject}{wxobject}
25 \helpref{wxBitmap overview}{wxbitmapoverview},
26 \helpref{supported bitmap file formats}{supportedbitmapformats},
27 \helpref{wxDC::Blit}{wxdcblit},
28 \helpref{wxIcon}{wxicon}, \helpref{wxCursor}{wxcursor}, \helpref{wxBitmap}{wxbitmap},
29 \helpref{wxMemoryDC}{wxmemorydc}
41 Copy constructor, uses \helpref{referenc
[all...]
H A Dclipevent.tex15 \helpref{wxTextCtrl}{wxtextctrl} but other windows can generate these events as
33 These events are currently only generated by \helpref{wxTextCtrl}{wxtextctrl}
41 \helpref{wxCommandEvent}{wxcommandevent}\\
42 \helpref{wxEvent}{wxevent}\\
43 \helpref{wxObject}{wxobject}
73 \helpref{wxClipboard}{wxclipboard}
H A Dcombobox.tex9 If you need a customized combobox, have a look at \helpref{wxComboCtrl}{wxcomboctrl},
10 \helpref{wxOwnerDrawnComboBox}{wxownerdrawncombobox}, \helpref{wxComboPopup}{wxcombopopup}
11 and the ready-to-use \helpref{wxBitmapComboBox}{wxbitmapcombobox}.
15 \helpref{wxControlWithItems}{wxcontrolwithitems}\\
16 \helpref{wxControl}{wxcontrol}\\
17 \helpref{wxWindow}{wxwindow}\\
18 \helpref{wxEvtHandler}{wxevthandler}\\
19 \helpref{wxObject}{wxobject}
40 See also \helpref{windo
[all...]
H A Dfs_mem.tex8 This \helpref{wxFileSystem}{wxfilesystem} handler can store arbitrary
59 \helpref{wxFileSystemHandler}{wxfilesystemhandler}
88 that wxWidgets can save (e.g. JPG, PNG, see \helpref{wxImage
93 \helpref{AddFileWithMimeType}{wxmemoryfshandleraddfilewithmimetype}
102 Like \helpref{AddFile}{wxmemoryfshandleraddfile}, but lets you explicitly
110 \helpref{AddFile}{wxmemoryfshandleraddfile}

Completed in 93 milliseconds

<<11121314151617181920>>