#include <CGAL/Qt/CircularArcGraphicsItem.h>
CGAL::Qt::GraphicsItem.
template<typename CK>
class CGAL::Qt::CircularArcGraphicsItem< CK >
An object of type CircularArcGraphicsItem
is a graphics item that encapsulates a circular arc.
- Template Parameters
-
|
| CircularArcGraphicsItem () |
| Constructs a graphics item for a circular arc.
|
|
|
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.
|
|
|
virtual void | modelChanged () |
| This slot must be provided by derived classes.
|
|