SignatureResource.h

Go to the documentation of this file.
00001 //
00002 //  Copyright (c) 1996-2005 by Autodesk, Inc.
00003 //
00004 //  By using this code, you are agreeing to the terms and conditions of
00005 //  the License Agreement included in the documentation for this code.
00006 //
00007 //  AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE CORRECTNESS
00008 //  OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE IT. AUTODESK
00009 //  PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY DISCLAIMS ANY
00010 //  LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL DAMAGES FOR ERRORS,
00011 //  OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
00012 //
00013 //  Use, duplication, or disclosure by the U.S. Government is subject to
00014 //  restrictions set forth in FAR 52.227-19 (Commercial Computer Software
00015 //  Restricted Rights) and DFAR 252.227-7013(c)(1)(ii) (Rights in Technical
00016 //  Data and Computer Software), as applicable.
00017 //
00018 
00019 
00020 #ifndef _DWFTK_SIGNATURE_RESOURCE_H
00021 #define _DWFTK_SIGNATURE_RESOURCE_H
00022 
00027 
00028 
00029 #include "dwf/Toolkit.h"
00030 #include "dwf/package/Resource.h"
00031 
00032 namespace DWFToolkit
00033 {
00034 
00044 class DWFSignatureResource : public DWFResource
00045                         _DWFTK_EXPORT_API_MEMORY_CONTROL_BASE_MEMBER
00046 {
00047 
00048 public:
00049 
00050 
00051 public:
00052 
00065     _DWFTK_API
00066     DWFSignatureResource( DWFPackageReader*  pPackageReader )
00067         throw();
00068 
00080     _DWFTK_API
00081     DWFSignatureResource()
00082         throw();
00083 
00089     _DWFTK_API
00090     virtual ~DWFSignatureResource()
00091         throw();
00092 
00096     _DWFTK_API
00097     virtual void parseAttributeList( const char** ppAttributeList )
00098         throw( DWFException );
00099 
00100 #ifndef DWFTK_READ_ONLY
00101 
00105     _DWFTK_API
00106     void serializeXML( DWFXMLSerializer& rSerializer, unsigned int nFlags )
00107         throw( DWFException );
00108 
00109 #endif
00110 
00111 
00112 private:
00113         
00114 
00115 private:
00116 
00117     DWFSignatureResource( const DWFSignatureResource& );
00118     DWFSignatureResource& operator=( const DWFSignatureResource& );
00119 };
00120 
00121 
00122 }
00123 
00124 #endif

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