Salome HOME
Hidden constraints should not be shown by Replication operation start. Because it...
[modules/shaper.git] / src / PartSet / PartSet_SketcherMgr.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        PartSet_SketcherMgr.h
4 // Created:     19 Dec 2014
5 // Author:      Vitaly SMETANNIKOV
6
7 #ifndef PartSet_SketcherMgr_H
8 #define PartSet_SketcherMgr_H
9
10 #include "PartSet.h"
11
12 #include "PartSet_Filters.h"
13 #include "PartSet_Tools.h"
14
15 #include <ModelAPI_Feature.h>
16 #include <ModelAPI_Attribute.h>
17 #include <ModelAPI_CompositeFeature.h>
18 #include <ModelAPI_Result.h>
19
20 #include <ModuleBase_ViewerFilters.h>
21 #include <ModuleBase_Definitions.h>
22 #include <ModuleBase_ModelWidget.h>
23
24 #include <GeomAPI_Pln.h>
25 #include <SelectMgr_IndexedMapOfOwner.hxx>
26
27 #include <QObject>
28 #include <QList>
29 #include <QMap>
30
31 class PartSet_Module;
32 class ModuleBase_IViewWindow;
33 class ModuleBase_ModelWidget;
34 class ModuleBase_Operation;
35 class XGUI_OperationMgr;
36 class XGUI_Workshop;
37
38 class Handle_AIS_InteractiveObject;
39
40 class QMouseEvent;
41
42 /**
43 * \ingroup Modules
44 * A class for management of sketch operations
45   At the time of the sketcher operation active, only the sketch sub-feature results are
46   displayed in the viewer. After the sketch create/edit operation is finished, the sub-feature
47   are hidden, the sketch feature result is displayed
48 */
49 class PARTSET_EXPORT PartSet_SketcherMgr : public QObject
50 {
51   Q_OBJECT
52   /// Struct to define gp point, with the state is the point is initialized
53   struct Point
54   {
55     /// Constructor
56     Point()
57     {
58       myIsInitialized = false;
59     }
60     /// Destructor
61     ~Point()
62     {
63     }
64
65     /// clear the initialized flag.
66     void clear()
67     {
68       myIsInitialized = false;
69     }
70     /// set the point and switch on the initialized flag
71     /// \param thePoint the point
72     void setValue(const double theX, const double theY)
73     {
74       myIsInitialized = true;
75       myCurX = theX;
76       myCurY = theY;
77     }
78
79     bool myIsInitialized;  /// the state whether the point is set
80     double myCurX, myCurY; /// the point coordinates
81   };
82 public:
83   /// Constructor
84   /// \param theModule a pointer to PartSet module
85   PartSet_SketcherMgr(PartSet_Module* theModule);
86
87   virtual ~PartSet_SketcherMgr();
88
89   /// Returns true if the operation is the sketch
90   /// \param theOperation an operation
91   /// \return the boolean result
92   static bool isSketchOperation(ModuleBase_Operation* theOperation);
93
94   /// Returns true if the operation id is in the sketch operation id list
95   /// \param theOperation an operation
96   /// \return the boolean result
97   static bool isNestedSketchOperation(ModuleBase_Operation* theOperation);
98
99   /// Returns true if the operation is a create nested feature one
100   /// \param theOperation a checked operation
101   //// \return boolean value
102   static bool isNestedCreateOperation(ModuleBase_Operation* theOperation);
103
104   /// Returns true if the operation is an edit nested feature one
105   /// \param theOperation a checked operation
106   //// \return boolean value
107   static bool isNestedEditOperation(ModuleBase_Operation* theOperation);
108
109   /// Returns whether the current operation is a sketch entity - line, point, arc or circle
110   /// \param theId is an id of object
111   /// \return a boolean value
112   static bool isEntity(const std::string& theId);
113
114   /// Returns whether the current operation is a sketch distance - lenght, distance or radius
115   /// \param theOperation the operation
116   /// \return a boolean value
117   static bool isDistanceOperation(ModuleBase_Operation* theOperation);
118
119   /// Returns whether the feature kind is a sketch distance - lenght, distance or radius
120   /// \param theKind the feature kind
121   /// \return a boolean value
122   static bool isDistanceKind(std::string& theKind);
123
124   /// Returns true if a mouse cursor is over viewer window
125   bool isMouseOverWindow() { return myIsMouseOverWindow; }
126
127   /// Returns current Sketch feature/ Returns NULL if there is no launched sketch operation
128   CompositeFeaturePtr activeSketch() const { return myCurrentSketch; }
129
130   /// Starts sketch operation
131   void startSketch(ModuleBase_Operation* );
132
133   /// Stops sketch operation
134   void stopSketch(ModuleBase_Operation* );
135
136   /// Starts sketch operation, connects to the opeation property panel
137   /// \param theOperation a committed operation
138   void startNestedSketch(ModuleBase_Operation* theOperation);
139
140   /// Stop sketch operation, disconnects from the opeation property panel
141   /// \param theOperation a stopped operation
142   void stopNestedSketch(ModuleBase_Operation* theOperation);
143
144   /// Visualizes the operation feature if it is a creation nested feature operation
145   /// \param theOperation a committed operation
146   void commitNestedSketch(ModuleBase_Operation* theOperation);
147
148   /// Append the sketch plane filter into the current viewer
149   /// \param toActivate state whether the filter should be activated/deactivated
150   void activatePlaneFilter(const bool& toActivate);
151
152   /// Commit the operation if it is possible. If the operation is dimention constraint,
153   /// it gives widget editor to input dimention value
154   /// \return true if the operation is stopped after activation
155   bool operationActivatedByPreselection();
156
157   /// Returns True if there are available Undos and the sketch manager allows undo
158   /// \return the boolean result
159   bool canUndo() const;
160
161   //! Returns True if there are available Redos and the sketch manager allows redo
162   /// \return the boolean result
163   bool canRedo() const;
164
165   /// Returns False only if the sketch creating feature can not be visualized.
166   /// \return a boolean value
167   //bool canCommitOperation() const;
168
169   /// Returns whether the object can be erased at the bounds of the active operation.
170   /// Sketch sub-entities can not be erased during the sketch operation
171   /// \param theObject a model object
172   bool canEraseObject(const ObjectPtr& theObject) const;
173
174   /// Returns whether the object can be displayed at the bounds of the active operation.
175   /// Display only current operation results for usual operation and ask the sketcher manager
176   /// if it is a sketch operation
177   /// \param theObject a model object
178   bool canDisplayObject(const ObjectPtr& theObject) const;
179
180   /// Returns whether the constraint object can be displayed. It depends on the sketch check
181   /// box states
182   /// \param theObject a model object
183   /// \param theState the constraint visible state state to be checked
184   /// \param isProcessed an output parameter if it is processed
185   /// \return result value
186   bool canDisplayConstraint(const FeaturePtr& theObject,
187                             const PartSet_Tools::ConstraintVisibleState& theState,
188                             bool& isProcessed) const;
189
190   /// Check the given objects either there are some results of the current sketch. If so,
191   /// it suggests to delete them as there are no functionality to show back hidden sketch objects
192   /// \param theObjects a list of hidden objects
193   //virtual void processHiddenObject(const std::list<ObjectPtr>& theObjects);
194
195   /// Returns true if the mouse is over viewer or property panel value is changed
196   /// \return boolean result
197   bool canDisplayCurrentCreatedFeature() const;
198
199   /// Returns true if the current operation is nested creation or internal reentrant edit
200   /// \param theOperation an operation
201   bool canChangeCursor(ModuleBase_Operation* theOperation) const;
202
203   /// Returns state of constraints showing flag 
204   const QMap<PartSet_Tools::ConstraintVisibleState, bool>& showConstraintStates();
205
206   /// Returns true if the object is a current sketch sub feature of a result of the feature
207   /// \param theObject an object
208   /// \return boolean value
209   bool isObjectOfSketch(const ObjectPtr& theObject) const;
210
211   /// Saves the current selection in the viewer into an internal container
212   /// It obtains the selected attributes. The highlighted objects can be processes as the selected ones
213   /// \param theHighlightedOnly a boolean flag
214   void storeSelection(const bool theHighlightedOnly = false);
215
216   /// Restores previously saved selection state
217   void restoreSelection();
218
219   /// Return error state of the sketch feature, true if the error has happened
220   /// \return boolean value
221   bool sketchSolverError();
222
223   //! Returns the feature error if the current state of the feature in the sketch is not correct
224   //! If the feature is correct, it returns an empty value
225   //! Incorrect states: the feature is sketch, the solver error value
226   //! The feature value is reset, this is the flag of sketch mgr
227   //! \return string value
228   QString getFeatureError(const FeaturePtr& theFeature);
229
230   /// It nullify internal flags concerned to clicked mouse event
231   void clearClickedFlags();
232
233   /// Returns list of strings which contains id's of sketch operations
234   static const QStringList& sketchOperationIdList();
235
236   /// Returns list of strings which contains id's of sketch replication operations
237   static const QStringList& replicationsIdList();
238
239   /// Returns list of strings which contains id's of constraints operations
240   static const QStringList& constraintsIdList();
241
242   /// Returns a list of modes, where the AIS objects should be activated
243   /// \param theModes a list of modes
244   static void sketchSelectionModes(QIntList& theModes);
245
246   /// Create specific for the module presentation
247   /// \param theResult an object for presentation
248   /// \return created presentation or NULL(default value)
249   virtual Handle_AIS_InteractiveObject createPresentation(const ResultPtr& theResult);
250
251   /// Connects or disconnects to the value changed signal of the property panel widgets
252   /// \param theWidget a property contol widget
253   /// \param isToConnect a boolean value whether connect or disconnect
254   void connectToPropertyPanel(ModuleBase_ModelWidget* theWidget, const bool isToConnect);
255
256   /// Visualize the operation feature if the previous state is modified value in property panel
257   /// \param thePreviousState the previous widget value state
258   void widgetStateChanged(int thePreviousState);
259
260   /// If the current operation is a dimention one, the style of dimension visualization is send for
261   /// the current object
262   /// \param theObject an object to be customized
263   void customizePresentation(const ObjectPtr& theObject);
264
265   /// Update sketch presentations according to the the state
266   /// \param theType a type of sketch visualization style
267   /// \param theState a boolean state
268   void updateBySketchParameters(const PartSet_Tools::ConstraintVisibleState& theType,
269                                 bool theState);
270
271 public slots:
272   /// Process sketch plane selected event
273   void onPlaneSelected(const std::shared_ptr<GeomAPI_Pln>& thePln);
274
275 private slots:
276   /// Toggle show constraints
277   void onShowConstraintsToggle(int theType, bool theState);
278   /// Process the enter mouse to the view port. If the current operation is a create of
279   /// a nested sketch feature, it updates internal flags to display the feature on mouse move
280   void onEnterViewPort();
281   /// Process the leave mouse of the view port. If the current operation is a create of
282   /// a nested sketch feature, it hides the feature in the viewer
283   void onLeaveViewPort();
284   /// Listens to the value changed signal and display the current operation feature
285   void onBeforeValuesChangedInPropertyPanel();
286   /// Listens to the signal about the modification of the values have been done in the property panel
287   void onAfterValuesChangedInPropertyPanel();
288
289   void onMousePressed(ModuleBase_IViewWindow*, QMouseEvent*);
290   void onMouseReleased(ModuleBase_IViewWindow*, QMouseEvent*);
291   void onMouseMoved(ModuleBase_IViewWindow*, QMouseEvent*);
292   void onMouseDoubleClick(ModuleBase_IViewWindow*, QMouseEvent*);
293   void onApplicationStarted();
294   //void onBeforeWidgetActivated(ModuleBase_ModelWidget* theWidget);
295
296   void onBeforeContextMenu();
297   void onAfterContextMenu();
298
299 private:
300   /// Launches the operation from current highlighting
301   void launchEditing();
302
303   /// Converts mouse position to 2d coordinates. 
304   /// Member myCurrentSketch has to be correctly defined
305   void get2dPoint(ModuleBase_IViewWindow* theWnd, QMouseEvent* theEvent, 
306                   Point& thePoint);
307
308   /// Show distance value editor if it is a distance operation and all attribute references
309   /// are filled by preseletion
310   /// \return true if the value is accepted
311   static bool setDistanceValueByPreselection(ModuleBase_Operation* theOperation,
312                                              ModuleBase_IWorkshop* theWorkshop,
313                                              bool& theCanCommitOperation);
314
315   typedef QMap<FeaturePtr, std::pair<std::set<AttributePtr>, std::set<ResultPtr> > >
316                                                                        FeatureToSelectionMap;
317
318   /// Obtains the current selection of the object in the workshop viewer 
319   /// It includes the selection in all modes of activation, even local context - vertices, edges
320   /// It gets all results of the feature, find an AIS object in the viewer and takes all BRep
321   /// selection owners. If the owner is vertex, the corresponded attribute is seached in
322   /// the feature, if the owner is edge, the current result is added to the container of results.
323   /// \param theFeature a feature or result object
324   /// \param theSketch a current sketch feature
325   /// \param theWorkshop a workshop to have an access to AIS context and displayer
326   /// \param theSelection a container for the selection, to save results and attributres for a feature
327   static void getCurrentSelection(const FeaturePtr& theFeature,
328                                   const FeaturePtr& theSketch,
329                                   ModuleBase_IWorkshop* theWorkshop,
330                                   FeatureToSelectionMap& theSelection);
331
332   /// Applyes the current selection to the object in the workshop viewer 
333   /// It includes the selection in all modes of activation, even local context - vertexes, edges
334   /// It gets all results of the feature, find an AIS object in the viewer and takes all BRep
335   /// selection owners. If the owner is vertex, the corresponded attribute is seached in
336   /// the feature and if it is in the container of selected attributes, the owner is put in the
337   /// out container. If the owner is edge and the current result is in the container of selected
338   /// results, the owner is put in the out container.
339   /// \param theFeature a feature or result object
340   /// \param theSketch a current sketch feature
341   /// \param theWorkshop a workshop to have an access to AIS context and displayer
342   /// \param theSelection a container of the selection, it has results and attributres for a feature
343   /// \param theOwnersToSelect an out container of found owners
344   static void getSelectionOwners(const FeaturePtr& theFeature,
345                                   const FeaturePtr& theSketch,
346                                   ModuleBase_IWorkshop* theWorkshop,
347                                   const FeatureToSelectionMap& theSelection,
348                                   SelectMgr_IndexedMapOfOwner& anOwnersToSelect);
349
350   /// Returns true if the created feature is visible
351   /// \param 
352   bool isVisibleCreatedFeature() const;
353
354   /// Returns a current operation
355   /// \return an operation
356   ModuleBase_Operation* getCurrentOperation() const;
357
358   /// Get the active widget in the property panel
359   ModuleBase_ModelWidget* getActiveWidget() const;
360
361   /// Erase or display the feature of the current operation. If the mouse over the active view or
362   /// a current value is changed by property panel, the feature is displayed otherwise it is hidden
363   /// \param theOperation an operation which feature is to be displayed, it is nested create operation
364   /// \param isToDisplay a flag about the display or erase the feature
365   void visualizeFeature(const FeaturePtr& theFeature, const bool isEditOperation,
366                         const bool isToDisplay, const bool isFlushRedisplay = true);
367
368 private:
369   /// Returns current workshop
370   XGUI_Workshop* workshop() const;
371   /// Returns operation manager
372   XGUI_OperationMgr* operationMgr() const;
373
374 private:
375   PartSet_Module* myModule;
376
377   bool myPreviousDrawModeEnabled; // the previous selection enabled state in the viewer
378   bool myIsDragging;
379   bool myDragDone;
380   bool myIsMouseOverWindow; /// the state that the mouse over the view
381   bool myIsMouseOverViewProcessed; /// the state whether the over view state is processed by mouseMove method
382   bool myIsPopupMenuActive; /// the state of the popup menu is shown
383   Point myCurrentPoint;
384   //Point myClickedPoint;
385
386   CompositeFeaturePtr myCurrentSketch;
387
388   Handle(PartSet_CirclePointFilter) myCirclePointFilter;
389   Handle(ModuleBase_ShapeInPlaneFilter) myPlaneFilter;
390   FeatureToSelectionMap myCurrentSelection;
391   bool myPreviousUpdateViewerEnabled;
392
393   QMap<PartSet_Tools::ConstraintVisibleState, bool> myIsConstraintsShown;
394 };
395
396
397 #endif