svapp  1.9
Document::LayerCreationHandler Class Reference

#include <Document.h>

List of all members.

Public Member Functions

virtual ~LayerCreationHandler ()
virtual void layersCreated (LayerCreationAsyncHandle handle, std::vector< Layer * > primary, std::vector< Layer * > additional)=0
 The primary layers are those corresponding 1-1 to the input models, listed in the same order as the input models.

Detailed Description

Definition at line 133 of file Document.h.


Constructor & Destructor Documentation

Definition at line 135 of file Document.h.


Member Function Documentation

virtual void Document::LayerCreationHandler::layersCreated ( LayerCreationAsyncHandle  handle,
std::vector< Layer * >  primary,
std::vector< Layer * >  additional 
) [pure virtual]

The primary layers are those corresponding 1-1 to the input models, listed in the same order as the input models.

The additional layers vector contains any layers (from all models) that were returned separately at the end of processing. The handle indicates which async process this callback was initiated by. It must not be used again after this function returns.

Referenced by AdditionalModelConverter::moreModelsAvailable(), and AdditionalModelConverter::noMoreModelsAvailable().


The documentation for this class was generated from the following file: