15 #ifndef FS_FORMFILLER_H_ 16 #define FS_FORMFILLER_H_ 55 virtual void OnTimer(
int timer) = 0;
72 typedef enum _PopupMenuItem {
137 virtual bool KillTimer(
int timer_id) = 0;
257 virtual void ReportInvalidValue(
const wchar_t* form_field_name,
const wchar_t* invalid_value) = 0;
278 typedef enum _VirtualKeyCode {
460 typedef enum _EventFlags {
887 #endif // FS_FORMFILLER_H_
Definition: fx_coordinates.h:30
WIDE STRING CLASS.
Definition: fx_string.h:1452
Definition: fs_render.h:70
uint32 ARGB
ARGB color type, 32 bits, ((b) | ((g) << 8) | ((r) << 16)) | ((a) << 24)
Definition: fs_basictypes.h:210
FX_UINT32 uint32
32-bit unsigned integer.
Definition: fs_basictypes.h:196
Definition: fs_pdfpage.h:411
void * FS_HANDLE
Handle type.
Definition: fs_basictypes.h:214
Header file for common definitions and classes.
FX_INT32 int32
32-bit signed integer.
Definition: fs_basictypes.h:194
Definition: fs_basictypes.h:407
Foxit namespace.
Definition: fs_taggedpdf.h:27
#define NULL
The null-pointer value.
Definition: fx_system.h:780
Definition: fx_coordinates.h:1076
Header file for rendering related definitions and classes.
Definition: fx_coordinates.h:771