![]() |
Qt 4.8
|
Public Types | |
| enum | TMode { Untranslated =0, TranslateIn, TranslateInOut } |
Public Functions | |
| QPictureHandler (const char *f, const char *h, const QByteArray &fl, picture_io_handler r, picture_io_handler w) | |
Public Variables | |
| QByteArray | format |
| QRegExp | header |
| bool | obsolete |
| picture_io_handler | read_picture |
| enum QPictureHandler::TMode | text_mode |
| picture_io_handler | write_picture |
Definition at line 1460 of file qpicture.cpp.
| Enumerator | |
|---|---|
| Untranslated | |
| TranslateIn | |
| TranslateInOut | |
Definition at line 1467 of file qpicture.cpp.
| QPictureHandler::QPictureHandler | ( | const char * | f, |
| const char * | h, | ||
| const QByteArray & | fl, | ||
| picture_io_handler | r, | ||
| picture_io_handler | w | ||
| ) |
Definition at line 1473 of file qpicture.cpp.
Referenced by QPictureIO::defineIOHandler().
| QByteArray QPictureHandler::format |
Definition at line 1465 of file qpicture.cpp.
Referenced by get_picture_handler(), QPictureIO::inputFormats(), QPictureIO::outputFormats(), QPictureIO::pictureFormat(), QPictureIO::setFormat(), and QPictureIO::write().
| QRegExp QPictureHandler::header |
Definition at line 1466 of file qpicture.cpp.
| bool QPictureHandler::obsolete |
Definition at line 1470 of file qpicture.cpp.
Referenced by QPictureIO::inputFormats(), QPictureIO::outputFormats(), and QPictureHandler().
| picture_io_handler QPictureHandler::read_picture |
Definition at line 1468 of file qpicture.cpp.
Referenced by QPictureIO::inputFormats(), QPictureHandler(), and QPictureIO::read().
| enum QPictureHandler::TMode QPictureHandler::text_mode |
Referenced by QPictureHandler(), QPictureIO::read(), and QPictureIO::write().
| picture_io_handler QPictureHandler::write_picture |
Definition at line 1469 of file qpicture.cpp.
Referenced by QPictureIO::outputFormats(), QPictureHandler(), and QPictureIO::write().