• 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:can

26 There are also abstract wxArchive classes that can be used to write code
27 that can handle any of the archive types,
30 can handle archive files in a generic way.
65 The name of each entry can be a full path, which makes it possible to
110 archive is usually a better choice since a failure can be handled without
112 archive. \helpref{wxTempFileOutputStream}{wxtempfileoutputstream} can
137 // before closing the output stream so that the file can be replaced
140 // you can check for success as follows
196 \helpref{wxHashMap}{wxhashmap} then entries looked up by name can be
212 // some archive formats can have multiple entries with the same name
245 can handle archive files in a generic way.
248 the following abstract classes which can be used to write code that can
261 \helpref{wxArchiveClassFactory}{wxarchiveclassfactory}, that can create
265 entries can be created like this:
279 can be used to find a class factory that can handle a given file
296 These can be found using
327 wxLogError(_T("can't handle '%s'"), filename.c_str());
343 is not possible, the entries can only be accessed sequentially in the order
359 output stream can seek back and fix up the header once the size of the
371 can only return a partially populated \helpref{wxArchiveEntry}{wxarchiveentry}
381 when the worst case must be assumed, you can rely on all the fields
401 Notifier objects can be used to get a notification whenever an input
432 this case a \helpref{wxArchiveNotifier}{wxarchivenotifier} can be used:
470 changing the entry name can be done this way too and it works on seekable