#include <BitmapUpdate.h>


Public Member Functions | |
| BitmapUpdate () | |
| BitmapUpdate (int w, int h) | |
| BitmapUpdate (JString filename, bool compress) | |
| virtual | ~BitmapUpdate () |
| bool | init (int w, int h) |
| bool | reset () |
| bool | update (BitmapUpdate *update) |
| Bitmap * | toBitmap () |
| HTMLPage * | toHTMLBitmap () |
| bool | setUpdateType (JString updateType) |
| JString | getUpdateType () |
| bool | setFullUpdate (Bitmap *bitmap) |
| bool | readFromFile (JString filename) |
| bool | readFromFileRLE (JString filename) |
| bool | readFromFileDiff (JString filename, Bitmap *oldBitmap) |
| bool | readFromFileRLEDiff (JString filename, Bitmap *oldBitmap) |
Definition at line 38 of file BitmapUpdate.h.
| cmlabs::BitmapUpdate::BitmapUpdate | ( | ) |
Definition at line 35 of file BitmapUpdate.cpp.
| cmlabs::BitmapUpdate::BitmapUpdate | ( | int | w, | |
| int | h | |||
| ) |
Definition at line 39 of file BitmapUpdate.cpp.
| cmlabs::BitmapUpdate::BitmapUpdate | ( | JString | filename, | |
| bool | compress | |||
| ) |
Definition at line 43 of file BitmapUpdate.cpp.
| cmlabs::BitmapUpdate::~BitmapUpdate | ( | ) | [virtual] |
Definition at line 55 of file BitmapUpdate.cpp.
| bool cmlabs::BitmapUpdate::init | ( | int | w, | |
| int | h | |||
| ) |
Definition at line 59 of file BitmapUpdate.cpp.
| bool cmlabs::BitmapUpdate::reset | ( | ) |
Definition at line 67 of file BitmapUpdate.cpp.
| bool cmlabs::BitmapUpdate::update | ( | BitmapUpdate * | update | ) |
Definition at line 364 of file BitmapUpdate.cpp.
| Bitmap * cmlabs::BitmapUpdate::toBitmap | ( | ) |
Definition at line 101 of file BitmapUpdate.cpp.
| HTMLPage * cmlabs::BitmapUpdate::toHTMLBitmap | ( | ) | [virtual] |
| bool cmlabs::BitmapUpdate::setUpdateType | ( | JString | updateType | ) |
Definition at line 93 of file BitmapUpdate.cpp.
| JString cmlabs::BitmapUpdate::getUpdateType | ( | ) |
Definition at line 97 of file BitmapUpdate.cpp.
| bool cmlabs::BitmapUpdate::setFullUpdate | ( | Bitmap * | bitmap | ) |
Definition at line 116 of file BitmapUpdate.cpp.
| bool cmlabs::BitmapUpdate::readFromFile | ( | JString | filename | ) |
Definition at line 125 of file BitmapUpdate.cpp.
| bool cmlabs::BitmapUpdate::readFromFileRLE | ( | JString | filename | ) |
Definition at line 198 of file BitmapUpdate.cpp.
Definition at line 259 of file BitmapUpdate.cpp.
Definition at line 311 of file BitmapUpdate.cpp.
1.5.6