DWFToolkit::DWFPublishedContentElement::Factory Class Reference
[DWF Publisher API]

#include "dwf/publisher/impl/PublishedContentElement.h"

Collaboration diagram for DWFToolkit::DWFPublishedContentElement::Factory:

Collaboration graph
[legend]
List of all members.

Detailed Description

This is an implementation of the DWFPublishedObject::Factory, to allow creation of the published content elements.

Since:
7.2.0

Definition at line 85 of file PublishedContentElement.h.

Public Member Functions

_DWFTK_API Factory () throw ()
virtual _DWFTK_API ~Factory () throw ()
virtual _DWFTK_API DWFPublishedObjectmakePublishedObject (tKey nKey, const DWFString &zName) throw ( DWFException )
virtual _DWFTK_API DWFPublishedObjectfindPublishedObject (tKey nKey) throw ( DWFException )
_DWFTK_API DWFPublishedContentElement::tMap::Iterator * getPublishedObjects () throw ()


Constructor & Destructor Documentation

_DWFTK_API DWFToolkit::DWFPublishedContentElement::Factory::Factory  )  throw ()
 

Constructor

Exceptions:
None 

virtual _DWFTK_API DWFToolkit::DWFPublishedContentElement::Factory::~Factory  )  throw () [virtual]
 

Destructor

Exceptions:
None 


Member Function Documentation

virtual _DWFTK_API DWFPublishedObject& DWFToolkit::DWFPublishedContentElement::Factory::findPublishedObject tKey  nKey  )  throw ( DWFException ) [virtual]
 

Returns a pre-built object for a given key.

Parameters:
nKey A unique key for this object.
Returns:
The existing object.
Exceptions:
DWFException 

_DWFTK_API DWFPublishedContentElement::tMap::Iterator* DWFToolkit::DWFPublishedContentElement::Factory::getPublishedObjects  )  throw () [inline]
 

Get an iterator to the published content elements.

Returns:
A pointer to an iterator that must be deleted by the caller with the DWFCORE_FREE_OBJECT macro.
Exceptions:
DWFException 

Definition at line 139 of file PublishedContentElement.h.

virtual _DWFTK_API DWFPublishedObject* DWFToolkit::DWFPublishedContentElement::Factory::makePublishedObject tKey  nKey,
const DWFString zName
throw ( DWFException ) [virtual]
 

Create a new object.

Parameters:
nKey A unique key for this object.
zName The object name.
Returns:
The new object.
Exceptions:
DWFException 


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