krita/ui
KisImportCatcher Class Reference
This small helper class takes an url and an image; tries to import the image at the url and shove the layers of the imported image into the first image after loading is done. More...
#include <kis_import_catcher.h>
Inheritance diagram for KisImportCatcher:

Public Member Functions | |
| KisImportCatcher (const KUrl &url, KisView2 *view) | |
| ~KisImportCatcher () | |
Detailed Description
This small helper class takes an url and an image; tries to import the image at the url and shove the layers of the imported image into the first image after loading is done.
This is a separate class because loading can be asynchronous.
Caveat: this class calls "delete this", which means that you new it and then never touch it again. Thank you very much.
Definition at line 40 of file kis_import_catcher.h.
Constructor & Destructor Documentation
| KisImportCatcher::KisImportCatcher | ( | const KUrl & | url, | |
| KisView2 * | view | |||
| ) |
Definition at line 53 of file kis_import_catcher.cc.
| KisImportCatcher::~KisImportCatcher | ( | ) |
Definition at line 106 of file kis_import_catcher.cc.
The documentation for this class was generated from the following files:
