25 #ifndef SMESHGUI_MEASUREMENTS_H
26 #define SMESHGUI_MEASUREMENTS_H
41 #include <SALOMEconfig.h>
42 #include CORBA_SERVER_HEADER(SMESH_Mesh)
48 enum { NoTgt, FirstTgt, SecondTgt };
55 bool eventFilter(
QObject*, QEvent* );
56 void updateSelection();
60 void setTarget(
int );
62 void displayPreview();
63 void createPreview(
double,
double,
double,
double,
double,
double );
66 void selectionChanged();
103 void updateSelection();
108 void displayPreview();
109 void createPreview(
double,
double,
double,
double,
double,
double );
112 void selectionChanged();
113 void sourceChanged();
150 void setMode(
const Mode );
152 void updateSelection();
156 void selectionChanged();
157 void modeChanged(
int);
192 void keyPressEvent( QKeyEvent* );
193 void enterEvent( QEvent* );
197 void updateSelection();
208 #endif // SMESHGUI_MEASUREMENTS_H