cgal/GraphicsView/include/CGAL/Qt
Laurent Rineau 9f2384e77d - Remove demo/icons/Logos.qrc, replaced by demo/resources/CGAL.qrc, that
also contains :/cgal/help/about_CGAL.html
- Add include/CGAL/Qt/debug.h and src/CGALQt/debug.cpp, that will contain
  debug tools/functions. For the moment, they just define:
      void traverse_resources(const QString& name);
  that must be used like that:
      CGAL::Qt:traverse_resources(":/cgal"); // view CGAL resources
  or
      CGAL::Qt:traverse_resources(":"); // view all resources
  and displays the resources tree on std::cerr.
2008-07-04 13:10:02 +00:00
..
ConstrainedTriangulationGraphicsItem.h Use T::Geom_traits instead of K 2008-06-26 13:07:40 +00:00
Converter.h more low level conversion and drawing 2008-06-26 12:46:19 +00:00
DemosMainWindow.h In src/CGALQt4: 2008-07-01 13:18:39 +00:00
GraphicsItem.h Reorganize classes in a namespace and directory called Qt 2008-06-26 08:07:36 +00:00
GraphicsViewCircleInput.h Put the clipping in the Converter 2008-06-26 10:17:51 +00:00
GraphicsViewInput.h Reorganize classes in a namespace and directory called Qt 2008-06-26 08:07:36 +00:00
GraphicsViewLineInput.h
GraphicsViewNavigation.h CGAL::Qt::GraphicsViewNavigation is no longer constructed from a 2008-06-26 15:19:44 +00:00
GraphicsViewPolylineInput.h Reorganize classes in a namespace and directory called Qt 2008-06-26 08:07:36 +00:00
PainterOstream.h more low level conversion and drawing 2008-06-26 12:46:19 +00:00
TriangulationGraphicsItem.h Use T::Geom_traits instead of K 2008-06-26 13:07:40 +00:00
VoronoiGraphicsItem.h Fix compilation error in VoronoiGraphicsItem<DT>. 2008-06-27 10:42:50 +00:00
debug.h - Remove demo/icons/Logos.qrc, replaced by demo/resources/CGAL.qrc, that 2008-07-04 13:10:02 +00:00