/////////////////////////////////////////////////////////////////////////////
// Name: archive.h
-// Purpose: documentation for wxArchiveInputStream class
+// Purpose: interface of wxArchiveInputStream
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxbase}
@category{FIXME}
- @seealso
- @ref overview_wxarc "Archive formats such as zip", wxArchiveEntry,
+ @see @ref overview_wxarc "Archive formats such as zip", wxArchiveEntry,
wxArchiveOutputStream
*/
class wxArchiveInputStream : public wxFilterInputStream
};
+
/**
@class wxArchiveOutputStream
@wxheader{archive.h}
@library{wxbase}
@category{FIXME}
- @seealso
- @ref overview_wxarc "Archive formats such as zip", wxArchiveEntry,
+ @see @ref overview_wxarc "Archive formats such as zip", wxArchiveEntry,
wxArchiveInputStream
*/
class wxArchiveOutputStream : public wxFilterOutputStream
};
+
/**
@class wxArchiveEntry
@wxheader{archive.h}
@library{wxbase}
@category{FIXME}
- @seealso
- @ref overview_wxarc "Archive formats such as zip", @ref overview_wxarcgeneric
- "Generic archive programming", wxArchiveInputStream, wxArchiveOutputStream, wxArchiveNotifier
+ @see @ref overview_wxarc "Archive formats such as zip", @ref
+ overview_wxarcgeneric "Generic archive programming", wxArchiveInputStream, wxArchiveOutputStream, wxArchiveNotifier
*/
class wxArchiveEntry : public wxObject
{
//@{
/**
- Sets the notifier for this entry.
+ Sets the notifier() for this entry.
Whenever the wxArchiveInputStream updates
this entry, it will then invoke the associated
notifier's wxArchiveNotifier::OnEntryUpdated
};
+
/**
@class wxArchiveClassFactory
@wxheader{archive.h}
@library{wxbase}
@category{FIXME}
- @seealso
- @ref overview_wxarc "Archive formats such as zip", @ref overview_wxarcgeneric
- "Generic archive programming", wxArchiveEntry, wxArchiveInputStream, wxArchiveOutputStream, wxFilterClassFactory
+ @see @ref overview_wxarc "Archive formats such as zip", @ref
+ overview_wxarcgeneric "Generic archive programming", wxArchiveEntry, wxArchiveInputStream, wxArchiveOutputStream, wxFilterClassFactory
*/
class wxArchiveClassFactory : public wxObject
{
};
+
/**
@class wxArchiveNotifier
@wxheader{archive.h}
@library{wxbase}
@category{FIXME}
- @seealso
- @ref overview_wxarcnoseek "Archives on non-seekable streams", wxArchiveEntry,
- wxArchiveInputStream, wxArchiveOutputStream
+ @see @ref overview_wxarcnoseek "Archives on non-seekable streams",
+ wxArchiveEntry, wxArchiveInputStream, wxArchiveOutputStream
*/
class wxArchiveNotifier
{
};
+
/**
@class wxArchiveIterator
@wxheader{archive.h}
@library{wxbase}
@category{FIXME}
- @seealso
- wxArchiveEntry, wxArchiveInputStream, wxArchiveOutputStream
+ @see wxArchiveEntry, wxArchiveInputStream, wxArchiveOutputStream
*/
class wxArchiveIterator
{
wxArchiveIterator operator++(int );
//@}
};
+