24 #ifndef SMESHGUI_SCALEDLG_H 
   25 #define SMESHGUI_SCALEDLG_H 
   32 #include <SALOMEconfig.h> 
   33 #include CORBA_SERVER_HEADER(SMESH_Mesh) 
   48 class LightApp_SelectionMgr;
 
   64   void                   Init( 
bool = 
true );
 
   65   void                   enterEvent( QEvent* );           
 
   66   void                   keyPressEvent( QKeyEvent* );
 
   67   int                    GetConstructorId();
 
   68   void                   setNewMeshName();
 
   72                                    SMESH::double_array_var& theScaleFact);
 
  133   virtual void           reject();
 
  134   void                   onFilterAccepted();
 
  137   void                   ConstructorsClicked( 
int );
 
  141   void                   SetEditCurrentArgument();
 
  142   void                   SelectionIntoArgument();
 
  143   void                   DeactivateActiveDialog();
 
  144   void                   ActivateThisDialog();
 
  145   void                   onTextChange( 
const QString& );
 
  146   void                   onSelectMesh( 
bool );
 
  147   void                   onActionClicked( 
int );
 
  153 #endif // SMESHGUI_SCALEDLG_H