dvi2bitmap
dvi2bitmap1.0
|
An event which requests that a rule be set. More...
#include <DviFile.h>
Public Member Functions | |
DviFileSetRule (unsigned char opcode, DviFile *dptr, int h, int w) | |
void | debug () const |
Writes a representation of this event on cerr. More... | |
Public Member Functions inherited from DviFileEvent | |
eventTypes | type () const |
Gets the type of this event. More... | |
const unsigned char | opcode () const |
Gets the underlying opcode which produced this event. More... | |
void | release () |
Release this event. More... | |
Public Attributes | |
const int | h |
The height of the rule to be set at this position. More... | |
const int | w |
The width of the rule to be set at this position. More... | |
Additional Inherited Members | |
Public Types inherited from DviFileEvent | |
enum | eventTypes { setchar, setrule, fontchange, special, page, preamble, postamble } |
Static Public Member Functions inherited from DviFileEvent | |
static verbosities | verbosity (const verbosities level) |
Sets the verbosity for DviFileEvent and its subclasses. More... | |
Protected Member Functions inherited from DviFileEvent | |
DviFileEvent (unsigned char opcode, eventTypes t, DviFile *dp=0) | |
Creates a new event. More... | |
Static Protected Attributes inherited from DviFileEvent | |
static verbosities | verbosity_ = normal |
An event which requests that a rule be set.
|
inline |
|
virtual |
Writes a representation of this event on cerr.
Reimplemented from DviFileEvent.
const int DviFileSetRule::h |
const int DviFileSetRule::w |