24 #ifndef OPTIONSSURFACICHOMOLOGY_QT_HH
25 #define OPTIONSSURFACICHOMOLOGY_QT_HH
28 #include "controler-gmap.hh"
36 #include <QtOpenGL/QGLWidget>
37 #include <QtGui/QLabel>
38 #include <QtGui/QDialog>
39 #include <QtGui/QGroupBox>
43 namespace GMap3d {
class CHomology;}
73 void callbackToggleH0(
bool);
74 void callbackToggleH1free(
bool);
75 void callbackToggleH1torsion(
bool);
76 void callbackToggleH2(
bool);
78 void closeEvent(QCloseEvent *event);
89 QGroupBox *FGenerators, *FInfo ;
90 QLabel *Fh0, *Fh1free, *Fh1torsion, *Fh2, *FTime, *FMemory;
91 QPushButton *FButtonH0, *FButtonH1free, *FButtonH1torsion, *FButtonH2;
94 GMap3d::CHomology* FHomology;