diff --git a/GraphicsView/doc_tex/GraphicsView_ref/GraphicsViewPolylineInput.tex b/GraphicsView/doc_tex/GraphicsView_ref/GraphicsViewPolylineInput.tex index 99575d4c91a..56258082b81 100644 --- a/GraphicsView/doc_tex/GraphicsView_ref/GraphicsViewPolylineInput.tex +++ b/GraphicsView/doc_tex/GraphicsView_ref/GraphicsViewPolylineInput.tex @@ -4,7 +4,8 @@ \ccDefinition An object of type \ccRefName\ creates a list of points. A new vertex is inserted every time the left mouse button is pressed. -The list of points is emitted on a right click. You can use the \ccc{Escape} +The list of points is emitted on a right click or when the number of +points specified in the constructor is reached. You can use the \ccc{Escape} key if you want to remove your last entered point in the polygon. The tool can serve at the same time for entering a single point, @@ -18,7 +19,7 @@ polylines. The template parameter of \ccc{GraphicsViewPolylineInput} must be a \cgal\ \ccc{Kernel}. \ccInheritsFrom -\ccc{GraphicsViewInput} +\ccc{Qt::GraphicsViewInput} \ccGlue @@ -34,7 +35,7 @@ The template parameter of \ccc{GraphicsViewPolylineInput} must be a \cgal\ \c limited. When \ccc{closed} is \ccc{true} the function displays a polygon.} -\ccMethod{void generate(Object o);}{The object \ccc{o} contains a \ccc{std:list}.} +\ccMethod{void generate(CGAL::Object o);}{The object \ccc{o} contains a \ccc{std:list}.} \end{ccRefClass} diff --git a/GraphicsView/doc_tex/GraphicsView_ref/TriangulationGraphicsItem.tex b/GraphicsView/doc_tex/GraphicsView_ref/TriangulationGraphicsItem.tex index ee1b8544b61..859e177404f 100644 --- a/GraphicsView/doc_tex/GraphicsView_ref/TriangulationGraphicsItem.tex +++ b/GraphicsView/doc_tex/GraphicsView_ref/TriangulationGraphicsItem.tex @@ -13,7 +13,7 @@ The template parameter of \ccRefName\ must be a \ccInheritsFrom -\ccc{GraphicsItem} +\ccc{Qt::GraphicsItem} \ccCreation \ccCreationVariable{tgi}