#include <imageregionobserver.h>
◆ MAXON_INTERFACE_NONVIRTUAL()
◆ RegisterObserver()
Registers an observer for regional image changes.
- Parameters
-
[in] | observerId | The identifier of the observer. Does not have to be unique. |
[in] | observer | The observer to register. |
- Returns
- The registration ticket on success. Releasing the return value results in de-registration of the observer.
◆ Check()
Checks if the handler is a handler for this ovserver.
- Parameters
-
[in] | handler | Handler zo check, |
- Returns
- True, if the handler was registered for this observer.