virtual void grantedOperationIds(ModuleBase_Operation* theOperation, QStringList& theIds) const;
/// Validates the current operation and send the state change to sketch manager
- /// \thePrevState the previous widget value state
+ /// \param thePreviousState the previous widget value state
virtual void widgetStateChanged(int thePreviousState);
- public slots:
- /// SLOT, that is called by no more widget signal emitted by property panel
- /// Set a specific flag to restart the sketcher operation
- void onNoMoreWidgets();
+ /// Returns true if the event is processed. It gives the reentrance manager to process the enter.
+ /// \param thePreviousAttributeID an index of the previous active attribute
+ virtual bool processEnter(const std::string& thePreviousAttributeID);
+ public slots:
/// Redefines the parent method in order to customize the next case:
/// If the sketch nested operation is active and the presentation is not visualized in the viewer,
/// the operation should be always aborted.