svapp
1.9
|
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
|
inlinevirtual |
Definition at line 138 of file Document.h.
References Document::cancelAsyncLayerCreation(), Document::createDerivedLayersAsync(), Document::deleteLayer(), layersCreated(), and Document::setMainModel().
Member Function Documentation
|
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:
Generated by 1.8.11