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

DWFToolkit::DWFEmbeddedFontVisitor Class Reference
[DWF Publisher API]

#include "dwf/publisher/Publisher.h"

Inheritance diagram for DWFToolkit::DWFEmbeddedFontVisitor:

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

Collaboration graph
[legend]
List of all members.

Detailed Description

Base implementation and interface defintion for objects (visitors) that publishers can use with publishable sources to extract their embedded font data.
Since:
7.0.1.

Definition at line 325 of file Publisher.h.

Public Member Functions

virtual _DWFTK_API ~DWFEmbeddedFontVisitor () throw ()
virtual _DWFTK_API void visitEmbeddedFont (const DWFEmbeddedFont &rFont) throw ( DWFException )

Protected Member Functions

_DWFTK_API DWFEmbeddedFontVisitor (DWFEmbeddedFontVisitor *pComposite=NULL) throw ()


Constructor & Destructor Documentation

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

Destructor

Exceptions:
None 

Definition at line 336 of file Publisher.h.

_DWFTK_API DWFToolkit::DWFEmbeddedFontVisitor::DWFEmbeddedFontVisitor DWFEmbeddedFontVisitor pComposite = NULL  )  throw () [inline, protected]
 

Constructor

Parameters:
pComposite A pointer a chained visitor. This pointer will not be deleted.
Exceptions:
None 

Definition at line 367 of file Publisher.h.


Member Function Documentation

virtual _DWFTK_API void DWFToolkit::DWFEmbeddedFontVisitor::visitEmbeddedFont const DWFEmbeddedFont rFont  )  throw ( DWFException ) [inline, virtual]
 

Default visitation implementation. Specializations should invoke this base method to ensure any composed visitors are called.

Parameters:
rFont An embedded font from the publishable source.
Exceptions:
DWFException 

Reimplemented in DWFToolkit::DWFPackagePublisher.

Definition at line 348 of file Publisher.h.


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