Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cxfa_eventparam.h File Reference

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include "core/fxcrt/unowned_ptr.h"
#include "core/fxcrt/widestring.h"
#include "v8/include/cppgc/macros.h"
#include "xfa/fxfa/fxfa_basic.h"
+ Include dependency graph for cxfa_eventparam.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CXFA_EventParam
 

Enumerations

enum  XFA_EVENTTYPE : uint8_t {
  XFA_EVENT_Click , XFA_EVENT_Change , XFA_EVENT_DocClose , XFA_EVENT_DocReady ,
  XFA_EVENT_Enter , XFA_EVENT_Exit , XFA_EVENT_Full , XFA_EVENT_IndexChange ,
  XFA_EVENT_Initialize , XFA_EVENT_MouseDown , XFA_EVENT_MouseEnter , XFA_EVENT_MouseExit ,
  XFA_EVENT_MouseUp , XFA_EVENT_PostExecute , XFA_EVENT_PostOpen , XFA_EVENT_PostPrint ,
  XFA_EVENT_PostSave , XFA_EVENT_PostSign , XFA_EVENT_PostSubmit , XFA_EVENT_PreExecute ,
  XFA_EVENT_PreOpen , XFA_EVENT_PrePrint , XFA_EVENT_PreSave , XFA_EVENT_PreSign ,
  XFA_EVENT_PreSubmit , XFA_EVENT_Ready , XFA_EVENT_InitCalculate , XFA_EVENT_InitVariables ,
  XFA_EVENT_Calculate , XFA_EVENT_Validate , XFA_EVENT_Unknown
}
 

Enumeration Type Documentation

◆ XFA_EVENTTYPE

enum XFA_EVENTTYPE : uint8_t
Enumerator
XFA_EVENT_Click 
XFA_EVENT_Change 
XFA_EVENT_DocClose 
XFA_EVENT_DocReady 
XFA_EVENT_Enter 
XFA_EVENT_Exit 
XFA_EVENT_Full 
XFA_EVENT_IndexChange 
XFA_EVENT_Initialize 
XFA_EVENT_MouseDown 
XFA_EVENT_MouseEnter 
XFA_EVENT_MouseExit 
XFA_EVENT_MouseUp 
XFA_EVENT_PostExecute 
XFA_EVENT_PostOpen 
XFA_EVENT_PostPrint 
XFA_EVENT_PostSave 
XFA_EVENT_PostSign 
XFA_EVENT_PostSubmit 
XFA_EVENT_PreExecute 
XFA_EVENT_PreOpen 
XFA_EVENT_PrePrint 
XFA_EVENT_PreSave 
XFA_EVENT_PreSign 
XFA_EVENT_PreSubmit 
XFA_EVENT_Ready 
XFA_EVENT_InitCalculate 
XFA_EVENT_InitVariables 
XFA_EVENT_Calculate 
XFA_EVENT_Validate 
XFA_EVENT_Unknown 

Definition at line 15 of file cxfa_eventparam.h.