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

DWFToolkit::DWFEModelGlobalSection Class Reference
[DWF Package API]

#include "dwf/package/GlobalSection.h"

Inheritance diagram for DWFToolkit::DWFEModelGlobalSection:

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

Collaboration graph
[legend]
List of all members.

Detailed Description

This class contains the base functionality for all global EPlot sections in a DWF package.
Since:
7.0.1.

Definition at line 464 of file GlobalSection.h.

Public Member Functions

_DWFTK_API DWFEModelGlobalSection (const DWFString &zName, const DWFString &zTitle, DWFPackageReader *pPackageReader) throw ()
_DWFTK_API DWFEModelGlobalSection (const DWFString &zTitle=L"", const DWFSource &rSource=DWFSource(L"", L"", L"")) throw ()
virtual _DWFTK_API ~DWFEModelGlobalSection () throw ()
_DWFTK_API void serializeXML (DWFXMLSerializer &rSerializer, unsigned int nFlags) throw ( DWFException )

Classes

class  Factory
 Class factory for DWFEModelGlobalSection objects.
Since:
7.0.1.
More...


Constructor & Destructor Documentation

_DWFTK_API DWFToolkit::DWFEModelGlobalSection::DWFEModelGlobalSection const DWFString zName,
const DWFString zTitle,
DWFPackageReader pPackageReader
throw () [inline]
 

Constructor

This constructor is generally only used by the parsing process when the DWFPackageReader associated with (and providing read access to) the DWF package file is available. The subsequent binding makes it possible to read global EModel section content data from the DWF package.

Parameters:
zName A string that uniquely identifies the global EModel section in the DWF package.
zTitle The descriptive and display friendly title text.
pPackageReader Provides access to global EModel section content in the DWF package.
Exceptions:
None 

Definition at line 528 of file GlobalSection.h.

_DWFTK_API DWFToolkit::DWFEModelGlobalSection::DWFEModelGlobalSection const DWFString zTitle = L"",
const DWFSource rSource = DWFSource(L"",L"",L"")
throw () [inline]
 

Constructor

This constructor is generally used by applications and publishers for creating new global section objects.

Parameters:
zTitle The descriptive and display friendly title text.
rSource Describes the original source of the data in the global EModel section (a drawing file, for example.)
Exceptions:
None 

Definition at line 546 of file GlobalSection.h.

virtual _DWFTK_API DWFToolkit::DWFEModelGlobalSection::~DWFEModelGlobalSection  )  throw () [inline, virtual]
 

Destructor

Exceptions:
None 

Definition at line 562 of file GlobalSection.h.


Member Function Documentation

_DWFTK_API void DWFToolkit::DWFEModelGlobalSection::serializeXML DWFXMLSerializer rSerializer,
unsigned int  nFlags
throw ( DWFException ) [virtual]
 

Writes an XML representation of the object into a stream.

Parameters:
rSerializer The object that accepts the serialization of the object.
nFlags An implementation-defined set of options for altering the serialization process of this object.

Reimplemented from DWFToolkit::DWFGlobalSection.


The documentation for this class was generated from the following file:
Generated on Tue May 17 12:38:59 2005 for Autodesk DWF Toolkit by  doxygen 1.4.1