mirror of https://github.com/CGAL/cgal
55 lines
1.8 KiB
Plaintext
55 lines
1.8 KiB
Plaintext
/// \defgroup PkgGraphicsViewRef Reference Manual
|
|
/// \defgroup PkgGraphicsViewGraphicsItemClasses Graphics Item Classes
|
|
/// \ingroup PkgGraphicsViewRef
|
|
/// \defgroup PkgGraphicsViewInputClasses Input Classes
|
|
/// \ingroup PkgGraphicsViewRef
|
|
/// \defgroup PkgGraphicsViewMiscClasses Miscellaneous Classes
|
|
/// \ingroup PkgGraphicsViewRef
|
|
|
|
/*!
|
|
\addtogroup PkgGraphicsViewRef
|
|
|
|
\cgalPkgDescriptionBegin{CGAL and the Qt Graphics View Framework,PkgGraphicsView}
|
|
\cgalPkgPicture{detail.png}
|
|
\cgalPkgSummaryBegin
|
|
\cgalPkgAuthors{Andreas Fabri and Laurent Rineau}
|
|
\cgalPkgDesc{This package provides classes for displaying \cgal objects and data structures in the <A HREF="https://doc.qt.io/qt-6/graphicsview.html">Qt 6 Graphics View Framework</A>.}
|
|
\cgalPkgManuals{Chapter_CGAL_and_the_Qt_Graphics_View_Framework,PkgGraphicsViewRef}
|
|
\cgalPkgSummaryEnd
|
|
\cgalPkgShortInfoBegin
|
|
\cgalPkgSince{3.4}
|
|
\cgalPkgDependsOn{\qt 6}
|
|
\cgalPkgBib{cgal:fr-cqgvf}
|
|
\cgalPkgLicense{\ref licensesGPL "GPL"}
|
|
\cgalPkgShortInfoEnd
|
|
\cgalPkgDescriptionEnd
|
|
|
|
This package provides some classes which allow to use \cgal classes in
|
|
<I>Qt</I> applications which make use of the <A
|
|
HREF="https://doc.qt.io/qt-6/graphicsview.html">Qt Graphics
|
|
View Framework</A>.
|
|
|
|
\cgalClassifedRefPages
|
|
|
|
\cgalCRPSection{GraphicsItem Classes}
|
|
|
|
- `CGAL::Qt::GraphicsItem`
|
|
- `CGAL::Qt::TriangulationGraphicsItem<T>`
|
|
- `CGAL::Qt::ConstrainedTriangulationGraphicsItem<CT>`
|
|
- `CGAL::Qt::VoronoiGraphicsItem<DT>`
|
|
|
|
\cgalCRPSection{Input Classes}
|
|
- `CGAL::Qt::GraphicsViewInput`
|
|
- `CGAL::Qt::GraphicsViewCircleInput<K>`
|
|
- `CGAL::Qt::GraphicsViewCircularArcInput<K>`
|
|
- `CGAL::Qt::GraphicsViewIsoRectangleInput<K>`
|
|
- `CGAL::Qt::GraphicsViewPolylineInput<K>`
|
|
|
|
\cgalCRPSection{Miscellaneous Classes}
|
|
- `CGAL::Qt::Converter<K>`
|
|
- `CGAL::Qt::PainterOstream<K>`
|
|
- `CGAL::Qt::GraphicsViewNavigation`
|
|
|
|
*/
|
|
|