.TH "DviFilePage" 3 "Mon Jan 12 2015" "Version dvi2bitmap1.0" "dvi2bitmap" \" -*- nroff -*- .ad l .nh .SH NAME DviFilePage \- .PP The beginning or end of a page\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBDviFileEvent\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBDviFilePage\fP (unsigned char \fBopcode\fP, bool \fBisStart\fP)" .br .ti -1c .RI "void \fBdebug\fP () const " .br .RI "\fIWrites a representation of this event on cerr\&. \fP" .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "const bool \fBisStart\fP" .br .RI "\fIIs this the beginning or end of a page? Member \fCisStart\fP is true if this event was produced by a \fIbop\fP even (opcode 139), and false if it came from a \fIeop\fP (opcode 140) event\&. \fP" .ti -1c .RI "signed int \fBcount\fP [10]" .br .RI "\fIIf \fCisStart\fP is true, then \fCcount[]\fP holds the ten TeX page counters\&. \fP" .ti -1c .RI "signed int \fBprevious\fP" .br .RI "\fIIf \fCisStart\fP is true, then \fCprevious\fP holds the offset within the DVI file of the previous page in the sequence\&. \fP" .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP The beginning or end of a page\&. .SH "Constructor & Destructor Documentation" .PP .SS "DviFilePage::DviFilePage (unsigned charopcode, boolisStart)\fC [inline]\fP" .SH "Member Function Documentation" .PP .SS "void DviFilePage::debug () const\fC [virtual]\fP" .PP Writes a representation of this event on cerr\&. .PP Reimplemented from \fBDviFileEvent\fP\&. .PP References count, isStart, and previous\&. .SH "Member Data Documentation" .PP .SS "signed int DviFilePage::count[10]" .PP If \fCisStart\fP is true, then \fCcount[]\fP holds the ten TeX page counters\&. .PP Referenced by debug(), DviFile::getEvent(), and main()\&. .SS "const bool DviFilePage::isStart" .PP Is this the beginning or end of a page? Member \fCisStart\fP is true if this event was produced by a \fIbop\fP even (opcode 139), and false if it came from a \fIeop\fP (opcode 140) event\&. .PP Referenced by debug(), and main()\&. .SS "signed int DviFilePage::previous" .PP If \fCisStart\fP is true, then \fCprevious\fP holds the offset within the DVI file of the previous page in the sequence\&. .PP Referenced by debug(), and DviFile::getEvent()\&. .SH "Author" .PP Generated automatically by Doxygen for dvi2bitmap from the source code\&.