![]() |
PDFix SDK
7.2.0
|
#include <pdfix.h>
Public Member Functions | |
virtual PdfEventType | GetType ()=0 |
Get the event type. More... | |
virtual PdfDoc * | GetDoc ()=0 |
Get the document associated with the event. More... | |
virtual PdfPage * | GetPage ()=0 |
Get the page associated with the event. More... | |
virtual PdsObject * | GetObject ()=0 |
Get the object associated with the event. More... | |
virtual PdfFormField * | GetFormField ()=0 |
Get the form field associated with the event. More... | |
virtual float | GetProgress () const =0 |
Get the progress compelteness state associated with the event. More... | |
virtual PdfDocUndo * | GetUndo ()=0 |
Get the PdfDocUndo associated with the event. More... | |
virtual int | GetName (wchar_t *buffer, int len)=0 |
Get the name associated with the event. This can be for example a key of changed dictionary. More... | |
virtual int | GetIndex ()=0 |
Get the index associated with the event. This can be for example an index key of changed array. More... | |
PsEvent Class.
A class to handle registers a user-supplied procedures to call when the specified event occurs.
|
pure virtual |
Get the document associated with the event.
|
pure virtual |
Get the form field associated with the event.
|
pure virtual |
Get the index associated with the event. This can be for example an index key of changed array.
|
pure virtual |
Get the name associated with the event. This can be for example a key of changed dictionary.
|
pure virtual |
Get the object associated with the event.
|
pure virtual |
Get the page associated with the event.
|
pure virtual |
Get the progress compelteness state associated with the event.
|
pure virtual |
Get the event type.
|
pure virtual |
Get the PdfDocUndo associated with the event.