CGAL 5.1 - CGAL and the Qt Graphics View Framework
|
#include <CGAL/Qt/GraphicsViewCircularArcInput.h>
Inherits CGAL::Qt::GraphicsViewInput.
An object of type GraphicsViewCircularArcInput
creates a circular arc, defined by three points on a circle. A new vertex is inserted every time the left mouse button is released. The Del
key removes the last entered point. The Esc
key removes all entered points.
K | must be a model of CircularKernel . |
Creation | |
GraphicsViewCircularArcInput (QObject *p, QGraphicsScene *s) | |
Signals | |
void | generate (Object o) |
The object o contains a Circular_arc_2<K> . More... | |
Additional Inherited Members | |
Public Member Functions inherited from CGAL::Qt::GraphicsViewInput | |
void | generate (Object) |
A signal that emits a CGAL::Object . More... | |
CGAL::Qt::GraphicsViewCircularArcInput< K >::GraphicsViewCircularArcInput | ( | QObject * | p, |
QGraphicsScene * | s | ||
) |
p | is a parent object. |
s | is the scene where the circular arc is generated. |
void CGAL::Qt::GraphicsViewCircularArcInput< K >::generate | ( | Object | o | ) |
The object o
contains a Circular_arc_2<K>
.