Signal sent by the AnnotationGetterInterface when it has been cancelled.
Such an event is fired if the AnnotationGetterInterface was fetching some annotation views and cancelFetch is called. The AnnotationFetchReady signal will be triggered shortly after.
No attachment for events of this type.
Signal sent by the AnnotationGetterInterface when fetchAnnotationViews is ready, i.e. getAnnotationViewsResult can be called.
Such a signal does not tell if the call was successful or not but that the result is ready to be fetched.
Warning, the AnnotationFetchReady signal is sent later when cancelFetch is called and the AnnotationGetterInterface is fetching.
The attachment is a string telling the request id of the call to fetchAnnotationViews (getLastRequestId).
The AnnotationGetterInterfaceSignal lists all the signals that may be sent by the AnnotationGetterInterface.
These signals are emitted by the AnnotationGetterInterface when an annotation fetch result is ready.
Please see Annotations for more explanations about annotations.
See
AnnotationGetterInterface