DWFToolkit::DWFXPackage Class Reference

Inheritance diagram for DWFToolkit::DWFXPackage:

Inheritance graph
[legend]
Collaboration diagram for DWFToolkit::DWFXPackage:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 46 of file dwfx/Package.h.

Public Member Functions

_DWFTK_API DWFXPackage () throw ( DWFException )
virtual _DWFTK_API ~DWFXPackage () throw ()
_DWFTK_API DWFXDWFDocumentSequencesetDWFDocumentSequence (DWFXDWFDocumentSequence *pDWFDocumentSequence, bool bOwn=true) throw ()
_DWFTK_API DWFXDWFDocumentSequence
*const 
dwfDocumentSequence () const throw ()


Constructor & Destructor Documentation

_DWFTK_API DWFToolkit::DWFXPackage::DWFXPackage  )  throw ( DWFException )
 

Constructor

Exceptions:
None 

virtual _DWFTK_API DWFToolkit::DWFXPackage::~DWFXPackage  )  throw () [virtual]
 

Destructor

Exceptions:
None 


Member Function Documentation

_DWFTK_API DWFXDWFDocumentSequence* const DWFToolkit::DWFXPackage::dwfDocumentSequence  )  const throw () [inline]
 

Get the DWFDocumentSequence part of the package. If it has not been set this will return NULL.

Returns:
Pointer to the package's DWFDocumentSequence part.
Exceptions:
None 

Definition at line 93 of file dwfx/Package.h.

_DWFTK_API DWFXDWFDocumentSequence* DWFToolkit::DWFXPackage::setDWFDocumentSequence DWFXDWFDocumentSequence pDWFDocumentSequence,
bool  bOwn = true
throw ()
 

Set the DWFDocumentSequence part for the package. The document sequence must be created outside of the package and set with this method. If the package already had a document sequence, it will not be deleted. It is returned by this method and it is up to the caller to delete it.

Parameters:
pDWFDocumentSequence The DWFDocumentSequence part.
bOwn The package will take ownership of the part if this is true.
Returns:
Pointer to the old document sequence if the package had one.
Exceptions:
None 


The documentation for this class was generated from the following file:
Generated on Tue Jan 6 22:40:24 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5