XamlOverpost.h

Go to the documentation of this file.
00001 //  Copyright (c) 2006 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 
00021 
00022 #if !defined XAML_OVERPOST_HEADER
00023 #define XAML_OVERPOST_HEADER
00024 
00025 #include "XAML/XamlCore.h"
00026 
00027 #include "whiptk/overpost.h"
00028 #include "XAML/XamlXML.h"
00029 
00030 class XAMLTK_API WT_XAML_Overpost : public WT_Overpost
00031 {
00032         friend class WT_XAML_Class_Factory;
00033 protected:
00034     // Constructors and destructor
00035     WT_XAML_Overpost()
00036                 : WT_Overpost()
00037         {}
00038     WT_XAML_Overpost( WT_AcceptMode  acceptMode,
00039                  WT_Boolean     renderEntities,
00040                  WT_Boolean     addExtents)
00041                 : WT_Overpost(acceptMode,renderEntities,addExtents)
00042         {}
00043 
00044     virtual ~WT_XAML_Overpost()
00045         {}
00046 
00047 public:
00049     WT_Result           serialize(WT_File & /*file*/) const;
00050     WT_Result           serialize_stream(WT_File & file) const;
00052         WT_Result                   parseAttributeList(XamlXML::tAttributeMap& rMap, WT_XAML_File& rFile);
00053     WT_Result           parseCData(int nLen,const char* pCData);
00054 };
00055 
00056 #endif //XAML_OVERPOST_HEADER

Generated on Tue Jan 6 22:40:06 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5