#include "camtypes.h"#include "jpgermgr.h"#include "jerror.h"Go to the source code of this file.
Defines | |
| #define | new CAM_DEBUG_NEW |
| #define | JMESSAGE(code, string, errorclass) errorclass , |
Functions | |
| METHODDEF (void) format_message(libJPEG | |
| For formatting TRACE strings Notes: From IJG library: Format a message string for the most recent JPEG error or message. The message is stored into buffer, which should be at least JMSG_LENGTH_MAX characters. Note that no ' ' character is added to the string. Few applications should need to override this method. | |
Variables | |
| const char *const | MessageTable [] |
| const JPEGErrorManager::ERROR_CLASS | ErrorClasses [] |
|
|
Definition at line 133 of file jpgermgr.cpp. |
|
|
Definition at line 113 of file jpgermgr.cpp. |
|
|
For formatting TRACE strings Notes: From IJG library: Format a message string for the most recent JPEG error or message. The message is stored into buffer, which should be at least JMSG_LENGTH_MAX characters. Note that no '
Definition at line 605 of file jpgermgr.cpp. |
|
|
Definition at line 135 of file jpgermgr.cpp. |
|
|
Initial value:
{
NULL
}
Definition at line 126 of file jpgermgr.cpp. |
1.4.4