![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cxfa_fmexpression.h>
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 } |
Definition at line 275 of file cxfa_fmexpression.h.
|
overridedefault |
|
protected |
Definition at line 369 of file cxfa_fmexpression.cpp.
References CXFA_FMSimpleExpression::CXFA_FMSimpleExpression(), and CXFA_FMUnaryExpression().
Referenced by CXFA_FMUnaryExpression().
|
overridevirtual |
Implements CXFA_FMExpression.
Definition at line 381 of file cxfa_fmexpression.cpp.
References CXFA_IsTooBig(), and CXFA_FMToJavaScriptDepth::IsWithinMaxDepth().
|
overridevirtual |
Reimplemented from CXFA_FMExpression.
Definition at line 376 of file cxfa_fmexpression.cpp.