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

DWFToolkit::DWFSegmentHandlerBuilder Class Reference
[3D Publisher API]

#include "dwf/publisher/model/SegmentHandlerBuilder.h"

Inheritance diagram for DWFToolkit::DWFSegmentHandlerBuilder:

Inheritance graph
[legend]
List of all members.

Detailed Description

Base implementation for a W3D scene segment op-code handler provider.
Since:
7.0.1.

This class should be specialized by classes that can provide W3D op-code handlers for scene segments.

Definition at line 46 of file SegmentHandlerBuilder.h.

Public Member Functions

 DWFSegmentHandlerBuilder () throw ()
virtual ~DWFSegmentHandlerBuilder () throw ()
 DWFSegmentHandlerBuilder (const DWFSegmentHandlerBuilder &) throw ()
DWFSegmentHandlerBuilderoperator= (const DWFSegmentHandlerBuilder &) throw ()
virtual TK_Close_SegmentgetCloseSegmentHandler () throw ( DWFException )
virtual TK_Open_SegmentgetOpenSegmentHandler () throw ( DWFException )
virtual TK_Referenced_SegmentgetIncludeSegmentHandler () throw ( DWFException )
virtual TK_Referenced_SegmentgetStyleSegmentHandler () throw ( DWFException )


Constructor & Destructor Documentation

DWFToolkit::DWFSegmentHandlerBuilder::DWFSegmentHandlerBuilder  )  throw () [inline]
 

Constructor

Exceptions:
None 

Definition at line 56 of file SegmentHandlerBuilder.h.

virtual DWFToolkit::DWFSegmentHandlerBuilder::~DWFSegmentHandlerBuilder  )  throw () [inline, virtual]
 

Destructor

Exceptions:
None 

Definition at line 65 of file SegmentHandlerBuilder.h.

DWFToolkit::DWFSegmentHandlerBuilder::DWFSegmentHandlerBuilder const DWFSegmentHandlerBuilder  )  throw () [inline]
 

Copy Constructor

Exceptions:
None 

Definition at line 74 of file SegmentHandlerBuilder.h.


Member Function Documentation

virtual TK_Close_Segment& DWFToolkit::DWFSegmentHandlerBuilder::getCloseSegmentHandler  )  throw ( DWFException ) [inline, virtual]
 

Returns a handler for closing a segment.

Returns:
A reference to a op-code handler.
Exceptions:
DWFException 

Definition at line 100 of file SegmentHandlerBuilder.h.

virtual TK_Referenced_Segment& DWFToolkit::DWFSegmentHandlerBuilder::getIncludeSegmentHandler  )  throw ( DWFException ) [inline, virtual]
 

Returns a handler for including one segment within another.

Returns:
A reference to a op-code handler.
Exceptions:
DWFException 

Definition at line 124 of file SegmentHandlerBuilder.h.

virtual TK_Open_Segment& DWFToolkit::DWFSegmentHandlerBuilder::getOpenSegmentHandler  )  throw ( DWFException ) [inline, virtual]
 

Returns a handler for opening a segment.

Returns:
A reference to a op-code handler.
Exceptions:
DWFException 

Definition at line 112 of file SegmentHandlerBuilder.h.

virtual TK_Referenced_Segment& DWFToolkit::DWFSegmentHandlerBuilder::getStyleSegmentHandler  )  throw ( DWFException ) [inline, virtual]
 

Returns a handler for referencing one segment from another.

Returns:
A reference to a op-code handler.
Exceptions:
DWFException 

Definition at line 136 of file SegmentHandlerBuilder.h.

DWFSegmentHandlerBuilder& DWFToolkit::DWFSegmentHandlerBuilder::operator= const DWFSegmentHandlerBuilder  )  throw () [inline]
 

Assignment Operator

Exceptions:
None 

Definition at line 83 of file SegmentHandlerBuilder.h.


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