|
Krita Source Code Documentation
|
Go to the source code of this file.
Functions | |
| QString | formatVarArgs (const char *fmt, va_list args) |
| void | KisTiffErrorHandler (const char *module, const char *fmt, va_list args) |
| void | KisTiffWarningHandler (const char *module, const char *fmt, va_list args) |
| QString formatVarArgs | ( | const char * | fmt, |
| va_list | args ) |
Definition at line 18 of file kis_tiff_logger.h.
| void KisTiffErrorHandler | ( | const char * | module, |
| const char * | fmt, | ||
| va_list | args ) |
Definition at line 46 of file kis_tiff_logger.h.
References errFile, and formatVarArgs().
| void KisTiffWarningHandler | ( | const char * | module, |
| const char * | fmt, | ||
| va_list | args ) |
Definition at line 53 of file kis_tiff_logger.h.
References formatVarArgs(), and warnFile.