diff --git a/Packages/Qt_widget/doc_tex/Qt_widget/Qt_widget_ref/Qt_widget_get_circle.tex b/Packages/Qt_widget/doc_tex/Qt_widget/Qt_widget_ref/Qt_widget_get_circle.tex new file mode 100644 index 00000000000..951ac4f87b5 --- /dev/null +++ b/Packages/Qt_widget/doc_tex/Qt_widget/Qt_widget_ref/Qt_widget_get_circle.tex @@ -0,0 +1,45 @@ +% +------------------------------------------------------------------------+ +% | CGAL Reference Manual: Reference manual for Qt_widget.tex +% +------------------------------------------------------------------------+ +% | +% | 03.01.2001 Radu Ursu +% | +% | \RCSdef{\qtwidgetRev}{$Revision$} +% | \RCSdefDate{\qtwidgetDate}{$Date$} +% +------------------------------------------------------------------------+ + +% +-----------------------------------------------------+ +\begin{ccRefClass}{Qt_widget_get_circle} + +\ccDefinition +An object of type \ccRefName\ creates a \cgal\ circle in this way: one +left click on the mouse will be the center of the circle and the +second point will be considered at the coordinates where the left +mouse button is pressed for the second time, the distance +between those 2 representing the radius of the new circle. + +\ccInclude{CGAL/IO/Qt_widget_get_circle.h} + +\ccInheritsFrom +\ccc{Qt_widget_layer} + +\ccGlue + +\ccCreation +\ccCreationVariable{getcircle} +\ccSetTwoColumns{Qt_widget_get_circle}{} + +\ccConstructor{Qt_widget_get_circle();}{The default constructor.} + +\end{ccRefClass} + +% +-----------------------------------------------------+ +% EOF + + + + + + + + diff --git a/Packages/Qt_widget/doc_tex/Qt_widget/Qt_widget_ref/Qt_widget_get_line.tex b/Packages/Qt_widget/doc_tex/Qt_widget/Qt_widget_ref/Qt_widget_get_line.tex new file mode 100644 index 00000000000..2f06946a369 --- /dev/null +++ b/Packages/Qt_widget/doc_tex/Qt_widget/Qt_widget_ref/Qt_widget_get_line.tex @@ -0,0 +1,44 @@ +% +------------------------------------------------------------------------+ +% | CGAL Reference Manual: Reference manual for Qt_widget.tex +% +------------------------------------------------------------------------+ +% | +% | 03.01.2001 Radu Ursu +% | +% | \RCSdef{\qtwidgetRev}{$Revision$} +% | \RCSdefDate{\qtwidgetDate}{$Date$} +% +------------------------------------------------------------------------+ + +% +-----------------------------------------------------+ +\begin{ccRefClass}{Qt_widget_get_line} + +\ccDefinition +An object of type \ccRefName\ creates a \cgal\ line in this way: one +left click on the mouse will be the first point and the second point +that generate the line will be considered at the coordinates where the left +mouse button is pressed for the second time. + +\ccInclude{CGAL/IO/Qt_widget_get_line.h} + +\ccInheritsFrom +\ccc{Qt_widget_layer} + +\ccGlue + +\ccCreation +\ccCreationVariable{getline} +\ccSetTwoColumns{Qt_widget_get_line}{} + +\ccConstructor{Qt_widget_get_line();}{The default constructor.} + +\end{ccRefClass} + +% +-----------------------------------------------------+ +% EOF + + + + + + + + diff --git a/Packages/Qt_widget/doc_tex/Qt_widget/Qt_widget_ref/Qt_widget_get_point.tex b/Packages/Qt_widget/doc_tex/Qt_widget/Qt_widget_ref/Qt_widget_get_point.tex new file mode 100644 index 00000000000..8128d293e3c --- /dev/null +++ b/Packages/Qt_widget/doc_tex/Qt_widget/Qt_widget_ref/Qt_widget_get_point.tex @@ -0,0 +1,41 @@ +% +------------------------------------------------------------------------+ +% | CGAL Reference Manual: Reference manual for Qt_widget.tex +% +------------------------------------------------------------------------+ +% | +% | 03.01.2001 Radu Ursu +% | +% | \RCSdef{\qtwidgetRev}{$Revision$} +% | \RCSdefDate{\qtwidgetDate}{$Date$} +% +------------------------------------------------------------------------+ + +% +-----------------------------------------------------+ +\begin{ccRefClass}{Qt_widget_get_point} +\ccDefinition +An object of type \ccRefName\ creates a \cgal\ point, every time +the left mouse button is clicked. + +\ccInclude{CGAL/IO/Qt_widget_get_point.h} + +\ccInheritsFrom +\ccc{Qt_widget_layer} + +\ccGlue + +\ccCreation +\ccCreationVariable{getpoint} +\ccSetTwoColumns{Qt_widget_get_point}{} + +\ccConstructor{Qt_widget_get_point(const QCursor c=QCursor(Qt::crossCursor));}{The default constructor.} + +\end{ccRefClass} + +% +-----------------------------------------------------+ +% EOF + + + + + + + + diff --git a/Packages/Qt_widget/doc_tex/support/Qt_widget/Qt_widget_ref/Qt_widget_get_circle.tex b/Packages/Qt_widget/doc_tex/support/Qt_widget/Qt_widget_ref/Qt_widget_get_circle.tex new file mode 100644 index 00000000000..951ac4f87b5 --- /dev/null +++ b/Packages/Qt_widget/doc_tex/support/Qt_widget/Qt_widget_ref/Qt_widget_get_circle.tex @@ -0,0 +1,45 @@ +% +------------------------------------------------------------------------+ +% | CGAL Reference Manual: Reference manual for Qt_widget.tex +% +------------------------------------------------------------------------+ +% | +% | 03.01.2001 Radu Ursu +% | +% | \RCSdef{\qtwidgetRev}{$Revision$} +% | \RCSdefDate{\qtwidgetDate}{$Date$} +% +------------------------------------------------------------------------+ + +% +-----------------------------------------------------+ +\begin{ccRefClass}{Qt_widget_get_circle} + +\ccDefinition +An object of type \ccRefName\ creates a \cgal\ circle in this way: one +left click on the mouse will be the center of the circle and the +second point will be considered at the coordinates where the left +mouse button is pressed for the second time, the distance +between those 2 representing the radius of the new circle. + +\ccInclude{CGAL/IO/Qt_widget_get_circle.h} + +\ccInheritsFrom +\ccc{Qt_widget_layer} + +\ccGlue + +\ccCreation +\ccCreationVariable{getcircle} +\ccSetTwoColumns{Qt_widget_get_circle}{} + +\ccConstructor{Qt_widget_get_circle();}{The default constructor.} + +\end{ccRefClass} + +% +-----------------------------------------------------+ +% EOF + + + + + + + + diff --git a/Packages/Qt_widget/doc_tex/support/Qt_widget/Qt_widget_ref/Qt_widget_get_line.tex b/Packages/Qt_widget/doc_tex/support/Qt_widget/Qt_widget_ref/Qt_widget_get_line.tex new file mode 100644 index 00000000000..2f06946a369 --- /dev/null +++ b/Packages/Qt_widget/doc_tex/support/Qt_widget/Qt_widget_ref/Qt_widget_get_line.tex @@ -0,0 +1,44 @@ +% +------------------------------------------------------------------------+ +% | CGAL Reference Manual: Reference manual for Qt_widget.tex +% +------------------------------------------------------------------------+ +% | +% | 03.01.2001 Radu Ursu +% | +% | \RCSdef{\qtwidgetRev}{$Revision$} +% | \RCSdefDate{\qtwidgetDate}{$Date$} +% +------------------------------------------------------------------------+ + +% +-----------------------------------------------------+ +\begin{ccRefClass}{Qt_widget_get_line} + +\ccDefinition +An object of type \ccRefName\ creates a \cgal\ line in this way: one +left click on the mouse will be the first point and the second point +that generate the line will be considered at the coordinates where the left +mouse button is pressed for the second time. + +\ccInclude{CGAL/IO/Qt_widget_get_line.h} + +\ccInheritsFrom +\ccc{Qt_widget_layer} + +\ccGlue + +\ccCreation +\ccCreationVariable{getline} +\ccSetTwoColumns{Qt_widget_get_line}{} + +\ccConstructor{Qt_widget_get_line();}{The default constructor.} + +\end{ccRefClass} + +% +-----------------------------------------------------+ +% EOF + + + + + + + + diff --git a/Packages/Qt_widget/doc_tex/support/Qt_widget/Qt_widget_ref/Qt_widget_get_point.tex b/Packages/Qt_widget/doc_tex/support/Qt_widget/Qt_widget_ref/Qt_widget_get_point.tex new file mode 100644 index 00000000000..8128d293e3c --- /dev/null +++ b/Packages/Qt_widget/doc_tex/support/Qt_widget/Qt_widget_ref/Qt_widget_get_point.tex @@ -0,0 +1,41 @@ +% +------------------------------------------------------------------------+ +% | CGAL Reference Manual: Reference manual for Qt_widget.tex +% +------------------------------------------------------------------------+ +% | +% | 03.01.2001 Radu Ursu +% | +% | \RCSdef{\qtwidgetRev}{$Revision$} +% | \RCSdefDate{\qtwidgetDate}{$Date$} +% +------------------------------------------------------------------------+ + +% +-----------------------------------------------------+ +\begin{ccRefClass}{Qt_widget_get_point} +\ccDefinition +An object of type \ccRefName\ creates a \cgal\ point, every time +the left mouse button is clicked. + +\ccInclude{CGAL/IO/Qt_widget_get_point.h} + +\ccInheritsFrom +\ccc{Qt_widget_layer} + +\ccGlue + +\ccCreation +\ccCreationVariable{getpoint} +\ccSetTwoColumns{Qt_widget_get_point}{} + +\ccConstructor{Qt_widget_get_point(const QCursor c=QCursor(Qt::crossCursor));}{The default constructor.} + +\end{ccRefClass} + +% +-----------------------------------------------------+ +% EOF + + + + + + + +