kviewshell
DjVuMessageLite.cpp File Reference
#include "DjVuMessageLite.h"#include "GOS.h"#include "XMLTags.h"#include "ByteStream.h"#include "GURL.h"#include "debug.h"#include <ctype.h>#include <string.h>#include <stdlib.h>#include <locale.h>
Include dependency graph for DjVuMessageLite.cpp:

Go to the source code of this file.
Functions | |
| void | DjVuMessageLite_LookUp (char *msg_buffer, const unsigned int buffer_size, const char *message) |
| void | DjVuWriteError (const char *message) |
| void | DjVuWriteMessage (const char *message) |
Variables | |
| static const char | bodystring [] = "BODY" |
| static const char * | failed_to_parse_XML |
| static const char | failed_to_parse_XML_default [] |
| static const char | messagestring [] = "MESSAGE" |
| static const char | namestring [] = "name" |
| static const char | numberstring [] = "number" |
| static const char * | unrecognized |
| static const char | unrecognized_default [] |
| static const char * | uparameter |
| static const char | uparameter_default [] |
| static const char | valuestring [] = "value" |
Function Documentation
| void DjVuMessageLite_LookUp | ( | char * | msg_buffer, | |
| const unsigned int | buffer_size, | |||
| const char * | message | |||
| ) |
Definition at line 420 of file DjVuMessageLite.cpp.
| void DjVuWriteError | ( | const char * | message | ) |
Definition at line 451 of file DjVuMessageLite.cpp.
| void DjVuWriteMessage | ( | const char * | message | ) |
Definition at line 466 of file DjVuMessageLite.cpp.
Variable Documentation
const char bodystring[] = "BODY" [static] |
Definition at line 128 of file DjVuMessageLite.cpp.
const char* failed_to_parse_XML [static] |
Initial value:
ERR_MSG("DjVuMessage.failed_to_parse_XML")
Definition at line 104 of file DjVuMessageLite.cpp.
const char failed_to_parse_XML_default[] [static] |
Initial value:
"Failed to parse XML message file: 	'%1!s!'."
Definition at line 122 of file DjVuMessageLite.cpp.
const char messagestring[] = "MESSAGE" [static] |
Definition at line 129 of file DjVuMessageLite.cpp.
const char namestring[] = "name" [static] |
Definition at line 125 of file DjVuMessageLite.cpp.
const char numberstring[] = "number" [static] |
Definition at line 127 of file DjVuMessageLite.cpp.
const char* unrecognized [static] |
Initial value:
ERR_MSG("DjVuMessage.Unrecognized")
Definition at line 106 of file DjVuMessageLite.cpp.
const char unrecognized_default[] [static] |
Initial value:
"** Unrecognized DjVu Message:\n" "\t** Message name: %1!s!"
Definition at line 116 of file DjVuMessageLite.cpp.
const char* uparameter [static] |
const char uparameter_default[] [static] |
const char valuestring[] = "value" [static] |
Definition at line 126 of file DjVuMessageLite.cpp.
KDE 3.5 API Reference