X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetSketchLabel.h;h=0dbc1da33c9c93caf3c0a256d829b74332166baa;hb=5709da577274e3e7ff0e572c05166337d7851e15;hp=5d4ad6f52eebe4a30c4e86e45e81459e754b87de;hpb=a7f44a41bdf29e7bd978ff3b8c8bd514d1223be7;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetSketchLabel.h b/src/PartSet/PartSet_WidgetSketchLabel.h index 5d4ad6f52..0dbc1da33 100644 --- a/src/PartSet/PartSet_WidgetSketchLabel.h +++ b/src/PartSet/PartSet_WidgetSketchLabel.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: PartSet_WidgetSketchLabel.h // Created: 07 July 2014 // Author: Vitaly SMETANNIKOV @@ -18,9 +20,9 @@ #include class QLabel; +class QTimer; class XGUI_OperationMgr; class XGUI_Workshop; -//class PartSet_OperationSketch; class PARTSET_EXPORT PartSet_WidgetSketchLabel : public ModuleBase_ModelWidget { @@ -66,6 +68,7 @@ signals: private slots: void onPlaneSelected(); + void setSketchingMode(); private: AISObjectPtr createPreviewPlane(std::shared_ptr theOrigin, @@ -77,7 +80,6 @@ signals: void erasePreviewPlanes(); void showPreviewPlanes(); - void setSketchingMode(); QLabel* myLabel; QString myText; @@ -91,7 +93,8 @@ signals: bool myPreviewDisplayed; Handle(StdSelect_FaceFilter) myFaceFilter; - //Handle(ModuleBase_ShapeInPlaneFilter) mySketchFilter; + + QTimer* mySelectionTimer; }; #endif