DWFToolkit::DWFDefinedObjectPropertyVisitor Class Reference

Collaboration diagram for DWFToolkit::DWFDefinedObjectPropertyVisitor:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 55 of file DefinedObjectPropertyVisitor.h.

Public Member Functions

_DWFTK_API DWFDefinedObjectPropertyVisitor () throw ()
virtual _DWFTK_API ~DWFDefinedObjectPropertyVisitor () throw ()
_DWFTK_API void setObjectDefinitionResource (DWFObjectDefinitionResource *pObjectDefinition) throw ()
virtual _DWFTK_API void visitProperty (DWFProperty &) throw ( DWFException )
virtual _DWFTK_API void visitPropertyContainer (DWFPropertyContainer &rPropertyContainer) throw ( DWFException )


Constructor & Destructor Documentation

_DWFTK_API DWFToolkit::DWFDefinedObjectPropertyVisitor::DWFDefinedObjectPropertyVisitor  )  throw ()
 

Constructor

Exceptions:
None 

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

Destructor

Exceptions:
None 

Definition at line 75 of file DefinedObjectPropertyVisitor.h.


Member Function Documentation

_DWFTK_API void DWFToolkit::DWFDefinedObjectPropertyVisitor::setObjectDefinitionResource DWFObjectDefinitionResource pObjectDefinition  )  throw () [inline]
 

Set the object definition resource for the visitor to work on.

Exceptions:
None 

Definition at line 85 of file DefinedObjectPropertyVisitor.h.

virtual _DWFTK_API void DWFToolkit::DWFDefinedObjectPropertyVisitor::visitProperty DWFProperty  )  throw ( DWFException ) [inline, virtual]
 

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

Parameters:
rProperty A property from the publishable source.
Exceptions:
DWFException 
Note:
This call currently does nothing since the caller, i.e the DWFPackagePublisher passes this call to its base (legacy).

Definition at line 97 of file DefinedObjectPropertyVisitor.h.

virtual _DWFTK_API void DWFToolkit::DWFDefinedObjectPropertyVisitor::visitPropertyContainer DWFPropertyContainer rPropertyContainer  )  throw ( DWFException ) [virtual]
 

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

Parameters:
rPropertyContainer The property container from the publishable source.
Exceptions:
DWFException 


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