mirror of https://github.com/CGAL/cgal
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
/// \defgroup PkgGraphicsView CGAL and the Qt Graphics View Framework Reference
|
|
/// \defgroup PkgGraphicsViewGraphicsItemClasses Graphics Item Classes
|
|
/// \ingroup PkgGraphicsView
|
|
/// \defgroup PkgGraphicsViewInputClasses Input Classes
|
|
/// \ingroup PkgGraphicsView
|
|
/// \defgroup PkgGraphicsViewMiscClasses Miscellaneous Classes
|
|
/// \ingroup PkgGraphicsView
|
|
|
|
/*!
|
|
\addtogroup PkgGraphicsView
|
|
|
|
\cgalPkgDescriptionBegin{CGAL and the Qt Graphics View Framework,PkgGraphicsViewSummary}
|
|
\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="http://doc.qt.digia.com/latest/graphicsview.html">Qt 4 Graphics View Framework</A>.}
|
|
\cgalPkgManuals{Chapter_CGAL_and_the_Qt_Graphics_View_Framework,PkgGraphicsView}
|
|
\cgalPkgSummaryEnd
|
|
\cgalPkgShortInfoBegin
|
|
\cgalPkgSince{3.4}
|
|
\cgalPkgDependsOn{\ref thirdpartyQt}
|
|
\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="http://doc.qt.digia.com/latest/graphicsview.html">Qt Graphics
|
|
View Framework</A>.
|
|
|
|
*/
|
|
|