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

#include <cxfa_fmexpression.h>

Inheritance diagram for CXFA_FMUnaryExpression:
Collaboration diagram for CXFA_FMUnaryExpression:

Public Member Functions

 ~CXFA_FMUnaryExpression () 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 ()

Protected Member Functions

 CXFA_FMUnaryExpression (const WideString &opName, XFA_FM_TOKEN op, CXFA_FMSimpleExpression *pExp)
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 275 of file cxfa_fmexpression.h.

Constructor & Destructor Documentation

◆ ~CXFA_FMUnaryExpression()

CXFA_FMUnaryExpression::~CXFA_FMUnaryExpression ( )
overridedefault

◆ CXFA_FMUnaryExpression()

CXFA_FMUnaryExpression::CXFA_FMUnaryExpression ( const WideString & opName,
XFA_FM_TOKEN op,
CXFA_FMSimpleExpression * pExp )
protected

Definition at line 369 of file cxfa_fmexpression.cpp.

References CXFA_FMSimpleExpression::CXFA_FMSimpleExpression(), and CXFA_FMUnaryExpression().

Referenced by CXFA_FMUnaryExpression().

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

Member Function Documentation

◆ ToJavaScript()

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

Implements CXFA_FMExpression.

Definition at line 381 of file cxfa_fmexpression.cpp.

References CXFA_IsTooBig(), and CXFA_FMToJavaScriptDepth::IsWithinMaxDepth().

Here is the call graph for this function:

◆ Trace()

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

Reimplemented from CXFA_FMExpression.

Definition at line 376 of file cxfa_fmexpression.cpp.


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