• 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

13 \helpref{wxArchiveClassFactory}{wxarchiveclassfactory}
21 \helpref{Archive formats such as zip}{wxarc}\\
22 \helpref{Generic archive programming}{wxarcgeneric}\\
23 \helpref{wxZipEntry}{wxzipentry}\\
24 \helpref{wxZipInputStream}{wxzipinputstream}\\
25 \helpref{wxZipOutputStream}{wxzipoutputstream}
39 \helpref{wxArchiveEntry}{wxarchiveentry}
47 Constants for \helpref{Get/SetMethod}{wxzipentrymethod}:
70 Constants for \helpref{Get/SetSystemMadeBy}{wxzipentrysystemmadeby}:
103 Constants for \helpref{Get/SetExternalAttributes}{wxzipentryexternalattributes}:
121 Constants for \helpref{Get/SetFlags}{wxzipentrygetflags}:
146 \helpref{Archive formats such as zip}{wxarc}\\
147 \helpref{wxZipInputStream}{wxzipinputstream}\\
148 \helpref{wxZipOutputStream}{wxzipoutputstream}\\
149 \helpref{wxZipNotifier}{wxzipnotifier}
154 \helpref{GetNextEntry()}{wxzipinputstreamgetnextentry} returns
156 \helpref{wxZipEntry::GetLocalExtra()}{wxzipentrylocalextra}. GetLocalExtra()
158 \helpref{wxZipInputStream::OpenEntry}{wxzipinputstreamopenentry} or by
161 For zips on \helpref{non-seekable}{wxarcnoseek} streams, the following
164 \helpref{GetDateTime}{wxarchiveentrydatetime}\\
165 \helpref{GetInternalFormat}{wxarchiveentrygetinternalformat}\\
166 \helpref{GetInternalName}{wxzipentrygetinternalname}\\
167 \helpref{GetFlags}{wxzipentrygetflags}\\
168 \helpref{GetLocalExtra}{wxzipentrylocalextra}\\
169 \helpref{GetMethod}{wxzipentrymethod}\\
170 \helpref{GetName}{wxarchiveentryname}\\
171 \helpref{GetOffset}{wxarchiveentrygetoffset}\\
172 \helpref{IsDir}{wxarchiveentryisdir}
178 or \helpref{CloseEntry()}{wxarchiveinputstreamcloseentry} has been called.
182 \helpref{GetCompressedSize}{wxzipentrygetcompressedsize}\\
183 \helpref{GetCrc}{wxzipentrygetcrc}\\
184 \helpref{GetSize}{wxarchiveentrysize}
190 \helpref{GetComment}{wxzipentrycomment}\\
191 \helpref{GetExternalAttributes}{wxzipentryexternalattributes}\\
192 \helpref{GetExtra}{wxzipentryextra}\\
193 \helpref{GetMode}{wxzipentrymode}\\
194 \helpref{GetSystemMadeBy}{wxzipentrysystemmadeby}\\
195 \helpref{IsReadOnly}{wxarchiveentryisreadonly}\\
196 \helpref{IsMadeByUnix}{wxzipentryismadebyunix}\\
197 \helpref{IsText}{wxzipentryistext}
256 of \helpref{SetSystemMadeBy()}{wxzipentrysystemmadeby}.
257 If \helpref{IsMadeByUnix()}{wxzipentryismadebyunix} is true then the
262 \helpref{IsReadOnly/SetIsReadOnly}{wxarchiveentryisreadonly}\\
263 \helpref{IsDir/SetIsDir}{wxarchiveentryisdir}\\
264 \helpref{Get/SetMode}{wxzipentrymode}
308 \helpref{Looking up an archive entry by name}{wxarcbyname}
335 which allows \helpref{wxZipOutputStream}{wxzipoutputstream} to
343 If \helpref{IsMadeByUnix()}{wxzipentryismadebyunix} is true then
345 \helpref{GetExternalAttributes()}{wxzipentryexternalattributes}.
351 in \helpref{GetExternalAttributes()}{wxzipentryexternalattributes}
354 If \helpref{IsMadeByUnix()}{wxzipentryismadebyunix} is true then also
358 sets \helpref{GetSystemMadeBy()}{wxzipentrysystemmadeby} to
369 Sets the \helpref{notifier}{wxzipnotifier} for this entry.
370 Whenever the \helpref{wxZipInputStream}{wxzipinputstream} updates
372 notifier's \helpref{OnEntryUpdated}{wxzipnotifieronentryupdated}
381 \helpref{Archives on non-seekable streams}{wxarcnoseek}\\
382 \helpref{wxZipNotifier}{wxzipnotifier}
393 able to store unix permissions using \helpref{SetMode()}{wxzipentrymode}.
400 Returns true if \helpref{GetSystemMadeBy()}{wxzipentrysystemmadeby}
429 \helpref{GetNextEntry()}{wxzipinputstreamgetnextentry} returns an
430 \helpref{wxZipEntry}{wxzipentry} object containing the meta-data
441 \helpref{wxArchiveInputStream}{wxarchiveinputstream}
454 \helpref{Archive formats such as zip}{wxarc}\\
455 \helpref{wxZipEntry}{wxzipentry}\\
456 \helpref{wxZipOutputStream}{wxzipoutputstream}
508 the next entry and returns it in a \helpref{wxZipEntry}{wxzipentry}
518 returned so far by \helpref{GetNextEntry()}{wxzipinputstreamgetnextentry}.
533 \helpref{Looking up an archive entry by name}{wxarcbyname}
543 If you need to know when a \helpref{wxZipInputStream}{wxzipinputstream}
544 updates a \helpref{wxZipEntry}{wxzipentry},
546 overriding \helpref{OnEntryUpdated()}{wxzipnotifieronentryupdated}.
548 objects, using \helpref{wxZipEntry::SetNotifier()}{wxzipentrynotifier}.
553 See '\helpref{Archives on non-seekable streams}{wxarcnoseek}'.
565 \helpref{Archives on non-seekable streams}{wxarcnoseek}\\
566 \helpref{wxZipEntry}{wxzipentry}\\
567 \helpref{wxZipInputStream}{wxzipinputstream}\\
568 \helpref{wxZipOutputStream}{wxzipoutputstream}
578 an \helpref{wxZipEntry}{wxzipentry} object changes.
590 \helpref{PutNextEntry()}{wxzipoutputstreamputnextentry} is used to create
597 \helpref{wxArchiveOutputStream}{wxarchiveoutputstream}
605 \helpref{Archive formats such as zip}{wxarc}\\
606 \helpref{wxZipEntry}{wxzipentry}\\
607 \helpref{wxZipInputStream}{wxzipinputstream}
634 The destructor calls \helpref{Close()}{wxzipoutputstreamclose} to finish
651 entry is created with \helpref{CopyEntry()}{wxzipoutputstreamcopyentry}
652 or \helpref{PutNextEntry()}{wxzipoutputstreamputnextentry}, or
660 Transfers the zip comment from the \helpref{wxZipInputStream}{wxzipinputstream}
697 (see \helpref{wxArchiveEntry::IsDir()}{wxarchiveentryisdir})
700 \helpref{PutNextEntry()}{wxzipoutputstreamputnextentry} can