#include <PDFViewCtrl.h>
Public Member Functions | |
| AnnotationEditPermissionEvent (PDFViewCtrl::WindowID id, ControlEventType tp, TRN_Annot annot) | |
Public Attributes | |
| TRN_Annot | m_annot |
| enum ControlEventType | m_event_type |
| enum WindowID | m_event_window |
This event structure will be returned when a user tries to edit an annotation.
Definition at line 283 of file PDFViewCtrl.h.
|
inline |
Definition at line 290 of file PDFViewCtrl.h.
| TRN_Annot pdftron::PDF::PDFViewCtrl::AnnotationEditPermissionEvent::m_annot |
Definition at line 284 of file PDFViewCtrl.h.
| enum ControlEventType pdftron::PDF::PDFViewCtrl::AnnotationEditPermissionEvent::m_event_type |
Definition at line 286 of file PDFViewCtrl.h.
| enum WindowID pdftron::PDF::PDFViewCtrl::AnnotationEditPermissionEvent::m_event_window |
Definition at line 288 of file PDFViewCtrl.h.