#include <mie/rastlink.h>

Public Member Functions | |
| JOB_RASTER_LINKABLE (const FORMAT &format, const SETTINGS &settings) | |
| virtual | ~JOB_RASTER_LINKABLE () |
Protected Member Functions | |
| virtual bool | v_ImportNeedTempFile () const |
| MIE::JOB_RASTER_LINKABLE::JOB_RASTER_LINKABLE | ( | const FORMAT & | format, | |
| const SETTINGS & | settings | |||
| ) | [inline] |
| virtual MIE::JOB_RASTER_LINKABLE::~JOB_RASTER_LINKABLE | ( | ) | [virtual] |
| virtual bool MIE::JOB_RASTER_LINKABLE::v_ImportNeedTempFile | ( | ) | const [protected, virtual] |
Determine if we need to import to a tempfile and then do something to transfer to the real file later.
If this returns true, v_ImportEnd() should copy/extract/convert the object from the temp file to its final home. Derived class should call base class implementation and return true if it says a temp file is needed
Reimplemented from MIE::JOB_RASTER.
1.6.1