#include <IMG_FileFilterWindow.h>

Public Member Functions | |
| IMG_FileFilterWindow (IMG_File *file_to_filter) | |
| virtual | ~IMG_FileFilterWindow () |
| virtual const char * | className () const |
| void | initWindow (const UT_DimRect &user_area) |
| virtual const void * | readPlaneScanline (int y, const IMG_Plane &pi) |
| virtual int | writePlaneScanline (const void *data, int y, const IMG_Plane &pi) |
| virtual void | computeCommonData () |
Definition at line 32 of file IMG_FileFilterWindow.h.
| IMG_FileFilterWindow::IMG_FileFilterWindow | ( | IMG_File * | file_to_filter | ) |
| virtual IMG_FileFilterWindow::~IMG_FileFilterWindow | ( | ) | [virtual] |
| virtual const char* IMG_FileFilterWindow::className | ( | void | ) | const [inline, virtual] |
| virtual void IMG_FileFilterWindow::computeCommonData | ( | ) | [virtual] |
Reimplemented from IMG_FileFilter.
| void IMG_FileFilterWindow::initWindow | ( | const UT_DimRect & | user_area | ) |
| virtual const void* IMG_FileFilterWindow::readPlaneScanline | ( | int | y, | |
| const IMG_Plane & | pi | |||
| ) | [virtual] |
Reimplemented from IMG_File.
| virtual int IMG_FileFilterWindow::writePlaneScanline | ( | const void * | data, | |
| int | y, | |||
| const IMG_Plane & | pi | |||
| ) | [virtual] |
Reimplemented from IMG_File.
1.5.9