Skip to content

Commit

Permalink
added class documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jbp35 committed Jun 5, 2023
1 parent db3e5da commit 8bd8d93
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/3d/qgs3dwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ namespace Qt3DLogic
class QLogicAspect;
}

/**
* \ingroup 3d
* \brief qgs3dWindow is a convenience wrapper to simplify the creation of a 3D window ready to be used with QGIS.
*
* \note This is a port of qtwindow3d which does not set the default surface when initialized.
* \note The default surface must be set before the construction of the QApplication when using shared OpenGL context.
* \note This is required in order to use QT3d and QtWebEngine at the same time.
*
* \since QGIS 3.32
*/
class Qgs3DWindow : public QWindow
{
Q_OBJECT
Expand Down

0 comments on commit 8bd8d93

Please sign in to comment.