![]() |
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_FMSimpleExpression () override | |
| XFA_FM_TOKEN | GetOperatorToken () const |
| Public Member Functions inherited from CXFA_FMExpression | |
| virtual | ~CXFA_FMExpression () |
| virtual void | Trace (cppgc::Visitor *visitor) const |
| virtual bool | ToJavaScript (WideTextBuffer *js, ReturnType type) const =0 |
Protected Member Functions | |
| 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 33 of file cxfa_fmexpression.h.
|
overridedefault |
|
explicitprotected |
Definition at line 92 of file cxfa_fmexpression.cpp.
Referenced by CXFA_FMChainableExpression::CXFA_FMChainableExpression(), and CXFA_FMUnaryExpression::CXFA_FMUnaryExpression().
|
inline |
Definition at line 37 of file cxfa_fmexpression.h.
Referenced by CXFA_FMAssignExpression::ToJavaScript(), CXFA_FMDotAccessorExpression::ToJavaScript(), and CXFA_FMDotDotAccessorExpression::ToJavaScript().