gapMea  1.0-rc1-1.5.3.2
GapMea est un outil visuel écrit en c++ à l'aide de la bibliothèque QT qui sert de base entre autre à l'environnement graphique de KDE.Il permet de dessiner des schémas recueillant et structurant les informations nécessaires à un domaine de gestion. Le schéma obtenu est enregistré dans un fichier texte au format xml.
 All Classes Functions Variables
qcustomgraphicsscene.h
1 #ifndef QCUSTOMGRAPHICSSCENE_H
2 #define QCUSTOMGRAPHICSSCENE_H
3 
4 #include <QGraphicsScene>
5 #include <QGraphicsSceneMouseEvent>
6 #include <QDragEnterEvent>
12 {
13  Q_OBJECT
14 public:
15  QCustomGraphicsScene(QWidget *);
21  void mousePressEvent(QGraphicsSceneMouseEvent *mouseEvent);
22  //on peut lier ou déplacer outil est l'outil choisi
27  QString outil;
28 };
29 
30 #endif // QCUSTOMGRAPHICSSCENE_H
The QCustomGraphicsScene class This class is designed to deal with mouse events.
void mousePressEvent(QGraphicsSceneMouseEvent *mouseEvent)
mousePressEvent
QString outil
outil User Tool it can be move or link