Salome HOME
PR: synchro V6_main tag mergeto_V7_main_11Feb13
[modules/geom.git] / src / GEOMGUI / GeometryGUI.h
index bde9446a7e13828f91237dc7399aa1f2d331346d..9bf6e6326141ccc4e9b63f93e4acdfc4966ed590 100644 (file)
@@ -111,7 +111,7 @@ public:
   void                        EmitSignalDefaultStepValueChanged( double newVal );
 
   // Process action
-  void                        OnGUIEvent( int id );
+  void                        OnGUIEvent( int id, const QVariant& theParam =  QVariant( QVariant::Invalid ) );
 
   // The Working Plane management
   void                        SetWorkingPlane( gp_Ax3 wp ) { myWorkingPlane = wp;   }
@@ -151,6 +151,8 @@ private slots:
   void                        OnGUIEvent();
   void                        onWindowActivated( SUIT_ViewWindow* );
   void                        onViewAboutToShow();
+  void                        OnSetMaterial( const QString& );
+  void                        updateMaterials();
 
 signals :
   void                        SignalDeactivateActiveDialog();