mirror of https://github.com/CGAL/cgal
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.
|
||
|---|---|---|
| .. | ||
| ConstrainedTriangulationGraphicsItem.h | ||
| Converter.h | ||
| DemosMainWindow.h | ||
| GraphicsItem.h | ||
| GraphicsViewCircleInput.h | ||
| GraphicsViewInput.h | ||
| GraphicsViewLineInput.h | ||
| GraphicsViewNavigation.h | ||
| GraphicsViewPolylineInput.h | ||
| PainterOstream.h | ||
| TriangulationGraphicsItem.h | ||
| VoronoiGraphicsItem.h | ||
| debug.h | ||