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_FMIndexExpression Class Referencefinal

#include <cxfa_fmexpression.h>

+ Inheritance diagram for CXFA_FMIndexExpression:
+ Collaboration diagram for CXFA_FMIndexExpression:

Public Types

enum class  AccessorIndex : uint8_t { kNoIndex , kNoRelativeIndex , kPositiveIndex , kNegativeIndex }
 
- Public Types inherited from CXFA_FMExpression
enum class  ReturnType { kImplied , kInferred }
 

Public Member Functions

 ~CXFA_FMIndexExpression () override
 
void Trace (cppgc::Visitor *visitor) const override
 
bool ToJavaScript (WideTextBuffer *js, ReturnType type) const override
 
- Public Member Functions inherited from CXFA_FMSimpleExpression
 ~CXFA_FMSimpleExpression () override
 
XFA_FM_TOKEN GetOperatorToken () const
 
- Public Member Functions inherited from CXFA_FMExpression
virtual ~CXFA_FMExpression ()
 

Public Attributes

 CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED
 

Additional Inherited Members

- Protected Member Functions inherited from CXFA_FMSimpleExpression
 CXFA_FMSimpleExpression (XFA_FM_TOKEN op)
 
- Protected Member Functions inherited from CXFA_FMExpression
 CXFA_FMExpression ()
 

Detailed Description

Definition at line 357 of file cxfa_fmexpression.h.

Member Enumeration Documentation

◆ AccessorIndex

enum class CXFA_FMIndexExpression::AccessorIndex : uint8_t
strong
Enumerator
kNoIndex 
kNoRelativeIndex 
kPositiveIndex 
kNegativeIndex 

Definition at line 359 of file cxfa_fmexpression.h.

Constructor & Destructor Documentation

◆ ~CXFA_FMIndexExpression()

CXFA_FMIndexExpression::~CXFA_FMIndexExpression ( )
overridedefault

Member Function Documentation

◆ ToJavaScript()

bool CXFA_FMIndexExpression::ToJavaScript ( WideTextBuffer * js,
ReturnType type ) const
overridevirtual

Implements CXFA_FMExpression.

Definition at line 620 of file cxfa_fmexpression.cpp.

References CXFA_IsTooBig(), CXFA_FMToJavaScriptDepth::IsWithinMaxDepth(), kNegativeIndex, kNoIndex, kNoRelativeIndex, and kPositiveIndex.

+ Here is the call graph for this function:

◆ Trace()

void CXFA_FMIndexExpression::Trace ( cppgc::Visitor * visitor) const
overridevirtual

Reimplemented from CXFA_FMExpression.

Definition at line 615 of file cxfa_fmexpression.cpp.

Member Data Documentation

◆ CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED

CXFA_FMIndexExpression::CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED

Definition at line 366 of file cxfa_fmexpression.h.


The documentation for this class was generated from the following files: