Merged revisions 53738,53740-53747 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch
........
r53738 | lrineau | 2010-01-22 17:32:59 +0100 (Fri, 22 Jan 2010) | 1 line
update Biblio/how_to_cite_cgal.bib
........
r53740 | lrineau | 2010-01-22 18:13:08 +0100 (Fri, 22 Jan 2010) | 2 lines
Add a check about Boost version, before mesh_3_plugin is compiled.
........
r53741 | lrineau | 2010-01-22 18:14:27 +0100 (Fri, 22 Jan 2010) | 2 lines
typo
........
r53742 | lrineau | 2010-01-22 18:21:46 +0100 (Fri, 22 Jan 2010) | 2 lines
Now Boost>=1.34.1 is required.
........
r53743 | lrineau | 2010-01-22 18:25:18 +0100 (Fri, 22 Jan 2010) | 12 lines
Now Boost>=1.34.1 is required.
+ Merge from trunk:
| New Revision: 53739
| Author: penarand
| Date: 2010-01-22 17:58:21 +0100 (Fri, 22 Jan 2010)
|
| Log message:
|
| added paragraphs on the Algebraic Kernel and on the new number types Gmpfr
| and Gmpfi
........
r53744 | lrineau | 2010-01-22 18:35:03 +0100 (Fri, 22 Jan 2010) | 2 lines
Final (I hope) version of CHANGES.
........
r53745 | lrineau | 2010-01-22 18:36:49 +0100 (Fri, 22 Jan 2010) | 2 lines
s/Trolltech/nokia
........
r53746 | lrineau | 2010-01-22 18:37:01 +0100 (Fri, 22 Jan 2010) | 2 lines
Typo
........
r53747 | lrineau | 2010-01-22 18:42:06 +0100 (Fri, 22 Jan 2010) | 2 lines
s/Trolltech/Qt.Nokia/
........
35 lines
1.1 KiB
TeX
35 lines
1.1 KiB
TeX
|
|
\renewcommand{\qt}{{\em Qt}}
|
|
|
|
\ccRefChapter{CGAL and the Qt Graphics View Framework}
|
|
\ccChapterAuthor{Andreas Fabri \and Laurent Rineau}
|
|
|
|
|
|
This package provides some classes which allow to use \cgal\ classes in
|
|
\qt\ applications which make use of the \ccAnchor{http://doc.qt.nokia.com/4.4/graphicsview.html}{Qt Graphics View Framework}.
|
|
|
|
|
|
\section{Classified Reference Pages}
|
|
|
|
\subsection*{GraphicsItem Classes}
|
|
|
|
\ccRefIdfierPage{CGAL::Qt::GraphicsItem}\\
|
|
\ccRefIdfierPage{CGAL::Qt::TriangulationGraphicsItem<T>}\\
|
|
\ccRefIdfierPage{CGAL::Qt::ConstrainedTriangulationGraphicsItem<CT>}\\
|
|
\ccRefIdfierPage{CGAL::Qt::VoronoiGraphicsItem<DT>}
|
|
|
|
|
|
\subsection*{Input Classes}
|
|
|
|
\ccRefIdfierPage{CGAL::Qt::GraphicsViewInput}\\
|
|
\ccRefIdfierPage{CGAL::Qt::GraphicsViewCircleInput<K>}\\
|
|
\ccRefIdfierPage{CGAL::Qt::GraphicsViewCircularArcInput<K>}\\
|
|
\ccRefIdfierPage{CGAL::Qt::GraphicsViewIsoRectangleInput<K>}\\
|
|
\ccRefIdfierPage{CGAL::Qt::GraphicsViewPolylineInput<K>}
|
|
|
|
|
|
\subsection*{Miscellaneous Classes}
|
|
|
|
\ccRefIdfierPage{CGAL::Qt::Converter<K>}\\
|
|
\ccRefIdfierPage{CGAL::Qt::PainterOstream<K>}\\
|
|
\ccRefIdfierPage{CGAL::Qt::GraphicsViewNavigation} |