This class represents a link to a ImageData JavaScript object in a View. This link is "live" - by calling the Update method with some bytes, the JavaScript object will be also updated. More...
#include <Coherent/UI/ImageData.h>
Public Member Functions | |
virtual void | Update (void *data, bool flipY)=0 |
Updates the content of the ImageData object. More... | |
virtual void | Destroy ()=0 |
Destroys the ImageData object. Note that the JavaScript object will continue to live until it is not destroyed in JS too. | |
This class represents a link to a ImageData JavaScript object in a View. This link is "live" - by calling the Update method with some bytes, the JavaScript object will be also updated.
|
pure virtual |