#include <IMG_FileFilterTile.h>

Public Member Functions | |
| IMG_FileFilterTile (IMG_File *file_to_filter) | |
| virtual | ~IMG_FileFilterTile () |
| virtual const char * | className () const |
| void | initTile (IMG_Interleave i) |
| virtual bool | readTile (const UT_InclusiveRect &rect, void *data, const IMG_Plane *plane=0) |
| virtual bool | writeTile (const UT_InclusiveRect &rect, const void *data, const IMG_Plane *plane=0) |
| virtual void | computeCommonData () |
Definition at line 29 of file IMG_FileFilterTile.h.
| IMG_FileFilterTile::IMG_FileFilterTile | ( | IMG_File * | file_to_filter | ) |
| virtual IMG_FileFilterTile::~IMG_FileFilterTile | ( | ) | [virtual] |
| virtual const char* IMG_FileFilterTile::className | ( | void | ) | const [inline, virtual] |
| virtual void IMG_FileFilterTile::computeCommonData | ( | ) | [virtual] |
Reimplemented from IMG_FileFilter.
| void IMG_FileFilterTile::initTile | ( | IMG_Interleave | i | ) |
| virtual bool IMG_FileFilterTile::readTile | ( | const UT_InclusiveRect & | tile, | |
| void * | data, | |||
| const IMG_Plane * | plane = 0 | |||
| ) | [virtual] |
This is a tile interface for reading files. To use it, you must pass an IMG_FileParms object to open() with IMG_FileParms::useTileInterface() called. Otherwise, this will just return false. The x-y coords of the tile is in pixels.
Reimplemented from IMG_File.
| virtual bool IMG_FileFilterTile::writeTile | ( | const UT_InclusiveRect & | tile, | |
| const void * | data, | |||
| const IMG_Plane * | plane = 0 | |||
| ) | [virtual] |
this is a tile interface for writing files. To use it, you must pass an IMG_FileParms object to open() with IMG_FileParms::useTileInterface() called. Otherwise, this will just return false. The x-y coords of the tile is in pixels.
Reimplemented from IMG_File.
1.5.9