Salome HOME
Create check box "Show constraints"
[modules/shaper.git] / src / XGUI / XGUI_ModuleConnector.cpp
index c53bc38f41cb3ed50a53b11948f59e96d0ebb6d5..ab9991d503365ecb453e9c9b020e00e6e68d74bd 100644 (file)
@@ -11,6 +11,7 @@
 #include "XGUI_Selection.h"
 #include "XGUI_OperationMgr.h"
 #include "XGUI_Displayer.h"
+#include "XGUI_PropertyPanel.h"
 
 #include <AIS_Shape.hxx>
 
@@ -47,6 +48,11 @@ ModuleBase_IViewer* XGUI_ModuleConnector::viewer() const
   return myWorkshop->viewer();
 }
 
+ModuleBase_IPropertyPanel* XGUI_ModuleConnector::propertyPanel() const
+{
+  return myWorkshop->propertyPanel();
+}
+
 ModuleBase_Operation* XGUI_ModuleConnector::currentOperation() const
 {
   return myWorkshop->operationMgr()->currentOperation();
@@ -102,3 +108,4 @@ bool XGUI_ModuleConnector::canStartOperation(QString theId)
 {
   return myWorkshop->operationMgr()->canStartOperation(theId);
 }
+