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
dialogtypejointure.h
1 #ifndef DIALOGTYPEJOINTURE_H
2 #define DIALOGTYPEJOINTURE_H
3 
4 #include <QDialog>
5 
6 namespace Ui {
7  class DialogTypeJointure;
8 }
13 class DialogTypeJointure : public QDialog {
14  Q_OBJECT
15 public:
16  DialogTypeJointure(QWidget *parent = 0);
18  Ui::DialogTypeJointure *m_ui;
19 
20 protected:
21  void changeEvent(QEvent *e);
22 
23 private slots:
28  void on_comboBoxType_activated(const QString &arg1);
33  void on_pushButtonCancel_clicked();
38  void on_pushButtonOk_clicked();
44  void onLineEditNomRelationChanged(QString arg1);
45 };
46 
47 #endif // DIALOGTYPEJOINTURE_H
The DialogTypeJointure class This dialog permit to choose relation type.