summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepathview.cpp
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-06-10 01:19:48 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-06-10 01:23:51 (GMT)
commit2306073c6806e3e35d0786fec5c49e165b119e36 (patch)
tree7dac894964284deb8ceb570f4935b2e0d6b73726 /src/declarative/graphicsitems/qdeclarativepathview.cpp
parentd346ba1ec7a1becd5120fbe181da0374606481c6 (diff)
downloadQt-2306073c6806e3e35d0786fec5c49e165b119e36.zip
Qt-2306073c6806e3e35d0786fec5c49e165b119e36.tar.gz
Qt-2306073c6806e3e35d0786fec5c49e165b119e36.tar.bz2
Document attached properties
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativepathview.cpp')
-rw-r--r--src/declarative/graphicsitems/qdeclarativepathview.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativepathview.cpp b/src/declarative/graphicsitems/qdeclarativepathview.cpp
index f58b054..0c2d249 100644
--- a/src/declarative/graphicsitems/qdeclarativepathview.cpp
+++ b/src/declarative/graphicsitems/qdeclarativepathview.cpp
@@ -358,6 +358,13 @@ QDeclarativePathView::~QDeclarativePathView()
}
/*!
+ \qmlattachedproperty PathView PathView::view
+ This attached property holds the view that manages this delegate instance.
+
+ It is attached to each instance of the delegate.
+*/
+
+/*!
\qmlattachedproperty bool PathView::onPath
This attached property holds whether the item is currently on the path.