diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbcore/gui/hbscrollarea.cpp --- a/src/hbcore/gui/hbscrollarea.cpp Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbcore/gui/hbscrollarea.cpp Wed Jun 23 18:33:25 2010 +0300 @@ -222,6 +222,14 @@ */ /*! + \primitives + \primitives{continuation-indicator-bottom} HbFrameItem representing the scrollarea continuation indicator on the bottom of the scrollarea. + \primitives{continuation-indicator-top} HbFrameItem representing the scrollarea continuation indicator on the top of the scrollarea. + \primitives{continuation-indicator-left} HbFrameItem representing the scrollarea continuation indicator on the left side of the scrollarea. + \primitives{continuation-indicator-right} HbFrameItem representing the scrollarea continuation indicator on the right side of the scrollarea. + */ + +/*! Constructor \sa HbScrollArea::HbScrollArea @@ -234,6 +242,9 @@ d->init(); } +/*! + Protected constructor. + */ HbScrollArea::HbScrollArea(HbScrollAreaPrivate &dd, QGraphicsItem *parent): HbWidget( dd, parent ) { @@ -619,9 +630,9 @@ HB_DEPRECATED("HbScrollArea::longPressGesture(const QPointF &) is deprecated. Use gesture FW."); } -/* +/*! \reimp -*/ + */ void HbScrollArea::mousePressEvent(QGraphicsSceneMouseEvent *event) { Q_UNUSED (event); @@ -839,7 +850,6 @@ \sa horizontalScrollBarPolicy(), setVerticalScrollBarPolicy() */ - HbScrollArea::ScrollBarPolicy HbScrollArea::verticalScrollBarPolicy() const { Q_D(const HbScrollArea); @@ -896,7 +906,6 @@ \sa verticalScrollBarPolicy(), setHorizontalScrollBarPolicy() */ - HbScrollArea::ScrollBarPolicy HbScrollArea::horizontalScrollBarPolicy() const { Q_D(const HbScrollArea); @@ -1050,7 +1059,7 @@ } } -/* +/*! \reimp */ void HbScrollArea::polish(HbStyleParameters& params)