• 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

17 functions (and \helpref{wxWidgets functions}{filefunctions} wrapping them).
19 to change the file data you should use \helpref{wxFile}{wxfile} class instead.
31 The same can be done using the static method \helpref{wxFileName::DirName}{wxfilenamedirname}:
39 like \helpref{IsDirReadable}{wxfilenameisdirreadable} use
40 \helpref{GetPath}{wxfilenamegetpath} whereas methods dealing
41 with file names like \helpref{IsFileReadable}{wxfilenameisfilereadable}
42 use \helpref{GetFullPath}{wxfilenamegetfullpath}.
46 the static function \helpref{wxFileName::DirExists}{wxfilenamedirexists}
47 (or its identical variants \helpref{wxDir::Exists}{wxdirexists} and
48 \helpref{wxDirExists}{functionwxdirexists}) and construct the wxFileName
107 by the \helpref{path separators}{wxfilenamegetpathseparators} and the full
112 state and \helpref{IsOk}{wxfilenameisok} returns {\tt false} for it.
115 \helpref{IsCaseSensitive}{wxfilenameiscasesensitive} allows to determine this.
119 question is to use \helpref{IsAbsolute}{wxfilenameisabsolute} or\rtfsp
120 \helpref{IsRelative}{wxfilenameisrelative} method. Note that on Windows, "X:"
126 \helpref{MakeAbsolute}{wxfilenamemakeabsolute}. There is also an inverse
127 function \helpref{MakeRelativeTo}{wxfilenamemakerelativeto} which undoes
128 what \helpref{Normalize(wxPATH\_NORM\_DOTS)}{wxfilenamenormalize} does.
131 class are \helpref{GetVolumeSeparator}{wxfilenamegetvolumeseparator},\rtfsp
132 \helpref{IsPathSeparator}{wxfilenameispathseparator}.
139 \helpref{wxFileName constructors}{wxfilenamewxfilename}\\
140 \helpref{Assign}{wxfilenameassign}\\
141 \helpref{AssignCwd}{wxfilenameassigncwd}\\
142 \helpref{AssignDir}{wxfilenameassigndir}\\
143 \helpref{AssignHomeDir}{wxfilenameassignhomedir}\\
144 \helpref{AssignHomeTempFileName}{wxfilenameassigntempfilename}\\
145 \helpref{DirName}{wxfilenamedirname}\\
146 \helpref{FileName}{wxfilenamefilename}\\
147 \helpref{operator $=$}{wxfilenameoperatorassign}
152 Before doing other tests, you should use \helpref{IsOk}{wxfilenameisok} to
154 \helpref{FileExists}{wxfilenamefileexists} can be used to test whether a file
155 with such name exists and \helpref{DirExists}{wxfilenamedirexists} can be used
158 File names should be compared using \helpref{SameAs}{wxfilenamesameas} method
159 or \helpref{operator $==$}{wxfilenameoperatorequal}.
163 \helpref{IsDirWritable}{wxfilenameisdirwritable}\\
164 \helpref{IsDirReadable}{wxfilenameisdirreadable}\\
165 \helpref{IsFileWritable}{wxfilenameisfilewritable}\\
166 \helpref{IsFileReadable}{wxfilenameisfilereadable}\\
167 \helpref{IsFileExecutable}{wxfilenameisfileexecutable}
175 \helpref{AppendDir}{wxfilenameappenddir}\\
176 \helpref{InsertDir}{wxfilenameinsertdir}\\
177 \helpref{GetDirCount}{wxfilenamegetdircount}
178 \helpref{PrependDir}{wxfilenameprependdir}\\
179 \helpref{RemoveDir}{wxfilenameremovedir}\\
180 \helpref{RemoveLastDir}{wxfilenameremovelastdir}
185 \helpref{GetExt}{wxfilenamegetext}\\
186 \helpref{GetName}{wxfilenamegetname}\\
187 \helpref{GetVolume}{wxfilenamegetvolume}\\
188 \helpref{HasExt}{wxfilenamehasext}\\
189 \helpref{HasName}{wxfilenamehasname}\\
190 \helpref{HasVolume}{wxfilenamehasvolume}\\
191 \helpref{SetExt}{wxfilenamesetext}\\
192 \helpref{ClearExt}{wxfilenameclearext}\\
193 \helpref{SetEmptyExt}{wxfilenamesetemptyext}\\
194 \helpref{SetName}{wxfilenamesetname}\\
195 \helpref{SetVolume}{wxfilenamesetvolume}\\
206 \helpref{GetModificationTime}{wxfilenamegetmodificationtime}\\
207 \helpref{GetTimes}{wxfilenamegettimes}\\
208 \helpref{SetTimes}{wxfilenamesettimes}\\
209 \helpref{Touch}{wxfilenametouch}
213 \helpref{Mkdir}{wxfilenamemkdir}\\
214 \helpref{Rmdir}{wxfilenamermdir}
284 \helpref{GetCwd}{wxfilenamegetcwd}
306 The function calls \helpref{CreateTempFileName}{wxfilenamecreatetempfilename} to
309 \helpref{invalid}{wxfilenameisok} state.
328 \helpref{SetExt}{wxfilenamesetext}
329 \helpref{SetEmptyExt}{wxfilenamesetemptyext}
389 \helpref{DirExists}{wxfilenamedirexists}
398 function exists mainly for symmetry with \helpref{DirName}{wxfilenamedirname}.
417 \helpref{AssignCwd}{wxfilenameassigncwd}
498 \helpref{GetFullName}{wxfilenamegetfullname}
531 \helpref{GetPathSeparators}{wxfilenamegetpathseparators}
545 \helpref{GetPathSeparator}{wxfilenamegetpathseparator}
553 same as \helpref{GetPathSeparators}{wxfilenamegetpathseparators} except for VMS
564 This is the same as calling \helpref{GetPath}{wxfilenamegetpath}
622 (and therefore \helpref{IsDir}{wxfilenameisdir} returns {\tt true}) then
624 \helpref{GetPath}{wxfilenamegetpath}, otherwise the file times of the
625 file specified by \helpref{GetFullPath}{wxfilenamegetfullpath}.
677 list. Please see \helpref{AppendDir}{wxfilenameappenddir} for important notes.
750 \helpref{Clear}{wxfilenameclear} may reset the object to the uninitialized,
775 \helpref{DirExists}{wxfilenamedirexists} or
776 \helpref{FileExists}{wxfilenamefileexists} for this.
801 {\tt \helpref{Normalize}{wxfilenamenormalize}(wxPATH\_NORM\_DOTS | wxPATH\_NORM\_ABSOLUTE | wxPATH\_NORM\_TILDE, cwd, format)}.
805 \helpref{MakeRelativeTo}{wxfilenamemakerelativeto},
806 \helpref{Normalize}{wxfilenamenormalize},
807 \helpref{IsAbsolute}{wxfilenameisabsolute}
831 \helpref{Normalize}{wxfilenamenormalize}
893 \helpref{AppendDir}{wxfilenameappenddir} for important notes.
905 \helpref{GetDirCount}{wxfilenamegetdircount}
947 \helpref{SetEmptyExt}{wxfilenamesetemptyext}.
951 \helpref{SetEmptyExt}{wxfilenamesetemptyext}
952 \helpref{ClearExt}{wxfilenameclearext}
964 \helpref{SetExt}{wxfilenamesetext}
965 \helpref{ClearExt}{wxfilenameclearext}
982 \helpref{SetFullName}{wxfilenamesetfullname}
1033 \helpref{SplitPath}{wxfilenamesplitpath}