15 #ifndef FS_FORMFILLER_H_ 16 #define FS_FORMFILLER_H_ 52 virtual void OnTimer(
int timer) = 0;
114 virtual bool KillTimer(
int timer_id) = 0;
164 typedef enum _VirtualKeyCode {
346 typedef enum _EventFlags {
708 #endif // FS_FORMFILLER_H_
Definition: fx_coordinates.h:30
Definition: fs_render.h:66
uint32 ARGB
ARGB color type, 32 bits, ((b) | ((g) << 8) | ((r) << 16)) | ((a) << 24)
Definition: fs_basictypes.h:212
FX_UINT32 uint32
32-bit unsigned integer.
Definition: fs_basictypes.h:198
Definition: fs_pdfpage.h:307
void * FS_HANDLE
Handle type.
Definition: fs_basictypes.h:216
Header file for common definitions and classes.
FX_INT32 int32
32-bit signed integer.
Definition: fs_basictypes.h:196
Definition: fs_basictypes.h:342
Header file for PDF page related definitions and classes.
Foxit namespace.
Definition: fs_connectedpdf.h:26
#define NULL
The null-pointer value.
Definition: fx_system.h:773
Definition: fx_coordinates.h:1053
Header file for rendering related definitions and classes.
Definition: fx_coordinates.h:763