CGAL 6.0 - CGAL and the Qt Graphics View Framework
Loading...
Searching...
No Matches
CGAL::Qt::CircularArcGraphicsItem< CK > Class Template Reference

#include <CGAL/Qt/CircularArcGraphicsItem.h>

Inherits from

CGAL::Qt::GraphicsItem.

Definition

template<typename CK>
class CGAL::Qt::CircularArcGraphicsItem< CK >

An object of type CircularArcGraphicsItem is a graphics item that encapsulates a circular arc.

Template Parameters
CKmust 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.