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_FMBinExpression Class Reference

#include <cxfa_fmexpression.h>

+ Inheritance diagram for CXFA_FMBinExpression:
+ Collaboration diagram for CXFA_FMBinExpression:

Public Member Functions

 ~CXFA_FMBinExpression () override
 
bool ToJavaScript (WideTextBuffer *js, ReturnType type) const override
 
- Public Member Functions inherited from CXFA_FMChainableExpression
 ~CXFA_FMChainableExpression () override
 
void Trace (cppgc::Visitor *visitor) 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 ()
 

Protected Member Functions

 CXFA_FMBinExpression (const WideString &opName, XFA_FM_TOKEN op, CXFA_FMSimpleExpression *pExp1, CXFA_FMSimpleExpression *pExp2)
 
- Protected Member Functions inherited from CXFA_FMChainableExpression
 CXFA_FMChainableExpression (XFA_FM_TOKEN op, CXFA_FMSimpleExpression *pExp1, CXFA_FMSimpleExpression *pExp2)
 
CXFA_FMSimpleExpressionGetFirstExpression () const
 
CXFA_FMSimpleExpressionGetSecondExpression () const
 
- Protected Member Functions inherited from CXFA_FMSimpleExpression
 CXFA_FMSimpleExpression (XFA_FM_TOKEN op)
 
- Protected Member Functions inherited from CXFA_FMExpression
 CXFA_FMExpression ()
 

Additional Inherited Members

- Public Types inherited from CXFA_FMExpression
enum class  ReturnType { kImplied , kInferred }
 

Detailed Description

Definition at line 127 of file cxfa_fmexpression.h.

Constructor & Destructor Documentation

◆ ~CXFA_FMBinExpression()

CXFA_FMBinExpression::~CXFA_FMBinExpression ( )
overridedefault

◆ CXFA_FMBinExpression()

CXFA_FMBinExpression::CXFA_FMBinExpression ( const WideString & opName,
XFA_FM_TOKEN op,
CXFA_FMSimpleExpression * pExp1,
CXFA_FMSimpleExpression * pExp2 )
protected

Definition at line 258 of file cxfa_fmexpression.cpp.

References CXFA_FMBinExpression(), and CXFA_FMChainableExpression::CXFA_FMChainableExpression().

Referenced by CXFA_FMBinExpression().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Function Documentation

◆ ToJavaScript()

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

Implements CXFA_FMExpression.

Definition at line 266 of file cxfa_fmexpression.cpp.

References CXFA_IsTooBig(), CXFA_FMChainableExpression::GetFirstExpression(), CXFA_FMChainableExpression::GetSecondExpression(), CXFA_FMToJavaScriptDepth::IsWithinMaxDepth(), and CXFA_FMExpression::kInferred.

+ Here is the call graph for this function:

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