Static Public Attributes | List of all members
AutoRefresh Class Reference

Allows to automatically refresh, if image content changes. More...

Inherits object.

Static Public Attributes

int Off = 1
 Does not call refresh automatically. More...
 
int On = 0
 Upload the complete image. More...
 

Detailed Description

Allows to automatically refresh, if image content changes.

Member Data Documentation

◆ Off

int Off = 1
static

Does not call refresh automatically.

◆ On

int On = 0
static

Upload the complete image.

Hooks in at Image.register_event_pixel_content_changed() to automatically refresh the image view.