27 #ifndef SMESHGUI_EXTRUSIONALONGPATHDLG_H 
   28 #define SMESHGUI_EXTRUSIONALONGPATHDLG_H 
   35 #include <SALOMEconfig.h> 
   36 #include CORBA_SERVER_HEADER(SMESH_Mesh) 
   48 class LightApp_SelectionMgr;
 
   73   bool                      eventFilter( 
QObject*, QEvent* );
 
   76   void                      Init( 
bool = 
true );
 
   77   void                      enterEvent( QEvent* );                           
 
   78   void                      keyPressEvent( QKeyEvent* );
 
   79   void                      SetEditCurrentArgument( QPushButton* );
 
   84   SMESH::double_array_var   getAngles();
 
   86   void                      updateLinearAngles();
 
  135   void                      CheckIsEnable();
 
  136   void                      SetEditCurrentArgument();
 
  137   void                      SelectionIntoArgument();
 
  138   void                      DeactivateActiveDialog();
 
  139   void                      ActivateThisDialog();
 
  140   void                      onTextChange( 
const QString& );
 
  142   void                      OnAngleRemoved();
 
  147 #endif // SMESHGUI_EXTRUSIONALONGPATHDLG_H