|
CGAL 4.7 - Kinetic Data Structures
|
#include <CGAL/Kinetic/IO/Qt_widget_2.h>
The class Kinetic::Qt_widget_2 implements a graphical interface for 2D kinetic data structures.
Types | |
| typedef unspecified_type | Listener |
| The listener base to listen for when to update the picture. More... | |
Creation | |
| Qt_widget_2 (int argc, char *argv[], Simulator::Handle) | |
| default constructor. More... | |
| typedef unspecified_type CGAL::Kinetic::Qt_widget_2< Simulator >::Listener |
The listener base to listen for when to update the picture.
This class includes an extra method Qt_widget widget() which returns the Qt_widget object which can be used for drawing.
| CGAL::Kinetic::Qt_widget_2< Simulator >::Qt_widget_2 | ( | int | argc, |
| char * | argv[], | ||
| Simulator::Handle | |||
| ) |
default constructor.