From 9c1265fdbe92ed47339e75be05db27ac9812060f Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 2 Dec 2021 16:58:44 +0100 Subject: [PATCH] minor doxygen updates --- doc/classes/QskAspect.dox | 19 ++++++++++++++----- doc/classes/QskQuickItem.dox | 9 +++++++++ 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/doc/classes/QskAspect.dox b/doc/classes/QskAspect.dox index d88309a8..a6f80bd5 100644 --- a/doc/classes/QskAspect.dox +++ b/doc/classes/QskAspect.dox @@ -360,9 +360,15 @@ \fn QskAspect::operator|( State ) const ORs state to the state bits - \param state Additional state bits + \param state Additional state bit */ +/*! + \fn QskAspect::operator|( States ) const + + ORs states to the state bits + \param states Additional state bits +*/ /*! \fn QskAspect::stateless @@ -451,7 +457,7 @@ */ /*! - \fn QskAspect::state + \fn QskAspect::states \return State bits \sa setState() @@ -465,21 +471,21 @@ */ /*! - \fn QskAspect::setState + \fn QskAspect::setStates Sets the state bits \sa addState(), clearState(), hasState(), state() */ /*! - \fn QskAspect::addState + \fn QskAspect::addStates ORs state to the state bits \sa setState(), clearState(), hasState(), state() */ /*! - \fn QskAspect::hasState + \fn QskAspect::hasStates \return true, if any of the state bits is set */ @@ -499,14 +505,17 @@ /*! \fn QskAspect::flagPrimitive + \return primitive bits, when the aspect is a QskAspect::Flag */ /*! \fn QskAspect::colorPrimitive + \return primitive bits, when the aspect is a QskAspect::Color */ /*! \fn QskAspect::metricPrimitive + \return metric bits, when the aspect is a QskAspect::Metric */ /*! diff --git a/doc/classes/QskQuickItem.dox b/doc/classes/QskQuickItem.dox index 7ba8fc39..7550b0c2 100644 --- a/doc/classes/QskQuickItem.dox +++ b/doc/classes/QskQuickItem.dox @@ -251,6 +251,15 @@ \saqt QQuickItem::size(), QQuickItem::position() */ +/*! + \fn QskQuickItem::setGeometry( const QPointF &, const QSizeF & ) + + Set the position and the size of an item + + \param pos Position relative to the parent item + \param size Size of the item +*/ + /*! \fn QskQuickItem::setGeometry( const QRectF& )