Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ICustomizedAnnotationControllerEvent Class Referenceabstract

Annotation controller callback event. More...

#include <customized_annotation.h>

Public Member Functions

virtual void onCustomizedAnnotationObjDestroyed (ICustomizedAnnotationObj *obj_)=0
 Callback of destroying the specified annotation object.
 
virtual void onSharingShareAnnotationStatusChanged (ICustomizedShareRender *share_render_, CustomizedShareAnnotationStatus status_)=0
 Callback event when the annotation status changes.
 

Detailed Description

Annotation controller callback event.

Definition at line 156 of file customized_annotation.h.

Member Function Documentation

◆ onCustomizedAnnotationObjDestroyed()

virtual void ICustomizedAnnotationControllerEvent::onCustomizedAnnotationObjDestroyed ( ICustomizedAnnotationObj * obj_)
pure virtual

Callback of destroying the specified annotation object.

Parameters
obj_Specify the annotation object to be destroyed. Once destroyed, it can no longer be used.

◆ onSharingShareAnnotationStatusChanged()

virtual void ICustomizedAnnotationControllerEvent::onSharingShareAnnotationStatusChanged ( ICustomizedShareRender * share_render_,
CustomizedShareAnnotationStatus status_ )
pure virtual

Callback event when the annotation status changes.

Parameters
share_render_The annotate status of share_render changes. For more details, see ICustomizedShareRender.
status_The changed status. For more details, see CustomizedShareAnnotationStatus.