|
Krita Source Code Documentation
|
Public Member Functions | |
| void | importAsPaintLayer (KisPaintDeviceSP device, QString layerName) |
| void | importShapeLayer (KisShapeLayerSP shapeLayer) |
| QString | prettyLayerName (QString layerName) const |
Public Attributes | |
| KisDocument * | doc |
| QString | layerType |
| int | numLayersImported |
| QString | path |
| KisViewManager * | view |
Definition at line 30 of file kis_import_catcher.cc.
| void KisImportCatcher::Private::importAsPaintLayer | ( | KisPaintDeviceSP | device, |
| QString | layerName ) |
Definition at line 55 of file kis_import_catcher.cc.
References KisNodeCommandsAdapter::addNode(), OPACITY_OPAQUE_U8, and KisNode::parent.
| void KisImportCatcher::Private::importShapeLayer | ( | KisShapeLayerSP | shapeLayer | ) |
Definition at line 77 of file kis_import_catcher.cc.
References KisNodeCommandsAdapter::addNode(), and KisNode::parent.
| QString KisImportCatcher::Private::prettyLayerName | ( | QString | layerName | ) | const |
Definition at line 44 of file kis_import_catcher.cc.
References path.
| KisDocument* KisImportCatcher::Private::doc |
Definition at line 33 of file kis_import_catcher.cc.
| QString KisImportCatcher::Private::layerType |
Definition at line 36 of file kis_import_catcher.cc.
| int KisImportCatcher::Private::numLayersImported |
Definition at line 37 of file kis_import_catcher.cc.
| QString KisImportCatcher::Private::path |
Definition at line 35 of file kis_import_catcher.cc.
| KisViewManager* KisImportCatcher::Private::view |
Definition at line 34 of file kis_import_catcher.cc.