kviewshell
DjVmNav::DjVuBookMark Class Reference
The DjVuBookMark. More...
#include <DjVmNav.h>
Inheritance diagram for DjVmNav::DjVuBookMark:
Public Member Functions | |
void | decode (const GP< ByteStream > &stream) |
void | dump (const GP< ByteStream > &stream) |
void | encode (const GP< ByteStream > &stream) |
Static Public Member Functions | |
static GP< DjVuBookMark > | create (const unsigned short count, const GUTF8String &displayname, const GUTF8String &url) |
static GP< DjVuBookMark > | create (void) |
Public Attributes | |
int | count |
GUTF8String | displayname |
GUTF8String | url |
Protected Member Functions | |
DjVuBookMark (void) |
Detailed Description
The DjVuBookMark.Each entry in the Navigation chunk (NAVM) is a bookmark. A bookmark contains a count of immediate children, a display string and a url.
Definition at line 121 of file DjVmNav.h.
Constructor & Destructor Documentation
DjVmNav::DjVuBookMark::DjVuBookMark | ( | void | ) | [protected] |
Member Function Documentation
GP< DjVmNav::DjVuBookMark > DjVmNav::DjVuBookMark::create | ( | const unsigned short | count, | |
const GUTF8String & | displayname, | |||
const GUTF8String & | url | |||
) | [static] |
Definition at line 87 of file DjVmNav.cpp.
GP< DjVmNav::DjVuBookMark > DjVmNav::DjVuBookMark::create | ( | void | ) | [static] |
Definition at line 81 of file DjVmNav.cpp.
void DjVmNav::DjVuBookMark::decode | ( | const GP< ByteStream > & | stream | ) |
Definition at line 112 of file DjVmNav.cpp.
void DjVmNav::DjVuBookMark::dump | ( | const GP< ByteStream > & | stream | ) |
Definition at line 170 of file DjVmNav.cpp.
void DjVmNav::DjVuBookMark::encode | ( | const GP< ByteStream > & | stream | ) |
Definition at line 144 of file DjVmNav.cpp.
Member Data Documentation
The documentation for this class was generated from the following files: