diff -r 06ff229162e9 -r 11d3954df52a src/hbcore/gui/hbwidget.cpp --- a/src/hbcore/gui/hbwidget.cpp Fri May 14 16:09:54 2010 +0300 +++ b/src/hbcore/gui/hbwidget.cpp Thu May 27 13:10:59 2010 +0300 @@ -114,7 +114,7 @@ return newSpacer; } -/* +/*! \deprecated HbWidget::setBackgroundItem(HbStyle::Primitive, int) is deprecated. Use HbWidget::setBackgroundItem(QGraphicsItem *item, int zValue) instead. @@ -152,7 +152,7 @@ } } -/* +/*! Sets background item to the widget. The item will be reparented to be child of the widget. Also Z-value @@ -184,7 +184,7 @@ } } -/* +/*! Returns background item. 0 is returned if there isn't background item in the widget. */ @@ -194,7 +194,7 @@ return d->backgroundItem; } -/* +/*! Returns focusItem primitive items. Focus primitive is created if has not been created already. */ @@ -221,7 +221,7 @@ return 0; } -/* +/*! Hides or shows focus primitive depending on the focus state of the widget. */ void HbWidgetPrivate::focusChangeEvent(HbWidget::FocusHighlight focusHighlight) @@ -265,7 +265,7 @@ } -/* +/*! Find closest parent with focus group and update the focused child. */ void HbWidgetPrivate::updateCurrentFocusChild() @@ -279,7 +279,7 @@ } } -/* +/*! Find and return the closest parent with focus group if any. If propagate is true then the closest parent with focus group and children is accepted as valid focus group e.g. used for a widget which has the key for changing the @@ -316,7 +316,7 @@ return (group) ? group : 0; } -/* +/*! Set focus to child widget depending on the set focus delegation policy. */ @@ -343,7 +343,7 @@ } } -/* +/*! Test if some item in our parent hierarchy has the Hb::InputMethodNeutral flag set. */