24 #ifndef BOITE_POSITIONNEMENT_QT_HH
25 #define BOITE_POSITIONNEMENT_QT_HH
28 #include "controler-gmap.hh"
34 #include <QtGui/QPushButton>
35 #include <QtGui/QLabel>
36 #include <QtGui/QToolBar>
37 #include <QtGui/QDialog>
63 virtual TCoordinate
getScale()
const;
87 void callbackScale() ;
88 void callbackProportions() ;
89 void callbackDimensions() ;
90 void callbackCenter() ;
91 void callbackRotations() ;
92 void callbackFirstVertex() ;
93 void callbackNormalVector() ;
107 QLabel * FAffCentre [ 3 ] ;
108 QLabel * FAffProportions [ 3 ] ;
109 QLabel * FAffDimensions [ 3 ] ;
110 QLabel * FAffRotations [ 3 ] ;
111 QLabel * FAffPoleNord [ 3 ] ;
112 QLabel * FAffEquateur [ 3 ] ;
114 QLabel * FTitreCentre ;
115 QLabel * FTitreFacteur ;
116 QLabel * FTitreProportions ;
117 QLabel * FTitreDimensions ;
118 QLabel * FTitreRotations ;
119 QLabel * FTitrePoleNord ;
120 QLabel * FTitreEquateur ;
132 QPushButton * FMasquer ;