1 #ifndef CUSTOMGRAPHICSVIEW_H
2 #define CUSTOMGRAPHICSVIEW_H
4 #include <QGraphicsView>
6 #include <QDragEnterEvent>
7 #include <QDragMoveEvent>
79 #endif // CUSTOMGRAPHICSVIEW_H
void zoomIn()
zoomIn Zoom In items are biggest
customGraphicsView(QWidget *parent)
customGraphicsView
void ilYADesTablesAAjouter(QPoint)
ilYADesTablesAAjouter
void dropEvent(QDropEvent *event)
dropEvent
void dragEnterEvent(QDragEnterEvent *event)
dragEnterEvent
void supprimerTable(QString nomTable)
supprimerTable
QString delimiteur
delimiteur used to separate informations in the mimedata
void jointureRequise(Entite *, Entite *)
jointureRequise User wants to link two Objects.
void zoomOut()
zoomOut Zoom out items are smaller
void dragMoveEvent(QDragMoveEvent *event)
dragMoveEvent
The Entite class Entity is an object we have to deal with.
The customGraphicsView class I had to create my own class to deal with drag and drop I use drag and d...