kviewshell
DjVuAnno.cpp File Reference
#include "DjVuAnno.h"#include "GContainer.h"#include "GException.h"#include "IFFByteStream.h"#include "BSByteStream.h"#include "GMapAreas.h"#include "debug.h"#include <ctype.h>

Go to the source code of this file.
Defines | |
| #define | ALIGN_TAG "align" |
| #define | BACKGROUND_TAG "background" |
| #define | HALIGN_TAG "halign" |
| #define | METADATA_TAG "metadata" |
| #define | MODE_TAG "mode" |
| #define | PNOTE_TAG "pnote" |
| #define | VALIGN_TAG "valign" |
| #define | ZOOM_TAG "zoom" |
Functions | |
| static DjVuANT::alignment | legal_halign (const int i) |
| static DjVuANT::alignment | legal_valign (const int i) |
Variables | |
| static const char * | align_strings [] |
| static const int | align_strings_size = sizeof(align_strings)/sizeof(const char *) |
| static const unsigned long | default_bg_color = 0xffffffff |
| static const char * | mode_strings [] |
| static const int | mode_strings_size = sizeof(mode_strings)/sizeof(const char *) |
| static const char * | zoom_strings [] |
| static const int | zoom_strings_size = sizeof(zoom_strings)/sizeof(const char *) |
Define Documentation
| #define ALIGN_TAG "align" |
Definition at line 667 of file DjVuAnno.cpp.
| #define BACKGROUND_TAG "background" |
Definition at line 664 of file DjVuAnno.cpp.
| #define HALIGN_TAG "halign" |
Definition at line 668 of file DjVuAnno.cpp.
| #define METADATA_TAG "metadata" |
Definition at line 670 of file DjVuAnno.cpp.
| #define MODE_TAG "mode" |
Definition at line 666 of file DjVuAnno.cpp.
| #define PNOTE_TAG "pnote" |
Definition at line 663 of file DjVuAnno.cpp.
| #define VALIGN_TAG "valign" |
Definition at line 669 of file DjVuAnno.cpp.
| #define ZOOM_TAG "zoom" |
Definition at line 665 of file DjVuAnno.cpp.
Function Documentation
| static DjVuANT::alignment legal_halign | ( | const int | i | ) | [inline, static] |
Definition at line 982 of file DjVuAnno.cpp.
| static DjVuANT::alignment legal_valign | ( | const int | i | ) | [inline, static] |
Definition at line 1000 of file DjVuAnno.cpp.
Variable Documentation
const char* align_strings[] [static] |
Initial value:
{
"default","left","center","right","top","bottom"}
Definition at line 659 of file DjVuAnno.cpp.
const int align_strings_size = sizeof(align_strings)/sizeof(const char *) [static] |
Definition at line 661 of file DjVuAnno.cpp.
const unsigned long default_bg_color = 0xffffffff [static] |
Definition at line 672 of file DjVuAnno.cpp.
const char* mode_strings[] [static] |
const int mode_strings_size = sizeof(mode_strings)/sizeof(const char *) [static] |
Definition at line 657 of file DjVuAnno.cpp.
const char* zoom_strings[] [static] |
Initial value:
{
"default","page","width","one2one","stretch"}
Definition at line 651 of file DjVuAnno.cpp.
const int zoom_strings_size = sizeof(zoom_strings)/sizeof(const char *) [static] |
Definition at line 653 of file DjVuAnno.cpp.
KDE 3.5 API Reference