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_event.h
Go to the documentation of this file.
1// Copyright 2017 The PDFium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6
7#ifndef XFA_FXFA_PARSER_CXFA_EVENT_H_
8#define XFA_FXFA_PARSER_CXFA_EVENT_H_
9
10#include "xfa/fxfa/parser/cxfa_node.h"
11
12class CXFA_Script;
13class CXFA_Submit;
14
15class CXFA_Event final : public CXFA_Node {
16 public:
18 ~CXFA_Event() override;
19
22 CXFA_Script* GetScriptIfExists();
23
24#ifdef PDF_XFA_ELEMENT_SUBMIT_ENABLED
25 CXFA_Submit* GetSubmitIfExists();
26#endif // PDF_XFA_ELEMENT_SUBMIT_ENABLED
27
28 WideString GetRef();
29
30 private:
31 CXFA_Event(CXFA_Document* doc, XFA_PacketType packet);
32};
33
34#endif // XFA_FXFA_PARSER_CXFA_EVENT_H_
XFA_AttributeValue GetActivity()
XFA_Element GetEventType() const
WideString GetRef()
~CXFA_Event() override
CXFA_Script * GetScriptIfExists()
XFA_Element GetElementType() const
Definition cxfa_object.h:91
XFA_PropertyFlag
Definition cxfa_node.h:88
XFA_AttributeType
Definition fxfa_basic.h:83
XFA_Attribute
Definition fxfa_basic.h:67
XFA_Element
Definition fxfa_basic.h:75
XFA_AttributeValue
Definition fxfa_basic.h:60
XFA_PacketType
Definition fxfa_basic.h:44
#define CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED
Definition heap.h:32