From 6cf73a65a9bfbe531dc350e3038e5e0d7cadacfb Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 28 Mar 2024 18:24:22 +0100 Subject: [PATCH] minor changes --- Basic_viewer/doc/Basic_viewer/Basic_viewer.txt | 8 +++++--- Basic_viewer/doc/Basic_viewer/PackageDescription.txt | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Basic_viewer/doc/Basic_viewer/Basic_viewer.txt b/Basic_viewer/doc/Basic_viewer/Basic_viewer.txt index 87896219fda..799855f1d81 100644 --- a/Basic_viewer/doc/Basic_viewer/Basic_viewer.txt +++ b/Basic_viewer/doc/Basic_viewer/Basic_viewer.txt @@ -33,14 +33,16 @@ The drawing can be tuned using `Graphics_scene_options`, for example to change t More complex usage can be achieved by using the `Graphics_scene` class. Different \cgal data structures can be added in a same `Graphics_scene` allowing to visualize them simultaneously in a same window. Like for the draw function, the drawing parameters can be tuned thanks to the `Graphics_scene_options`. -Two classes are based on \qt. (1) `CGAL::Qt::Basic_viewer` is a \qt widget that inherits from `QGLViewer` (libQGLViewer is an open source C++ library based on \qt that eases the creation of OpenGL 3D viewers). (2) `CGAL::Qt::QApplication_and_basic_viewer` which regroups a `Qt::QApplication` and a `CGAL::Qt::Basic_viewer`. +Two classes are based on \qt. + - `CGAL::Qt::Basic_viewer` is a \qt widget that inherits from `QGLViewer` (libQGLViewer is an open source C++ library based on \qt that eases the creation of OpenGL 3D viewers). + - `CGAL::Qt::QApplication_and_basic_viewer` which regroups a `Qt::QApplication` and a `CGAL::Qt::Basic_viewer`. \section BV_SoftwareDesign Software Design -The diagram in \cgalFigureRef{fig_basic_viewer_diagramme_class} shows the main classes and functions of this package. +The diagram in \cgalFigureRef{fig_basic_viewer_diagram_class} shows the main classes and functions of this package. -\cgalFigureBegin{fig_basic_viewer_diagramme_class,basic_viewer_diagramme_class.svg} +\cgalFigureBegin{fig_basic_viewer_diagram_class,basic_viewer_diagramme_class.svg} UML diagram of the classes and functions of the package (only partial representation). \cgalFigureEnd diff --git a/Basic_viewer/doc/Basic_viewer/PackageDescription.txt b/Basic_viewer/doc/Basic_viewer/PackageDescription.txt index 07d66682395..aa919ce3e38 100644 --- a/Basic_viewer/doc/Basic_viewer/PackageDescription.txt +++ b/Basic_viewer/doc/Basic_viewer/PackageDescription.txt @@ -21,7 +21,7 @@ Finally a \qt widget is provided that can be integrated in the GUI of a user app \cgalPkgSummaryEnd \cgalPkgShortInfoBegin \cgalPkgSince{6.0} -\cgalPkgBib{cgal:d-bv-24} +\cgalPkgBib{cgal:d-bv} \cgalPkgLicense{\ref licensesLGPL "LGPL"} \cgalPkgShortInfoEnd \cgalPkgDescriptionEnd