CGAL 4.8.1 - CGAL and the Qt Graphics View Framework
|
#include <CGAL/Qt/CircularArcGraphicsItem.h>
An object of type CircularArcGraphicsItem
is a graphics item that encapsulates a circular arc.
CK | must be a CGAL CircularKernel . |
Creation | |
CircularArcGraphicsItem () | |
Constructs a graphics item for a circular arc. | |
Operations | |
QPen | edgesPen ()() const |
Returns the pen used to draw edges. | |
void | setEdgesPen ()(const QPen &p) |
Sets the pen used to draw edges. | |
void | setArc (const Circular_arc_2< CK > &ca2) |
Sets the circular arc. | |
Additional Inherited Members | |
Public Member Functions inherited from CGAL::Qt::GraphicsItem | |
virtual void | modelChanged () |
This slot must be provided by derived classes. | |