Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

DviFilePage Class Reference

#include <DviFile.h>

Inheritance diagram for DviFilePage:

DviFileEvent List of all members.

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.

Constructor & Destructor Documentation

DviFilePage::DviFilePage unsigned char  opcode,
bool  isStart
[inline]
 


Member Function Documentation

void DviFilePage::debug  )  const [virtual]
 

Writes a representation of this event on cerr.

Reimplemented from DviFileEvent.


Member Data Documentation

signed int DviFilePage::count[10]
 

If isStart is true, then count[] holds the ten TeX page counters.

const bool DviFilePage::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 DviFilePage::previous
 

If isStart is true, then previous holds the offset within the DVI file of the previous page in the sequence.


The documentation for this class was generated from the following files:
Generated on Sun Aug 21 18:21:06 2005 for dvi2bitmap by doxygen 1.3.8