Qt 6.6
Qt QML
C++ Classes
QQmlExpression
Qt 6.6.1 Reference Documentation
List of All Members for QQmlExpression
This is the complete list of members for
QQmlExpression
, including inherited members.
QQmlExpression
()
QQmlExpression
(QQmlContext *, QObject *, const QString &, QObject *)
QQmlExpression
(const QQmlScriptString &, QQmlContext *, QObject *, QObject *)
~QQmlExpression
()
clearError
()
columnNumber
() const : int
context
() const : QQmlContext *
engine
() const : QQmlEngine *
error
() const : QQmlError
evaluate
(bool *) : QVariant
expression
() const : QString
hasError
() const : bool
lineNumber
() const : int
notifyOnValueChanged
() const : bool
scopeObject
() const : QObject *
setExpression
(const QString &)
setNotifyOnValueChanged
(bool)
setSourceLocation
(const QString &, int, int)
sourceFile
() const : QString
valueChanged
()