diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-06-10 01:19:48 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-06-10 01:23:51 (GMT) |
commit | 2306073c6806e3e35d0786fec5c49e165b119e36 (patch) | |
tree | 7dac894964284deb8ceb570f4935b2e0d6b73726 /src/declarative/graphicsitems/qdeclarativepathview.cpp | |
parent | d346ba1ec7a1becd5120fbe181da0374606481c6 (diff) | |
download | Qt-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.cpp | 7 |
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. |