Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | Related Pages | Examples

compdata.h

00001 //  Copyright (c) 1996-2001 by Autodesk, Inc.
00002 //
00003 //  By using this code, you are agreeing to the terms and conditions of
00004 //  the License Agreement included in the documentation for this code.
00005 //
00006 //  AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE CORRECTNESS
00007 //  OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE IT. AUTODESK
00008 //  PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY DISCLAIMS ANY
00009 //  LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL DAMAGES FOR ERRORS,
00010 //  OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
00011 //
00012 //  Use, duplication, or disclosure by the U.S. Government is subject to
00013 //  restrictions set forth in FAR 52.227-19 (Commercial Computer Software
00014 //  Restricted Rights) and DFAR 252.227-7013(c)(1)(ii) (Rights in Technical
00015 //  Data and Computer Software), as applicable.
00016 //
00017 
00018 #if !defined COMPDATA_HEADER
00019 #define COMPDATA_HEADER
00020 
00021 #include "whiptk/whipcore.h"
00022 #include "whiptk/object.h"
00023 #include "whiptk/wversion.h"
00024 
00025 class WT_File;
00026 
00032 
00033 
00034 class WHIPTK_API WT_Compressed_Data_Moniker : public WT_Object
00035 {
00036 private:
00037     int m_compression_format;
00038 
00039 public:
00040 
00041 
00043 
00044     WT_Compressed_Data_Moniker(int format = REVISION_WHEN_ZLIB_COMPRESSION_IS_SUPPORTED)
00045         : m_compression_format(format)
00046     { }
00048     ~WT_Compressed_Data_Moniker()
00049     { }
00051 
00053 
00054     const int compression_format() const { return m_compression_format; }
00056 
00058     WT_Result        materialize(WT_Opcode const & opcode, WT_File & file);
00059     WT_ID            object_id() const;
00060     WT_Type          object_type() const;
00061     WT_Result        process(WT_File & file);
00062     WT_Result        serialize(WT_File & file) const;
00063     WT_Result        skip_operand(WT_Opcode const & opcode, WT_File & file);
00065 
00067 
00069     static WT_Result default_process(
00070         WT_Compressed_Data_Moniker & item, 
00071         WT_File & file 
00072         );
00073 
00074 };
00075 
00077 
00078 #endif // COMPDATA_HEADER

Generated on Tue May 17 12:07:43 2005 for Autodesk DWF Whip 2D Toolkit by  doxygen 1.4.1