diff -r 730c025d4b77 -r f378acbc9cfb src/hbwidgets/itemviews/hbtreeviewitem.cpp --- a/src/hbwidgets/itemviews/hbtreeviewitem.cpp Thu Jul 15 14:03:49 2010 +0100 +++ b/src/hbwidgets/itemviews/hbtreeviewitem.cpp Thu Jul 22 16:36:53 2010 +0100 @@ -22,9 +22,10 @@ ** Nokia at developer.feedback@nokia.com. ** ****************************************************************************/ + +#include "hbtreeviewitem.h" #include "hbtreeviewitem_p.h" -#include "hbtreeviewitem.h" #include "hbtreeview.h" #include "hbabstractitemview.h" #include "hbabstractitemcontainer_p.h" @@ -56,6 +57,8 @@ See HbListViewItem for commmon view item subclassing reference. + \primitives + \primitive{subitem-indicator} HbIconItem representing the expand/collapse icon in an HbTreeViewItem that has child items. */ @@ -299,7 +302,7 @@ /*! Returns true if the item is expanded; otherwise returns false. - \sa setExpanded + \sa setExpanded() */ bool HbTreeViewItem::isExpanded() const { @@ -352,7 +355,7 @@ This method will change the user expandable value for all view items. - \sa isUserExpandable + \sa isUserExpandable() */ void HbTreeViewItem::setUserExpandable(bool expandable) { @@ -366,7 +369,7 @@ /*! Returns true if the items are expandable by the user; otherwise returns false. - \sa setUserExpandable + \sa setUserExpandable() */ bool HbTreeViewItem::isUserExpandable() const {