CGAL 5.2.2 - CGAL and the Qt Graphics View Framework
|
#include <CGAL/Qt/GraphicsViewIsoRectangleInput.h>
An object of type GraphicsViewIsoRectangleInput
creates an axis parallel rectangle.
K | must be a model of Kernel . |
Creation | |
GraphicsViewIsoRectangleInput (QObject *p, QGraphicsScene *s) | |
Signals | |
void | generate (Object o) |
The object o contains a K::Iso_rectangle_2 . | |
Additional Inherited Members | |
Public Member Functions inherited from CGAL::Qt::GraphicsViewInput | |
void | generate (Object) |
A signal that emits a CGAL::Object . | |
CGAL::Qt::GraphicsViewIsoRectangleInput< K >::GraphicsViewIsoRectangleInput | ( | QObject * | p, |
QGraphicsScene * | s | ||
) |
p | is a parent object. |
s | is the scene where the iso rectangle is generated. |