Added GraphicsViewIsoRectangleInput.tex

This commit is contained in:
Andreas Fabri
2008-06-26 11:40:37 +00:00
parent 67ec2f0a80
commit 710f73f806
3 changed files with 40 additions and 0 deletions
@@ -0,0 +1,38 @@
\ccDefGlobalScope{CGAL::}
\begin{ccRefClass}[Qt::]{GraphicsViewIsoRectangleInput<K>}
\ccDefinition
An object of type \ccRefName\ creates an axis parallel rectangle.
\ccInclude{CGAL/Qt/GraphicsViewIsoRectangleInput.h}
\ccParameters
The template parameter of \ccRefName\ must be a \cgal\ \ccc{Kernel}.
\ccInheritsFrom
\ccc{GraphicsViewInput}
\ccGlue
\ccCreation
\ccCreationVariable{in}
\ccSetTwoColumns{GraphicsViewIsoRectangleInput}{}
\ccConstructor{GraphicsViewIsoRectangleInput<T>(QGraphicsScene* s);}
{\ccc{s} is the scene where we want to draw the circle.}
\ccHeading{Signals}
\ccMethod{void generate(Object o);}{The object \ccc{o} contains a \ccc{K::Iso_rectangle_2}.}
\end{ccRefClass}