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

Lines Matching defs:wxZipEntry

115 class WXDLLIMPEXP_FWD_BASE wxZipEntry;
127 virtual void OnEntryUpdated(wxZipEntry& entry) = 0;
134 class WXDLLIMPEXP_BASE wxZipEntry : public wxArchiveEntry
137 wxZipEntry(const wxString& name = wxEmptyString,
140 virtual ~wxZipEntry();
142 wxZipEntry(const wxZipEntry& entry);
143 wxZipEntry& operator=(const wxZipEntry& entry);
194 wxZipEntry *Clone() const { return ZipClone(); }
220 virtual wxZipEntry *ZipClone() const { return new wxZipEntry(*this); }
265 DECLARE_DYNAMIC_CLASS(wxZipEntry)
272 WX_DECLARE_LIST_WITH_DECL(wxZipEntry, wxZipEntryList_, class WXDLLIMPEXP_BASE);
285 bool PutNextEntry(wxZipEntry *entry) { return DoCreate(entry); }
294 bool WXZIPFIX CopyEntry(wxZipEntry *entry, wxZipInputStream& inputStream);
313 wxZipEntry& entry,
329 bool DoCreate(wxZipEntry *entry, bool raw = false);
339 wxZipEntry *m_pending;
360 typedef wxZipEntry entry_type;
372 bool OpenEntry(wxZipEntry& entry) { return DoOpen(&entry); }
375 wxZipEntry *GetNextEntry();
418 bool DoOpen(wxZipEntry *entry = NULL, bool raw = false);
424 wxZipEntry m_entry;
439 wxZipEntry *entry, wxZipInputStream& inputStream);
458 std::pair<wxString, wxZipEntry*> > wxZipPairIter;
468 typedef wxZipEntry entry_type;
479 wxZipEntry *NewEntry() const
480 { return new wxZipEntry; }
492 { return wxZipEntry::GetInternalName(name, format); }
515 // wxZipEntry inlines
517 inline bool wxZipEntry::IsText() const
522 inline bool wxZipEntry::IsDir() const
527 inline bool wxZipEntry::IsReadOnly() const
532 inline bool wxZipEntry::IsMadeByUnix() const
547 inline void wxZipEntry::SetIsText(bool isText)
555 inline void wxZipEntry::SetIsReadOnly(bool isReadOnly)
563 inline void wxZipEntry::SetName(const wxString& name,