Home
last modified time | relevance | path

Searched refs:QQmlExpression (Results 1 – 25 of 122) sorted by relevance

12345

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlexpression.cpp122 QQmlExpression::QQmlExpression() in QQmlExpression() function in QQmlExpression
139 Q_D(QQmlExpression); in QQmlExpression()
178 QQmlExpression::QQmlExpression(QQmlContext *ctxt, in QQmlExpression() function in QQmlExpression
184 Q_D(QQmlExpression); in QQmlExpression()
191 QQmlExpression::QQmlExpression(QQmlContextData *ctxt, QObject *scope, in QQmlExpression() function in QQmlExpression
195 Q_D(QQmlExpression); in QQmlExpression()
202 QQmlExpression::~QQmlExpression() in ~QQmlExpression()
241 Q_D(QQmlExpression); in setExpression()
266 Q_Q(QQmlExpression); in value()
302 Q_D(QQmlExpression); in evaluate()
[all …]
H A Dqqmlexpression.h58 class Q_QML_EXPORT QQmlExpression : public QObject
62 QQmlExpression();
63 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject * = nullptr);
64 …explicit QQmlExpression(const QQmlScriptString &, QQmlContext * = nullptr, QObject * = nullptr, QO…
65 ~QQmlExpression() override;
93 QQmlExpression(QQmlContextData *, QObject *, const QString &);
95 Q_DISABLE_COPY(QQmlExpression)
96 Q_DECLARE_PRIVATE(QQmlExpression)
H A Dqqmlexpression_p.h63 class QQmlExpression; variable
68 Q_DECLARE_PUBLIC(QQmlExpression)
80 static inline QQmlExpressionPrivate *get(QQmlExpression *expr);
81 static inline QQmlExpression *get(QQmlExpressionPrivate *expr);
99 QQmlExpressionPrivate *QQmlExpressionPrivate::get(QQmlExpression *expr) in get()
104 QQmlExpression *QQmlExpressionPrivate::get(QQmlExpressionPrivate *expr) in get()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlexpression.cpp122 QQmlExpression::QQmlExpression() in QQmlExpression() function in QQmlExpression
139 Q_D(QQmlExpression); in QQmlExpression()
178 QQmlExpression::QQmlExpression(QQmlContext *ctxt, in QQmlExpression() function in QQmlExpression
184 Q_D(QQmlExpression); in QQmlExpression()
191 QQmlExpression::QQmlExpression(QQmlContextData *ctxt, QObject *scope, in QQmlExpression() function in QQmlExpression
195 Q_D(QQmlExpression); in QQmlExpression()
202 QQmlExpression::~QQmlExpression() in ~QQmlExpression()
241 Q_D(QQmlExpression); in setExpression()
266 Q_Q(QQmlExpression); in value()
302 Q_D(QQmlExpression); in evaluate()
[all …]
H A Dqqmlexpression.h58 class Q_QML_EXPORT QQmlExpression : public QObject
62 QQmlExpression();
63 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject * = nullptr);
64 …explicit QQmlExpression(const QQmlScriptString &, QQmlContext * = nullptr, QObject * = nullptr, QO…
65 ~QQmlExpression() override;
93 QQmlExpression(QQmlContextData *, QObject *, const QString &);
95 Q_DISABLE_COPY(QQmlExpression)
96 Q_DECLARE_PRIVATE(QQmlExpression)
H A Dqqmlexpression_p.h63 class QQmlExpression; variable
68 Q_DECLARE_PUBLIC(QQmlExpression)
80 static inline QQmlExpressionPrivate *get(QQmlExpression *expr);
81 static inline QQmlExpression *get(QQmlExpressionPrivate *expr);
99 QQmlExpressionPrivate *QQmlExpressionPrivate::get(QQmlExpression *expr) in get()
104 QQmlExpression *QQmlExpressionPrivate::get(QQmlExpressionPrivate *expr) in get()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/plugins/qmltooling/qmldbg_debugger/
H A Dqqmlwatcher.cpp67 QQmlExpression *exp,
82 QQmlExpression *m_expr;
86 QQmlExpression *exp, in QQmlWatchProxy()
91 QObject::connect(m_expr, &QQmlExpression::valueChanged, in QQmlWatchProxy()
152 QQmlExpression *exprObj = new QQmlExpression(context, object, expr); in addWatch()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/plugins/qmltooling/qmldbg_debugger/
H A Dqqmlwatcher.cpp67 QQmlExpression *exp,
82 QQmlExpression *m_expr;
86 QQmlExpression *exp, in QQmlWatchProxy()
91 QObject::connect(m_expr, &QQmlExpression::valueChanged, in QQmlWatchProxy()
152 QQmlExpression *exprObj = new QQmlExpression(context, object, expr); in addWatch()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();
/dports/www/py-qt5-websockets/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();
/dports/www/py-qt5-webkit/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();
/dports/net/py-qt5-network/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();
/dports/devel/py-qt5-remoteobjects/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();
/dports/devel/py-qt5-test/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();
/dports/misc/py-qt5-demo/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();
/dports/lang/py-qt5-qml/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();
/dports/x11-toolkits/py-qt5-gui/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();
/dports/x11-toolkits/py-qt5-quick3d/PyQt5-5.15.4/sip/QtQml/
H A Dqqmlexpression.sip23 class QQmlExpression : QObject
30 QQmlExpression();
31 QQmlExpression(QQmlContext *, QObject *, const QString &, QObject *parent /TransferThis/ = 0);
32QQmlExpression(const QQmlScriptString &, QQmlContext *context = 0, QObject *scope = 0, QObject *pa…
33 virtual ~QQmlExpression();

12345