![]() |
#include <CGAL/Qt/CircularArcGraphicsItem.h>
The template parameter of Qt::CircularArcGraphicsItem<CK> must be a Cgal CircularKernel.
| Qt::CircularArcGraphicsItem<CK> cagi; | |
|
Constructs a graphics
item for a circular arc.
| |
| QPen | cagi.edgesPen() () const | 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. | ||