cgal/GraphicsView/doc_tex/GraphicsView_ref/QtConverter.tex

25 lines
412 B
TeX

\begin{ccRefClass}{QtConverter<K>}
\ccDefinition
An object of type \ccRefName\ converts 2D \cgal\ kernel objects to their equivalent
objects in \qt, and the other way round. Note that some objects have no equivalent.
\ccInclude{CGAL/IO/QtConverter.h}
\ccCreationVariable{c}
\ccOperations
\ccMethod{K::Point_2 operator()(QPointF);}{.}
\ccMethod{QPointF operator()(K::Point_2);}{.}
\end{ccRefClass}