mirror of https://github.com/CGAL/cgal
Update Basic_viewer/doc/Basic_viewer/CGAL/Qt/Basic_viewer_qt.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
parent
bfa138dfed
commit
c551b6cd40
|
|
@ -16,7 +16,7 @@ public:
|
||||||
/// Constructor given a pointer on a `QWidget` (can be a `nullptr`) and a `Graphics_scene`.
|
/// Constructor given a pointer on a `QWidget` (can be a `nullptr`) and a `Graphics_scene`.
|
||||||
/// `title` will be the title of the window.
|
/// `title` will be the title of the window.
|
||||||
Basic_viewer_qt(QWidget* parent,
|
Basic_viewer_qt(QWidget* parent,
|
||||||
Graphics_scene<BufferType>& buf,
|
Graphics_scene<BufferType>& scene,
|
||||||
const char* title="");
|
const char* title="");
|
||||||
|
|
||||||
/// enables or disables the drawing of vertices.
|
/// enables or disables the drawing of vertices.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue