Document::LayerCreationHandler Class Referenceabstract

#include <Document.h>

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. More...
 

Detailed Description

Definition at line 136 of file Document.h.

Constructor & Destructor Documentation

virtual Document::LayerCreationHandler::~LayerCreationHandler ( )
inlinevirtual

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 ~LayerCreationHandler().


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