Public Member Functions | |
| void | read (tnstream *stream) |
| void | write (tnstream *stream) |
Public Attributes | |
| char | manufacturer |
| char | version |
| char | encoding |
| char | bitsperpixel |
| Uint16 | xmin |
| Uint16 | ymin |
| Uint16 | xmax |
| Uint16 | ymax |
| Uint16 | hdpi |
| Uint16 | vdpi |
| char | colormap [48] |
| char | reserved |
| char | nplanes |
| Uint16 | bytesperline |
| Uint16 | paletteinfo |
| Uint16 | hscreensize |
| Uint16 | vscreensize |
| char | dummy [50] |
| int | size |
Definition at line 38 of file loadpcxc.cpp.
| void tpcxheader::read | ( | tnstream * | stream | ) |
Definition at line 60 of file loadpcxc.cpp.
References bitsperpixel, bytesperline, colormap, dummy, encoding, hdpi, hscreensize, manufacturer, nplanes, paletteinfo, tnstream::readChar(), tnstream::readdata(), tnstream::readInt(), tnstream::readWord(), reserved, size, vdpi, version, vscreensize, xmax, xmin, ymax, and ymin.
| void tpcxheader::write | ( | tnstream * | stream | ) |
Definition at line 83 of file loadpcxc.cpp.
References bitsperpixel, bytesperline, colormap, dummy, encoding, hdpi, hscreensize, manufacturer, nplanes, paletteinfo, reserved, size, vdpi, version, vscreensize, tnstream::writeChar(), tnstream::writedata(), tnstream::writeInt(), tnstream::writeWord(), xmax, xmin, ymax, and ymin.
| char tpcxheader::version |
| char tpcxheader::encoding |
| Uint16 tpcxheader::xmin |
| Uint16 tpcxheader::ymin |
| Uint16 tpcxheader::xmax |
| Uint16 tpcxheader::ymax |
| Uint16 tpcxheader::hdpi |
| Uint16 tpcxheader::vdpi |
| char tpcxheader::colormap[48] |
| char tpcxheader::reserved |
| char tpcxheader::nplanes |
| Uint16 tpcxheader::bytesperline |
| Uint16 tpcxheader::paletteinfo |
| Uint16 tpcxheader::hscreensize |
| Uint16 tpcxheader::vscreensize |
| char tpcxheader::dummy[50] |
| int tpcxheader::size |
1.5.1