JB2Blit Class Reference

#include <JB2Image.h>

List of all members.


Detailed Description

Blit data structure.

A JB2Image# contains an array of JB2Blit# data structures. Each array entry instructs the decoder to render a particular shape at a particular location. Members left# and bottom# specify the coordinates of the bottom left corner of the shape bitmap. All coordinates are relative to the bottom left corner of the image. Member shapeno# is the subscript of the shape to be rendered.

Definition at line 198 of file JB2Image.h.


Public Attributes

unsigned short left
unsigned short bottom
unsigned int shapeno

Member Data Documentation

unsigned short JB2Blit::bottom

Vertical coordinate of the blit.

Definition at line 203 of file JB2Image.h.

unsigned short JB2Blit::left

Horizontal coordinate of the blit.

Definition at line 201 of file JB2Image.h.

unsigned int JB2Blit::shapeno

Index of the shape to blit.

Definition at line 205 of file JB2Image.h.


The documentation for this class was generated from the following file:
KDE Home | KDE Accessibility Home | Description of Access Keys