|
| | __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 = _cmsdk2debug.BitmapUpdate_FULL |
| | RUNLENGTH = _cmsdk2debug.BitmapUpdate_RUNLENGTH |
| | RL16 = _cmsdk2debug.BitmapUpdate_RL16 |
| | DIF = _cmsdk2debug.BitmapUpdate_DIF |
| | DIFRUNLENGTH = _cmsdk2debug.BitmapUpdate_DIFRUNLENGTH |
| | NONE = _cmsdk2debug.BitmapUpdate_NONE |
| | type = _swig_property(_cmsdk2debug.BitmapUpdate_type_get, _cmsdk2debug.BitmapUpdate_type_set) |
| | width = _swig_property(_cmsdk2debug.BitmapUpdate_width_get, _cmsdk2debug.BitmapUpdate_width_set) |
| | height = _swig_property(_cmsdk2debug.BitmapUpdate_height_get, _cmsdk2debug.BitmapUpdate_height_set) |
| | size = _swig_property(_cmsdk2debug.BitmapUpdate_size_get, _cmsdk2debug.BitmapUpdate_size_set) |
Definition at line 2688 of file cmsdk2debug.py.
◆ __init__()
| cmsdk2debug.BitmapUpdate.__init__ |
( |
| self, |
|
|
* | args ) |
Definition at line 2705 of file cmsdk2debug.py.
References cmsdk2.Bitmap.this, cmsdk2.BITMAPFILEHEADER_CM.this, cmsdk2.BITMAPINFOHEADER_CM.this, cmsdk2.BitmapUpdate.this, cmsdk2.ComponentSetup.this, cmsdk2.ComponentSpec.this, cmsdk2.CustomView.this, cmsdk2.DataMessage.this, cmsdk2.DataMessageEntryHeader.this, cmsdk2.DataMessageHeader.this, cmsdk2.DataMessageHeader_Old.this, cmsdk2.FilterSpec.this, cmsdk2.FloatVector.this, cmsdk2.IntVector.this, cmsdk2.MessagePlayer.this, cmsdk2.Pixel.this, cmsdk2.PostSpec.this, cmsdk2.PsyAPI.this, cmsdk2.PsyDateAndTime.this, cmsdk2.PsySpace.this, cmsdk2.QuerySpec.this, cmsdk2.ReplayIndexEntry.this, cmsdk2.RetrieveSpec.this, cmsdk2.SignalSpec.this, cmsdk2.SignalStruct.this, cmsdk2.StringVector.this, cmsdk2.TimeQueue.this, cmsdk2.TimeQueueSchedule.this, cmsdk2.TriggerSpec.this, cmsdk2.valRGBA.this, cmsdk2debug.Bitmap.this, cmsdk2debug.BITMAPFILEHEADER_CM.this, cmsdk2debug.BITMAPINFOHEADER_CM.this, this, cmsdk2debug.ComponentSetup.this, cmsdk2debug.ComponentSpec.this, cmsdk2debug.CustomView.this, cmsdk2debug.DataMessage.this, cmsdk2debug.DataMessageEntryHeader.this, cmsdk2debug.DataMessageHeader.this, cmsdk2debug.DataMessageHeader_Old.this, cmsdk2debug.FilterSpec.this, cmsdk2debug.Pixel.this, cmsdk2debug.PostSpec.this, cmsdk2debug.PsyAPI.this, cmsdk2debug.PsyDateAndTime.this, cmsdk2debug.PsySpace.this, cmsdk2debug.QuerySpec.this, cmsdk2debug.RetrieveSpec.this, cmsdk2debug.SignalSpec.this, cmsdk2debug.SignalStruct.this, cmsdk2debug.TimeQueue.this, cmsdk2debug.TimeQueueSchedule.this, cmsdk2debug.TriggerSpec.this, and cmsdk2debug.valRGBA.this.
◆ getUpdateType()
| cmsdk2debug.BitmapUpdate.getUpdateType |
( |
| self | ) |
|
◆ init()
| cmsdk2debug.BitmapUpdate.init |
( |
| self, |
|
|
| w, |
|
|
| h ) |
◆ readFromFile()
| cmsdk2debug.BitmapUpdate.readFromFile |
( |
| self, |
|
|
| filename ) |
◆ readFromFileDiff()
| cmsdk2debug.BitmapUpdate.readFromFileDiff |
( |
| self, |
|
|
| filename, |
|
|
| oldBitmap ) |
◆ readFromFileRLE()
| cmsdk2debug.BitmapUpdate.readFromFileRLE |
( |
| self, |
|
|
| filename ) |
◆ readFromFileRLEDiff()
| cmsdk2debug.BitmapUpdate.readFromFileRLEDiff |
( |
| self, |
|
|
| filename, |
|
|
| oldBitmap ) |
◆ reset()
| cmsdk2debug.BitmapUpdate.reset |
( |
| self | ) |
|
◆ setFullUpdate()
| cmsdk2debug.BitmapUpdate.setFullUpdate |
( |
| self, |
|
|
| bitmap ) |
◆ setUpdateType()
| cmsdk2debug.BitmapUpdate.setUpdateType |
( |
| self, |
|
|
| updateType ) |
◆ toBitmap()
| cmsdk2debug.BitmapUpdate.toBitmap |
( |
| self | ) |
|
◆ update()
| cmsdk2debug.BitmapUpdate.update |
( |
| self, |
|
|
| update ) |
◆ DIF
| cmsdk2debug.BitmapUpdate.DIF = _cmsdk2debug.BitmapUpdate_DIF |
|
static |
◆ DIFRUNLENGTH
| cmsdk2debug.BitmapUpdate.DIFRUNLENGTH = _cmsdk2debug.BitmapUpdate_DIFRUNLENGTH |
|
static |
◆ FULL
| cmsdk2debug.BitmapUpdate.FULL = _cmsdk2debug.BitmapUpdate_FULL |
|
static |
◆ height
| cmsdk2debug.BitmapUpdate.height = _swig_property(_cmsdk2debug.BitmapUpdate_height_get, _cmsdk2debug.BitmapUpdate_height_set) |
|
static |
◆ NONE
| cmsdk2debug.BitmapUpdate.NONE = _cmsdk2debug.BitmapUpdate_NONE |
|
static |
◆ RL16
| cmsdk2debug.BitmapUpdate.RL16 = _cmsdk2debug.BitmapUpdate_RL16 |
|
static |
◆ RUNLENGTH
| cmsdk2debug.BitmapUpdate.RUNLENGTH = _cmsdk2debug.BitmapUpdate_RUNLENGTH |
|
static |
◆ size
| cmsdk2debug.BitmapUpdate.size = _swig_property(_cmsdk2debug.BitmapUpdate_size_get, _cmsdk2debug.BitmapUpdate_size_set) |
|
static |
◆ this
| cmsdk2debug.BitmapUpdate.this = this |
◆ type
| cmsdk2debug.BitmapUpdate.type = _swig_property(_cmsdk2debug.BitmapUpdate_type_get, _cmsdk2debug.BitmapUpdate_type_set) |
|
static |
◆ width
| cmsdk2debug.BitmapUpdate.width = _swig_property(_cmsdk2debug.BitmapUpdate_width_get, _cmsdk2debug.BitmapUpdate_width_set) |
|
static |
The documentation for this class was generated from the following file: