• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:helpref

21 \helpref{Create}{wxtextfilecreate} or \helpref{Open}{wxtextfileopen} 
26 access" functions like \helpref{GetLineCount}{wxtextfilegetlinecount} and
27 \helpref{GetLine}{wxtextfilegetline} ({\it operator[]} does exactly the same
29 which include \helpref{GetFirstLine}{wxtextfilegetfirstline}/
30 \helpref{GetNextLine}{wxtextfilegetnextline} and also
31 \helpref{GetLastLine}{wxtextfilegetlastline}/\helpref{GetPrevLine}{wxtextfilegetprevline}.
33 returned by \helpref{GetCurrentLine}{wxtextfilegetcurrentline} and may be
34 changed with \helpref{GoToLine}{wxtextfilegotoline}.
35 \item Add/remove lines to the file: \helpref{AddLine}{wxtextfileaddline} and
36 \helpref{InsertLine}{wxtextfileinsertline} add new lines while
37 \helpref{RemoveLine}{wxtextfileremoveline} deletes the existing ones.
38 \helpref{Clear}{wxtextfileclear} resets the file to empty.
40 not} be saved automatically; calling \helpref{Close}{wxtextfileclose} or doing
42 \helpref{Write}{wxtextfilewrite} - here, you may also change the line
70 \helpref{wxFile}{wxfile}
78 Default constructor, use \helpref{Create}{wxtextfilecreate} or
79 \helpref{Open}{wxtextfileopen} with a file name parameter to initialize the object.
103 Closes the file and frees memory, {\bf losing all changes}. Use \helpref{Write()}{wxtextfilewrite}
113 \helpref{constructor}{wxtextfilector}. The array of file lines is initially
116 It will fail if the file already exists, \helpref{Open}{wxtextfileopen} should
150 The same as \helpref{GetLine}{wxtextfilegetline}.
166 Changes the value returned by \helpref{GetCurrentLine}{wxtextfilegetcurrentline}
167 and used by \helpref{GetFirstLine()}{wxtextfilegetfirstline}/\helpref{GetNextLine()}{wxtextfilegetnextline}.
190 This method together with \helpref{GetNextLine()}{wxtextfilegetnextline}
208 Gets the next line (see \helpref{GetFirstLine}{wxtextfilegetfirstline} for
222 \helpref{GetPrevLine}{wxtextfilegetprevline} it allows to enumerate the lines
241 Get the type of the line (see also \helpref{GetEOL}{wxtextfilegeteol})
270 \helpref{constructor}{wxtextfilector} and also loads file in memory on
272 \helpref{Create}{wxtextfilecreate} should be used in this case.