minor doxygen updates
This commit is contained in:
parent
ef38b069e6
commit
9c1265fdbe
|
@ -360,9 +360,15 @@
|
||||||
\fn QskAspect::operator|( State ) const
|
\fn QskAspect::operator|( State ) const
|
||||||
|
|
||||||
ORs state to the state bits
|
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
|
\fn QskAspect::stateless
|
||||||
|
|
||||||
|
@ -451,7 +457,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QskAspect::state
|
\fn QskAspect::states
|
||||||
|
|
||||||
\return State bits
|
\return State bits
|
||||||
\sa setState()
|
\sa setState()
|
||||||
|
@ -465,21 +471,21 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QskAspect::setState
|
\fn QskAspect::setStates
|
||||||
|
|
||||||
Sets the state bits
|
Sets the state bits
|
||||||
\sa addState(), clearState(), hasState(), state()
|
\sa addState(), clearState(), hasState(), state()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QskAspect::addState
|
\fn QskAspect::addStates
|
||||||
|
|
||||||
ORs state to the state bits
|
ORs state to the state bits
|
||||||
\sa setState(), clearState(), hasState(), state()
|
\sa setState(), clearState(), hasState(), state()
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QskAspect::hasState
|
\fn QskAspect::hasStates
|
||||||
\return true, if any of the state bits is set
|
\return true, if any of the state bits is set
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -499,14 +505,17 @@
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QskAspect::flagPrimitive
|
\fn QskAspect::flagPrimitive
|
||||||
|
\return primitive bits, when the aspect is a QskAspect::Flag
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QskAspect::colorPrimitive
|
\fn QskAspect::colorPrimitive
|
||||||
|
\return primitive bits, when the aspect is a QskAspect::Color
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QskAspect::metricPrimitive
|
\fn QskAspect::metricPrimitive
|
||||||
|
\return metric bits, when the aspect is a QskAspect::Metric
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
|
@ -251,6 +251,15 @@
|
||||||
\saqt QQuickItem::size(), QQuickItem::position()
|
\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& )
|
\fn QskQuickItem::setGeometry( const QRectF& )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue