\ccDefGlobalScope{CGAL::} \begin{ccRefClass}[Qt::]{CircularArcGraphicsItem} \ccDefinition An object of type \ccRefName\ is a graphics item that encapsulates a circular arc. \ccInclude{CGAL/Qt/CircularArcGraphicsItem.h} \ccParameters The template parameter of \ccRefName\ must be a \cgal\ \ccc{CircularKernel}. \ccInheritsFrom \ccc{Qt::GraphicsItem} \ccCreation \ccCreationVariable{cagi} \ccConstructor{CircularArcGraphicsItem();}{Constructs a graphics item for a circular arc.} \ccOperations \ccMethod{QPen edgesPen()() const;}{Returns the pen used to draw edges.} \ccMethod{void setEdgesPen()(const QPen& p);}{Sets the pen used to draw edges.} \ccMethod{void setArc(const Circular_arc_2& ca2);}{Sets the circular arc.} \end{ccRefClass}