|
| | __init__ (self, *args) |
| | init (self, w, h) |
| | reset (self) |
| | update (self, update) |
| | toBitmap (self) |
| | setUpdateType (self, updateType) |
| | getUpdateType (self) |
| | setFullUpdate (self, bitmap) |
| | readFromFile (self, filename) |
| | readFromFileRLE (self, filename) |
| | readFromFileDiff (self, filename, oldBitmap) |
| | readFromFileRLEDiff (self, filename, oldBitmap) |
|
| | FULL = _cmsdk3.BitmapUpdate_FULL |
| | RUNLENGTH = _cmsdk3.BitmapUpdate_RUNLENGTH |
| | RL16 = _cmsdk3.BitmapUpdate_RL16 |
| | DIF = _cmsdk3.BitmapUpdate_DIF |
| | DIFRUNLENGTH = _cmsdk3.BitmapUpdate_DIFRUNLENGTH |
| | NONE = _cmsdk3.BitmapUpdate_NONE |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| | type = property(_cmsdk3.BitmapUpdate_type_get, _cmsdk3.BitmapUpdate_type_set) |
| | width = property(_cmsdk3.BitmapUpdate_width_get, _cmsdk3.BitmapUpdate_width_set) |
| | height = property(_cmsdk3.BitmapUpdate_height_get, _cmsdk3.BitmapUpdate_height_set) |
| | size = property(_cmsdk3.BitmapUpdate_size_get, _cmsdk3.BitmapUpdate_size_set) |
| | data = property(_cmsdk3.BitmapUpdate_data_get, _cmsdk3.BitmapUpdate_data_set) |
Definition at line 1685 of file cmsdk3.py.
◆ __init__()
| cmsdk3.BitmapUpdate.__init__ |
( |
| self, |
|
|
* | args ) |
◆ getUpdateType()
| cmsdk3.BitmapUpdate.getUpdateType |
( |
| self | ) |
|
◆ init()
| cmsdk3.BitmapUpdate.init |
( |
| self, |
|
|
| w, |
|
|
| h ) |
◆ readFromFile()
| cmsdk3.BitmapUpdate.readFromFile |
( |
| self, |
|
|
| filename ) |
◆ readFromFileDiff()
| cmsdk3.BitmapUpdate.readFromFileDiff |
( |
| self, |
|
|
| filename, |
|
|
| oldBitmap ) |
◆ readFromFileRLE()
| cmsdk3.BitmapUpdate.readFromFileRLE |
( |
| self, |
|
|
| filename ) |
◆ readFromFileRLEDiff()
| cmsdk3.BitmapUpdate.readFromFileRLEDiff |
( |
| self, |
|
|
| filename, |
|
|
| oldBitmap ) |
◆ reset()
| cmsdk3.BitmapUpdate.reset |
( |
| self | ) |
|
◆ setFullUpdate()
| cmsdk3.BitmapUpdate.setFullUpdate |
( |
| self, |
|
|
| bitmap ) |
◆ setUpdateType()
| cmsdk3.BitmapUpdate.setUpdateType |
( |
| self, |
|
|
| updateType ) |
◆ toBitmap()
| cmsdk3.BitmapUpdate.toBitmap |
( |
| self | ) |
|
◆ update()
| cmsdk3.BitmapUpdate.update |
( |
| self, |
|
|
| update ) |
◆ DIF
| cmsdk3.BitmapUpdate.DIF = _cmsdk3.BitmapUpdate_DIF |
|
static |
◆ DIFRUNLENGTH
| cmsdk3.BitmapUpdate.DIFRUNLENGTH = _cmsdk3.BitmapUpdate_DIFRUNLENGTH |
|
static |
◆ FULL
| cmsdk3.BitmapUpdate.FULL = _cmsdk3.BitmapUpdate_FULL |
|
static |
◆ NONE
| cmsdk3.BitmapUpdate.NONE = _cmsdk3.BitmapUpdate_NONE |
|
static |
◆ RL16
| cmsdk3.BitmapUpdate.RL16 = _cmsdk3.BitmapUpdate_RL16 |
|
static |
◆ RUNLENGTH
| cmsdk3.BitmapUpdate.RUNLENGTH = _cmsdk3.BitmapUpdate_RUNLENGTH |
|
static |
◆ data
| cmsdk3.BitmapUpdate.data = property(_cmsdk3.BitmapUpdate_data_get, _cmsdk3.BitmapUpdate_data_set) |
|
static |
◆ height
| cmsdk3.BitmapUpdate.height = property(_cmsdk3.BitmapUpdate_height_get, _cmsdk3.BitmapUpdate_height_set) |
|
static |
◆ size
| cmsdk3.BitmapUpdate.size = property(_cmsdk3.BitmapUpdate_size_get, _cmsdk3.BitmapUpdate_size_set) |
|
static |
◆ thisown
| cmsdk3.BitmapUpdate.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
◆ type
| cmsdk3.BitmapUpdate.type = property(_cmsdk3.BitmapUpdate_type_get, _cmsdk3.BitmapUpdate_type_set) |
|
static |
◆ width
| cmsdk3.BitmapUpdate.width = property(_cmsdk3.BitmapUpdate_width_get, _cmsdk3.BitmapUpdate_width_set) |
|
static |
The documentation for this class was generated from the following file:
- /home/ubuntu/c/partner/psyclone2/CMSDK/src/cmsdk3.py