Qt 5.11
Qt QML
C++ Classes
QQmlExpression
Qt 5.11.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
metaObject
() const : const QMetaObject *
notifyOnValueChanged
() const : bool
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
qt_metacast
(
const char *
) : void *
scopeObject
() const : QObject *
setExpression
(const QString &)
setNotifyOnValueChanged
(bool )
setSourceLocation
(const QString &, int , int )
sourceFile
() const : QString
staticMetaObject
: const QMetaObject
tr
(const char *, const char *, int ) : QString
trUtf8
(const char *, const char *, int ) : QString
valueChanged
()