summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmetaproperty.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-09-22 12:18:56 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-09-22 12:18:56 (GMT)
commit5085d5027f168db01e60e2161d44d9445f9c7beb (patch)
tree8c356970804cc36090c5201c3a521caddad97f94 /src/declarative/qml/qmlmetaproperty.h
parent8d5a395e176239b7e3ee8822cb251b2e631c21de (diff)
downloadQt-5085d5027f168db01e60e2161d44d9445f9c7beb.zip
Qt-5085d5027f168db01e60e2161d44d9445f9c7beb.tar.gz
Qt-5085d5027f168db01e60e2161d44d9445f9c7beb.tar.bz2
Add plumbing for more advanced signal property control
Diffstat (limited to 'src/declarative/qml/qmlmetaproperty.h')
-rw-r--r--src/declarative/qml/qmlmetaproperty.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlmetaproperty.h b/src/declarative/qml/qmlmetaproperty.h
index 7b9ff47..62e93c4 100644
--- a/src/declarative/qml/qmlmetaproperty.h
+++ b/src/declarative/qml/qmlmetaproperty.h
@@ -53,6 +53,7 @@ QT_MODULE(Declarative)
class QObject;
class QmlAbstractBinding;
+class QmlExpression;
class QStringList;
class QVariant;
struct QMetaObject;
@@ -125,6 +126,9 @@ public:
QmlAbstractBinding *binding() const;
QmlAbstractBinding *setBinding(QmlAbstractBinding *) const;
+ QmlExpression *signalExpression() const;
+ QmlExpression *setSignalExpression(QmlExpression *) const;
+
static QmlMetaProperty createProperty(QObject *, const QString &);
int coreIndex() const;