Salome HOME
Temporary modification
[modules/shaper.git] / src / PartSet / PartSet_Module.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 #ifndef PartSet_Module_H
4 #define PartSet_Module_H
5
6 #include "PartSet.h"
7 #include "PartSet_Tools.h"
8 #include "PartSet_OverconstraintListener.h"
9
10 #include <ModuleBase_IModule.h>
11 #include <ModuleBase_Definitions.h>
12 #include <ModelAPI_Feature.h>
13 #include <ModelAPI_Attribute.h>
14 #include <ModelAPI_CompositeFeature.h>
15
16 #include <Events_Listener.h>
17
18 //#include <StdSelect_FaceFilter.hxx>
19 #include <TopoDS_Shape.hxx>
20 #include <SelectMgr_ListOfFilter.hxx>
21
22 #include <QMap>
23 #include <QMenu>
24 #include <QObject>
25 #include <QModelIndex>
26
27 #include <string>
28
29 #include <memory>
30
31 class ModuleBase_Operation;
32 class ModuleBase_IViewWindow;
33 class XGUI_Workshop;
34 class PartSet_MenuMgr;
35 class PartSet_CustomPrs;
36 class PartSet_SketcherMgr;
37 class PartSet_SketcherReetntrantMgr;
38 class ModelAPI_Result;
39
40 class QAction;
41
42 /**
43 * \ingroup Modules
44 * Implementation of Partset module
45 */
46 class PARTSET_EXPORT PartSet_Module : public ModuleBase_IModule, public Events_Listener
47 {
48 Q_OBJECT
49
50 /// Enumeration to specify the restart operation properties.
51 enum RestartingMode {
52   RM_None, /// the operation should not be restarted
53   RM_Forbided, /// the operation should not be restarted after there is no active widget
54   RM_LastFeatureUsed, /// the operation is restarted and use the previous feature for own initialization
55   RM_EmptyFeatureUsed /// the operation is restarted and does not use the previous feature
56 };
57
58 public:
59
60   /// Constructor
61   /// \param theWshop a pointer to a workshop
62   PartSet_Module(ModuleBase_IWorkshop* theWshop);
63   virtual ~PartSet_Module();
64
65   // Add default selection filters of the module to the current viewer
66   virtual void activateSelectionFilters();
67   // Remove default selection filters of the module from the current viewer
68   virtual void deactivateSelectionFilters();
69
70   // Stores the current selection
71   virtual void storeSelection();
72
73   // Restores the current selection
74   virtual void restoreSelection();
75
76   /// Creates custom widgets for property panel
77   virtual ModuleBase_ModelWidget* createWidgetByType(const std::string& theType, QWidget* theParent,
78                                                      Config_WidgetAPI* theWidgetApi);
79
80   /// Returns the active widget, by default it is the property panel active widget
81   /// If the internal edit operation is started, this is the first widget of the operation
82   virtual ModuleBase_ModelWidget* activeWidget() const;
83
84   /// Call back forlast tuning of property panel before operation performance
85   virtual void propertyPanelDefined(ModuleBase_Operation* theOperation);
86
87   /// If there is found selected attribute, widgets are created and contains only a widget for the attribute
88   /// It is important for Property Panel filling by sketch point attribute
89   /// \param theOperation a started operation
90   /// \param theWidgets a list of created widgets
91   /// \return boolean result, false by default
92   virtual bool createWidgets(ModuleBase_Operation* theOperation,
93                              QList<ModuleBase_ModelWidget*>& theWidgets) const;
94
95   /// Launching of a edit operation on the feature 
96   /// \param theFeature feature for editing
97   virtual void editFeature(FeaturePtr theFeature);
98
99   /// Returns true if the operation can be committed. Result in default implementation is true.
100   /// \return boolean value
101   virtual bool canCommitOperation() const;
102
103   /// Creates an operation and send it to loop
104   /// \param theCmdId the operation name
105   /// \param isUpdatePropertyPanel if false, the property panel filling might be postponed
106   virtual void launchOperation(const QString& theCmdId, const bool isUpdatePropertyPanel = true);
107
108   /// Realizes some functionality by an operation start
109   /// Displays all sketcher sub-Objects, hides sketcher result, appends selection filters
110   /// Activate the operation presentation
111   /// \param theOperation a started operation
112   virtual void operationStarted(ModuleBase_Operation* theOperation);
113
114   /// Realizes some functionality by an operation resume
115   /// Activate the operation presentation
116   /// \param theOperation a resumed operation
117   virtual void operationResumed(ModuleBase_Operation* theOperation);
118
119   /// Realizes some functionality by an operation commit
120   /// Restarts sketcher operation automatically of it is necessary
121   /// \param theOperation a committed operation
122   virtual void operationCommitted(ModuleBase_Operation* theOperation);
123
124   /// Realizes some functionality by an operation abort
125   /// Hides all sketcher sub-Objects, displays sketcher result and removes selection filters
126   /// \param theOperation an aborted operation
127   virtual void operationAborted(ModuleBase_Operation* theOperation);
128
129   /// Realizes some functionality by an operation stop
130   /// Hides all sketcher sub-Objects, displays sketcher result and removes selection filters
131   /// \param theOperation a stopped operation
132   virtual void operationStopped(ModuleBase_Operation* theOperation);
133
134   /// Returns current operation
135   virtual ModuleBase_Operation* currentOperation() const;
136
137   /// Returns True if there are available Undos and the sketch manager allows undo
138   /// \return the boolean result
139   virtual bool canUndo() const;
140
141   //! Returns True if there are available Redos and the sketch manager allows redo
142   /// \return the boolean result
143   virtual bool canRedo() const;
144
145   /// Returnas true if the action can be applyed to the object
146   /// \param theObject a checked object
147   /// \param theActionId an identifier of action, to be found in the menu manager like "DELETE_CMD"
148   /// \return the a booean result
149   virtual bool canApplyAction(const ObjectPtr& theObject, const QString& theActionId) const;
150
151   /// Returns True if the current operation can be committed. Asks the sketch manager.
152   /// \return a boolean value
153   //virtual bool canCommitOperation() const;
154
155   /// Returns whether the object can be erased at the bounds of the active operation.
156   /// The sub-objects of the current operation can not be erased
157   /// \param theObject a model object
158   virtual bool canEraseObject(const ObjectPtr& theObject) const;
159
160   /// Returns whether the object can be displayed at the bounds of the active operation.
161   /// Display only current operation results for usual operation and ask the sketcher manager
162   /// if it is a sketch operation
163   /// \param theObject a model object
164   virtual bool canDisplayObject(const ObjectPtr& theObject) const;
165
166   /// Make some functionality after the objects are hidden in viewer
167   /// \param theObjects a list of hidden objects
168   //virtual void processHiddenObject(const std::list<ObjectPtr>& theObjects);
169
170   /// Returns true if selection for the object can be activate.
171   /// For sketch operation allow the selection activation if the operation is edit, for other
172   /// operation uses the default result
173   /// \param theObject a model object
174   virtual bool canActivateSelection(const ObjectPtr& theObject) const;
175
176   /// Add menu atems for object browser into the given menu
177   /// \param theMenu a popup menu to be shown in the object browser
178   virtual void addObjectBrowserMenu(QMenu* theMenu) const;
179
180   /// Add menu items for viewer into the actions map
181   /// \param theStdActions a map of standard actions
182   /// \param theParent a parent widget
183   /// \param theMenuActions map of action/menu for the desirable index in the viewer menu
184   /// \return true if items are added and there is no necessity to provide standard menu
185   virtual bool addViewerMenu(const QMap<QString, QAction*>& theStdActions,
186                              QWidget* theParent,
187                              QMap<int, QAction*>& theMenuActions) const;
188
189   /// Returns a list of modes, where the AIS objects should be activated
190   /// \param theModes a list of modes
191   virtual void activeSelectionModes(QIntList& theModes);
192
193   /// Appends specific selection modes for the module to the list of types
194   /// \param theTypes a selection modes to be extended
195   virtual void customSubShapesSelectionModes(QIntList& theTypes);
196
197   /// Returns whether the mouse enter the viewer's window
198   /// \return true if items are added and there is no necessity to provide standard menu
199   bool isMouseOverWindow();
200
201   /// Returns sketch manager object
202   PartSet_SketcherMgr* sketchMgr() const { return mySketchMgr; }
203
204   /// Returns sketch reentrant manager
205   PartSet_SketcherReetntrantMgr* sketchReentranceMgr() const { return mySketchReentrantMgr; }
206
207   /// Returns listener of overconstraint signal
208   /// \return the listener
209   PartSet_OverconstraintListener* overconstraintListener() { return myOverconstraintListener; }
210
211   /// Returns true if the current operation is not reentrant and the current state of the
212   /// application is not in launch operation mode
213   /// \return boolean value
214   bool isSketchNeutralPointActivated() const;
215
216   /// Performs functionality on closing document
217   virtual void closeDocument();
218
219   /// Clears specific presentations in the viewer
220   virtual void clearViewer();
221
222   /// Event Listener method
223   /// \param theMessage an event message
224   virtual void processEvent(const std::shared_ptr<Events_Message>& theMessage);
225
226   /// Set the object with the object results are customized
227   /// \param theFeature a feature
228   void setCustomized(const FeaturePtr& theFeature);
229
230   /// Activate custom presentation for the object
231   /// \param theFeature a feature instance
232   /// \param theFlag a flag of level of customization, which means that only part of sub-elements
233   /// \param theUpdateViewer the parameter whether the viewer should be update immediately
234   virtual void activateCustomPrs(const FeaturePtr& theFeature,
235                                  const ModuleBase_CustomizeFlag& theFlag,
236                                  const bool theUpdateViewer);
237
238   /// Deactivate custom presentation for the object
239   /// \param theFlag a flag of level of customization, which means that only part of sub-elements
240   /// \param theUpdateViewer the parameter whether the viewer should be update immediately
241   virtual void deactivateCustomPrs(const ModuleBase_CustomizeFlag& theFlag,
242                                    const bool theUpdateViewer);
243
244   /// Modifies the given presentation in the custom way.
245   virtual bool customisePresentation(std::shared_ptr<ModelAPI_Result> theResult,
246                                      AISObjectPtr thePrs,
247                                      std::shared_ptr<GeomAPI_ICustomPrs> theCustomPrs);
248
249   /// Update the object presentable properties such as color, lines width and other
250   /// If the object is result with the color attribute value set, it is used,
251   /// otherwise the customize is applyed to the object's feature if it is a custom prs
252   /// \param theObject an object instance
253   /// \param theFlag a flag of level of customization, which means that only part of sub-elements
254   /// should be updated(e.g. only highlighted elements)
255   /// \param theUpdateViewer the parameter whether the viewer should be update immediatelly
256   /// \returns true if the object is modified
257   virtual bool customizeObject(ObjectPtr theObject, const ModuleBase_CustomizeFlag& theFlag,
258                                const bool theUpdateViewer);
259
260   /// This method is called on object browser creation for customisation of module specific features
261   /// \param theObjectBrowser a pinter on Object Browser widget
262   virtual void customizeObjectBrowser(QWidget* theObjectBrowser);
263
264   /// Returns the viewer Z layer
265   int getVisualLayerId() const { return myVisualLayerId; }
266
267   /// Create specific for the module presentation
268   /// \param theResult an object for presentation
269   /// \return created presentation or NULL(default value)
270   virtual Handle(AIS_InteractiveObject) createPresentation(
271                               const std::shared_ptr<ModelAPI_Result>& theResult);
272
273   //! Returns data object by AIS
274   virtual ObjectPtr findPresentedObject(const AISObjectPtr& theAIS) const;
275
276   //! Returns true if the presentation can be shown in shading mode
277   //! \param theAIS presentation to be checked
278   //! \return boolean value
279   virtual bool canBeShaded(Handle(AIS_InteractiveObject) theAIS) const;
280
281   /// Update state of pop-up menu items in viewer
282   /// \param theStdActions - a map of standard actions
283   virtual void updateViewerMenu(const QMap<QString, QAction*>& theStdActions); 
284
285   /// Returns true if the action should be always enabled
286   /// \param theActionId an action index: Accept or Accept All
287   /// \return boolean value
288   virtual bool isActionEnableStateFixed(const int theActionId) const;
289
290   //! Returns the feature error if the current state of the feature in the module is not correct
291   //! If the feature is correct, it returns an empty value
292   //! \return string value
293   virtual QString getFeatureError(const FeaturePtr& theFeature);
294
295   /// Returns list of granted operation indices
296   virtual void grantedOperationIds(ModuleBase_Operation* theOperation, QStringList& theIds) const;
297
298   /// Validates the current operation and send the state change to sketch manager
299   /// \param thePreviousState the previous widget value state
300   virtual void widgetStateChanged(int thePreviousState);
301
302   /// Returns true if the event is processed. It gives the reentrance manager to process the enter.
303   /// \param thePreviousAttributeID an index of the previous active attribute
304   virtual bool processEnter(const std::string& thePreviousAttributeID);
305
306   /// Performs some GUI actions after an operation transaction is opened
307   /// Default realization is empty
308   virtual void beforeOperationStarted(ModuleBase_Operation* theOperation);
309
310   /// Performs some GUI actions before an operation transaction is stopped
311   /// Default realization is empty
312   virtual void beforeOperationStopped(ModuleBase_Operation* theOperation);
313
314   /// Finds a shape by attribute if it is possible
315   /// \param theAttribute an attribute
316   /// \return a geom shape
317   virtual GeomShapePtr findShape(const AttributePtr& theAttribute);
318
319   /// Finds an attribute by geom shape if it is possible
320   /// \param theObject an object of the attribute
321   /// \param theGeomShape a geom shape
322   /// \return theAttribute
323   virtual AttributePtr findAttribute(const ObjectPtr& theObject, const GeomShapePtr& theGeomShape);
324
325 public slots:
326   /// Redefines the parent method in order to customize the next case:
327   /// If the sketch nested operation is active and the presentation is not visualized in the viewer,
328   /// the operation should be always aborted.
329   virtual void onFeatureTriggered();
330
331   /// Slolt called on object display
332   /// \param theObject a data object
333   /// \param theAIS a presentation object
334   virtual void onObjectDisplayed(ObjectPtr theObject, AISObjectPtr theAIS);
335
336   /// Slot called on before object erase
337   /// \param theObject a data object
338   /// \param theAIS a presentation object
339   virtual void onBeforeObjectErase(ObjectPtr theObject, AISObjectPtr theAIS);
340
341   /// Called on transformation in current viewer
342   /// \param theTrsfType type of tranformation
343   void onViewTransformed(int theTrsfType = 2);
344
345 protected slots:
346   /// Called when previous operation is finished
347   virtual void onSelectionChanged();
348
349   /// SLOT, that is called by key release in the viewer.
350   /// \param theWnd a view window
351   /// \param theEvent the key event
352   void onKeyRelease(ModuleBase_IViewWindow* theWnd, QKeyEvent* theEvent);
353
354   /// A slot called on view window creation
355   void onViewCreated(ModuleBase_IViewWindow*);
356
357   /// A slot to change property panel title by choice type change if the title information
358   /// exists in the XML definition of this control attribute
359   /// \param theWidget a sender
360   /// \param theIndex the current choice index
361   void onChoiceChanged(ModuleBase_ModelWidget* theWidget, int theIndex);
362
363 protected:
364   /// Sets the constraints states in internal map. If the feature kind is a dimensional constraint
365   /// other dimensions are shown.
366   /// \param theFeatureKindId a feature kind
367   void storeConstraintsState(const std::string& theFeatureKindId);
368
369   /// If the feature kind is a geometrical or dimensional constraint, set visible state for
370   /// all types of constraints
371   /// \param theFeatureKindId a feature kind
372   void updateConstraintsState(const std::string& theFeatureKind);
373
374   /// Register validators for this module
375   virtual void registerValidators();
376
377   /// Register selection filters for this module
378   virtual void registerFilters();
379
380   /// Register properties of this module
381   virtual void registerProperties();
382
383   /// Connects or disconnects to the value changed signal of the property panel widgets
384   /// \param theWidget a property contol widget
385   /// \param isToConnect a boolean value whether connect or disconnect
386   virtual void connectToPropertyPanel(ModuleBase_ModelWidget* theWidget, const bool isToConnect);
387
388   /// Realizes some functionality by an operation start
389   /// Displays all sketcher sub-Objects, hides sketcher result, appends selection filters
390   /// Activate the operation presentation
391   /// \param theOperation a started operation
392   virtual void operationStartedInternal(ModuleBase_Operation* theOperation);
393
394  private slots:
395    void onTreeViewDoubleClick(const QModelIndex&);
396
397    void onActiveDocPopup(const QPoint&);
398
399  private:
400   //! Delete features
401   virtual bool deleteObjects();
402
403   /// Returns the workshop
404   XGUI_Workshop* getWorkshop() const;
405
406   void setDefaultConstraintShown();
407
408 private:
409   bool myIsOperationIsLaunched; /// state of application between launch and stop operation
410   SelectMgr_ListOfFilter mySelectionFilters;
411
412   PartSet_SketcherMgr* mySketchMgr;
413   PartSet_SketcherReetntrantMgr* mySketchReentrantMgr;
414   PartSet_MenuMgr* myMenuMgr;
415   /// A default custom presentation, which is used for references objects of started operation
416   PartSet_CustomPrs* myCustomPrs;
417   PartSet_OverconstraintListener* myOverconstraintListener;
418   int myVisualLayerId;
419
420   /// backup of the visible state to restore them by operation stop
421   QMap<PartSet_Tools::ConstraintVisibleState, bool> myHasConstraintShown;
422
423   QModelIndex aActivePartIndex;
424 };
425
426 #endif