CGAL::Qt::CircularArcGraphicsItem<CK>

Definition

An object of type Qt::CircularArcGraphicsItem<CK> is a graphics item that encapsulates a circular arc.

#include <CGAL/Qt/CircularArcGraphicsItem.h>

Parameters

The template parameter of Qt::CircularArcGraphicsItem<CK> must be a CGAL CircularKernel.

Inherits From

Qt::GraphicsItem

Creation

Qt::CircularArcGraphicsItem<CK> cagi;
Constructs a graphics item for a circular arc.

Operations

QPen cagi.edgesPen() () Returns the pen used to draw edges.

void cagi.setEdgesPen() ( QPen p) Sets the pen used to draw edges.

void cagi.setArc ( Circular_arc_2<CK> ca2)
Sets the circular arc.