doc: Document remaining anonymous enums

This change adds qdoc comments for the remaining nameless
enum types.

Change-Id: I4da8b67883c8020323437cf74c938d3655d8c384
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Martin Smith 2017-03-16 10:29:51 +01:00
parent 329e09a3c3
commit 929ea50393
5 changed files with 35 additions and 0 deletions

View File

@ -781,6 +781,12 @@ QCoreApplication::QCoreApplication(int &argc, char **argv
#endif
}
/*!
\enum QCoreApplication::anonymous
\internal
\value ApplicationFlags QT_VERSION
*/
void QCoreApplicationPrivate::init()
{

View File

@ -164,6 +164,12 @@
\sa isFinished()
*/
/*!
\enum QDBusPendingReply::anonymous
\value Count The number of arguments the reply is expected to have
*/
/*!
\fn int QDBusPendingReply::count() const

View File

@ -693,6 +693,13 @@ QHoverEvent::~QHoverEvent()
\sa QMouseEvent, QWidget::grabMouse()
*/
/*!
\enum QWheelEvent::anonymous
\internal
\value DefaultDeltasPerStep Defaqult deltas per step
*/
/*!
\fn Qt::MouseButtons QWheelEvent::buttons() const

View File

@ -1536,6 +1536,14 @@ void QGraphicsProxyWidget::paint(QPainter *painter, const QStyleOptionGraphicsIt
d->widget->render(painter, exposedWidgetRect.topLeft(), exposedWidgetRect);
}
/*!
\enum QGraphicsProxyWidget::anonymous
The value returned by the virtual type() function.
\value Type A graphics proxy widget
*/
/*!
\reimp
*/

View File

@ -2227,6 +2227,14 @@ bool QGraphicsWidget::testAttribute(Qt::WidgetAttribute attribute) const
return d->testAttribute(attribute);
}
/*!
\enum QGraphicsWidget::anonymous
The value returned by the virtual type() function.
\value Type A graphics widget item
*/
/*!
\reimp
*/