virtual void UpdateImage(ImageUpdate* pupdate) = 0;
UpdateImage queues up a custom image update, which is AddRefed internally. ImageUpdate::HandleUpdate function will be executed when the update takes place.
Parameters |
Description |
ImageUpdate* pupdate |
Pointer to ImageUpdate for image updates. |