• 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 defs:wxArchiveEntry

51 \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::GetInternalFormat}\label{wxarchiveentrygetinternalformat}
288 \membersection{wxArchiveEntry::GetInternalName}\label{wxarchiveentrygetinternalname}
304 \membersection{wxArchiveEntry::Get/SetName}\label{wxarchiveentryname}
319 \membersection{wxArchiveEntry::GetOffset}\label{wxarchiveentrygetoffset}
326 \membersection{wxArchiveEntry::Get/SetSize}\label{wxarchiveentrysize}
335 \membersection{wxArchiveEntry::IsDir/SetIsDir}\label{wxarchiveentryisdir}
352 \membersection{wxArchiveEntry::IsReadOnly/SetIsReadOnly}\label{wxarchiveentryisreadonly}
361 \membersection{wxArchiveEntry::Set/UnsetNotifier}\label{wxarchiveentrynotifier}
394 \helpref{wxArchiveEntry}{wxarchiveentry} object containing the meta-data
410 typedef wxArchiveEntry entry_type
416 \helpref{wxArchiveEntry}{wxarchiveentry}\\
432 \func{wxArchiveEntry*}{GetNextEntry}{\void}
435 the next entry and returns it in a \helpref{wxArchiveEntry}{wxarchiveentry}
442 \func{bool}{OpenEntry}{\param{wxArchiveEntry\& }{entry}}
445 by the \helpref{wxArchiveEntry}{wxarchiveentry} object.
486 (e.g. \helpref{wxArchiveEntry}{wxarchiveentry}*), or a string/pointer pair
487 (e.g. std::pair<wxString, wxArchiveEntry*>).
495 std::pair<wxString, wxArchiveEntry*> > wxArchivePairIter;
514 std::vector<wxArchiveEntry*> cat((wxArchiveIter)arc, wxArchiveIter());
536 up by name. The string is initialised using the wxArchiveEntry object's
570 \helpref{wxArchiveEntry}{wxarchiveentry}\\
624 \helpref{wxArchiveEntry}{wxarchiveentry} object, you can create
627 of your notifier class can then be assigned to the wxArchiveEntry object
628 using \helpref{wxArchiveEntry::SetNotifier()}{wxarchiveentrynotifier}.
648 \helpref{wxArchiveEntry}{wxarchiveentry}\\
657 \func{void}{OnEntryUpdated}{\param{class wxArchiveEntry\& }{entry}}
688 \helpref{wxArchiveEntry}{wxarchiveentry}\\
743 \func{bool}{CopyEntry}{\param{wxArchiveEntry* }{entry}, \param{wxArchiveInputStream\& }{stream}}
763 (see \helpref{wxArchiveEntry::IsDir()}{wxarchiveentryisdir})
773 \func{bool}{PutNextEntry}{\param{wxArchiveEntry* }{entry}}