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
cfxjse_engine.h File Reference

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include <map>
#include <memory>
#include <type_traits>
#include <vector>
#include "core/fxcrt/mask.h"
#include "core/fxcrt/unowned_ptr.h"
#include "fxjs/cfx_v8.h"
#include "fxjs/xfa/cfxjse_context.h"
#include "v8/include/cppgc/persistent.h"
#include "v8/include/v8-forward.h"
#include "v8/include/v8-persistent-handle.h"
#include "xfa/fxfa/cxfa_eventparam.h"
#include "xfa/fxfa/parser/cxfa_document.h"
#include "xfa/fxfa/parser/cxfa_script.h"
#include "xfa/fxfa/parser/xfa_basic_data.h"
+ Include dependency graph for cfxjse_engine.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CFXJSE_Engine
 
class  CFXJSE_Engine::ResolveResult
 
class  CFXJSE_Engine::EventParamScope
 

Enumerations

enum class  XFA_ResolveFlag : uint16_t {
  kChildren = 1 << 0 , kTagName = 1 << 1 , kAttributes = 1 << 2 , kProperties = 1 << 3 ,
  kSiblings = 1 << 5 , kParent = 1 << 6 , kAnyChild = 1 << 7 , kALL = 1 << 8 ,
  kCreateNode = 1 << 10 , kBind = 1 << 11 , kBindNew = 1 << 12
}
 

Enumeration Type Documentation

◆ XFA_ResolveFlag

enum class XFA_ResolveFlag : uint16_t
strong
Enumerator
kChildren 
kTagName 
kAttributes 
kProperties 
kSiblings 
kParent 
kAnyChild 
kALL 
kCreateNode 
kBind 
kBindNew 

Definition at line 35 of file cfxjse_engine.h.