CGAL::Qt::GraphicsViewIsoRectangleInput<K>

Definition

An object of type Qt::GraphicsViewIsoRectangleInput<K> creates an axis parallel rectangle.

#include <CGAL/Qt/GraphicsViewIsoRectangleInput.h>

Parameters

The template parameter of Qt::GraphicsViewIsoRectangleInput<K> must be a Cgal Kernel.

Inherits From

GraphicsViewInput

Creation

Qt::GraphicsViewIsoRectangleInput<K> in ( QObject *p, QGraphicsScene* s);
p is a parent object. s is the scene where the iso rectangle is generated.

Signals

void in.generate ( Object o) The object o contains a K::Iso_rectangle_2.