#include <DviFile.h>
Inheritance diagram for DviFilePage:
Public Member Functions | |
DviFilePage (unsigned char opcode, bool isStart) | |
void | debug () const |
Writes a representation of this event on cerr. | |
Public Attributes | |
const bool | isStart |
Is this the beginning or end of a page? Member isStart is true if this event was produced by a bop even (opcode 139), and false if it came from a eop (opcode 140) event. | |
signed int | count [10] |
If isStart is true, then count[] holds the ten TeX page counters. | |
signed int | previous |
If isStart is true, then previous holds the offset within the DVI file of the previous page in the sequence. |
|
|
|
Writes a representation of this event on cerr.
Reimplemented from DviFileEvent.
|
|
If
|
|
Is this the beginning or end of a page? Member
|
|
If
|