cgal/GraphicsView/doc_tex/GraphicsView_ref/GraphicsViewIsoRectangleInp...

39 lines
712 B
TeX

\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}