myHelper->preferencesChanged( section, parameter );
}
+/*!
+ \brief Called when study is closed
+ \param study study being closed
+ \sa PyModuleHelper::studyClosed()
+*/
+void SALOME_PYQT_Module::studyClosed( SUIT_Study* study )
+{
+ // call helper
+ myHelper->modelClosed( study );
+ SalomeApp_Module::studyClosed( study );
+}
+
/*!
\brief Test if object \a what can be dragged by the user.
\param what data object being tested
void contextMenuPopup( const QString&, QMenu*, QString& );
void createPreferences();
void preferencesChanged( const QString&, const QString& );
+ void studyClosed( SUIT_Study* );
// drag-n-drop support
bool isDraggable( const SUIT_DataObject* ) const;