Searched refs:wxArchiveEntry (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Darchive.cpp21 IMPLEMENT_ABSTRACT_CLASS(wxArchiveEntry, wxObject)
62 // wxArchiveEntry
64 void wxArchiveEntry::SetNotifier(wxArchiveNotifier& notifier)
71 wxArchiveEntry& wxArchiveEntry::operator=(const wxArchiveEntry& WXUNUSED(e))
H A Dfs_arc.cpp45 WX_DECLARE_STRING_HASH_MAP(wxArchiveEntry*, wxArchiveFSEntryHash);
49 wxArchiveEntry *entry;
66 wxArchiveEntry *Get(const wxString& name);
72 wxArchiveFSEntry *AddToCache(wxArchiveEntry *entry);
125 wxArchiveFSEntry *wxArchiveFSCacheDataImpl::AddToCache(wxArchiveEntry *entry)
144 wxArchiveEntry *wxArchiveFSCacheDataImpl::Get(const wxString& name)
154 wxArchiveEntry *entry;
183 wxArchiveEntry *entry = m_archive->GetNextEntry();
216 wxArchiveEntry *Get(const wxString& name) { return m_impl->Get(name); }
383 wxArchiveEntry *entr
[all...]
H A Dzipstrm.cpp77 IMPLEMENT_DYNAMIC_CLASS(wxZipEntry, wxArchiveEntry)
727 : wxArchiveEntry(e),
947 wxArchiveEntry::UnsetNotifier();
962 wxArchiveEntry::UnsetNotifier();
1675 bool wxZipInputStream::OpenEntry(wxArchiveEntry& entry)
2033 bool wxZipOutputStream::PutNextEntry(wxArchiveEntry *entry)
2041 bool wxZipOutputStream::CopyEntry(wxArchiveEntry *entry,
H A Dtarstrm.cpp89 IMPLEMENT_DYNAMIC_CLASS(wxTarEntry, wxArchiveEntry)
488 : wxArchiveEntry(),
744 bool wxTarInputStream::OpenEntry(wxArchiveEntry& entry)
1149 bool wxTarOutputStream::PutNextEntry(wxArchiveEntry *entry)
1165 bool wxTarOutputStream::CopyEntry(wxArchiveEntry *entry,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Darchive.h29 virtual void OnEntryUpdated(class wxArchiveEntry& entry) = 0;
34 // wxArchiveEntry
38 class WXDLLIMPEXP_BASE wxArchiveEntry : public wxObject class in inherits:wxObject
41 virtual ~wxArchiveEntry() { }
59 wxArchiveEntry *Clone() const { return DoClone(); }
65 wxArchiveEntry() : m_notifier(NULL) { } function in class:wxArchiveEntry
66 wxArchiveEntry(const wxArchiveEntry& e) : wxObject(e), m_notifier(NULL) { } function in class:wxArchiveEntry
69 virtual wxArchiveEntry* DoClone() const = 0;
72 wxArchiveEntry
[all...]
H A Dtarstrm.h59 class WXDLLIMPEXP_BASE wxTarEntry : public wxArchiveEntry
124 virtual wxArchiveEntry* DoClone() const { return Clone(); }
179 wxArchiveEntry *DoGetNextEntry() { return GetNextEntry(); }
180 bool OpenEntry(wxArchiveEntry& entry);
249 bool PutNextEntry(wxArchiveEntry *entry);
250 bool CopyEntry(wxArchiveEntry *entry, wxArchiveInputStream& stream);
334 wxArchiveEntry *DoNewEntry() const
H A Dzipstrm.h134 class WXDLLIMPEXP_BASE wxZipEntry : public wxArchiveEntry
225 wxArchiveEntry* DoClone() const { return ZipClone(); }
323 bool WXZIPFIX PutNextEntry(wxArchiveEntry *entry);
324 bool WXZIPFIX CopyEntry(wxArchiveEntry *entry, wxArchiveInputStream& stream);
401 wxArchiveEntry *DoGetNextEntry() { return GetNextEntry(); }
403 bool WXZIPFIX OpenEntry(wxArchiveEntry& entry);
498 wxArchiveEntry *DoNewEntry() const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darchive.tex51 \helpref{wxArchiveEntry}{wxarchiveentry}\\
157 \constfunc{wxArchiveEntry*}{NewEntry}{\void}
159 Create a new \helpref{wxArchiveEntry}{wxarchiveentry} object of the
215 \section{\class{wxArchiveEntry}}\label{wxarchiveentry}
243 returns a fully populated \helpref{wxArchiveEntry}{wxarchiveentry}.
248 rely on all the fields of wxArchiveEntry being fully populated when
264 \membersection{wxArchiveEntry::Clone}\label{wxarchiveentryclone}
266 \constfunc{wxArchiveEntry*}{Clone}{\void}
271 \membersection{wxArchiveEntry::Get/SetDateTime}\label{wxarchiveentrydatetime}
280 \membersection{wxArchiveEntry
[all...]
H A Darc.tex254 \twocolitem{\helpref{wxArchiveEntry}{wxarchiveentry}}{Holds the meta-data for an
273 auto_ptr<wxArchiveEntry> entry(factory->NewEntry());
320 auto_ptr<wxArchiveEntry> entry;
371 can only return a partially populated \helpref{wxArchiveEntry}{wxarchiveentry}
376 one that does not prevent you from deleting the wxArchiveEntry object - the
382 of wxArchiveEntry being fully populated when GetNextEntry() returns,
402 stream updates a \helpref{wxArchiveEntry}{wxarchiveentry} object's data
413 auto_ptr<wxArchiveEntry> entry;
438 void OnEntryUpdated(wxArchiveEntry& entry) { entry.SetIsReadOnly(false); }
451 auto_ptr<wxArchiveEntry> entr
[all...]
H A Dtarstrm.tex39 \helpref{wxArchiveEntry}{wxarchiveentry}
101 \helpref{wxArchiveEntry::Get/SetDateTime}{wxarchiveentrydatetime}.
111 \helpref{wxArchiveEntry::Get/SetDateTime}{wxarchiveentrydatetime}.
495 (see \helpref{wxArchiveEntry::IsDir()}{wxarchiveentryisdir})
H A Dzipstrm.tex39 \helpref{wxArchiveEntry}{wxarchiveentry}
697 (see \helpref{wxArchiveEntry::IsDir()}{wxarchiveentryisdir})
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.cpp1243 auto_ptr<wxArchiveEntry> entry(arc->GetNextEntry());
1252 auto_ptr<wxArchiveEntry> next(arc->GetNextEntry());

Completed in 78 milliseconds