The customGraphicsView class I had to create my own class to deal with drag and drop I use drag and drop to link objects with other objects.
More...
#include <customgraphicsview.h>
|
void | zoomIn () |
| zoomIn Zoom In items are biggest
|
|
void | zoomOut () |
| zoomOut Zoom out items are smaller
|
|
|
QString | delimiteur |
| delimiteur used to separate informations in the mimedata
|
|
The customGraphicsView class I had to create my own class to deal with drag and drop I use drag and drop to link objects with other objects.
Definition at line 17 of file customgraphicsview.h.
customGraphicsView::customGraphicsView |
( |
QWidget * |
parent | ) |
|
|
inline |
void customGraphicsView::dragEnterEvent |
( |
QDragEnterEvent * |
event | ) |
|
void customGraphicsView::dragMoveEvent |
( |
QDragMoveEvent * |
event | ) |
|
void customGraphicsView::dropEvent |
( |
QDropEvent * |
event | ) |
|
dropEvent
- Parameters
-
event | when a drag begun and user release left mouse button |
Definition at line 93 of file customgraphicsview.cpp.
void customGraphicsView::supprimerTable |
( |
QString |
nomTable | ) |
|
|
signal |
supprimerTable
- Parameters
-
nomTable | Name of the object to remove Users wants to remove the Object whose name is nomTable |
The documentation for this class was generated from the following files: