Salome HOME
Merge from V6_main (04/10/2012)
[modules/gui.git] / src / GuiHelpers / SALOME_AppStudyEditor.hxx
index 5eb0c0eee49aac1de71adf0a5b8e12562c729308..2dd1a3457b59c3fb98f35e6c36defb9e9b64b410 100644 (file)
 #include <SALOME_InteractiveObject.hxx>
 
 #include "SALOME_StudyEditor.hxx"
-
-class SALOME_AppStudyEditor: public SALOME_StudyEditor {
+#include "SalomeGuiHelpers.hxx"
+/*!
+ * This class is a specialization of the KERNEL StudyEditor for
+ * the GUI context. The concept of active study is introduced here
+ * while it does not exist in the pure KERNEL context.
+ */
+class SALOMEGUIHELPERS_EXPORT SALOME_AppStudyEditor: public SALOME_StudyEditor {
 public:
   SALOME_AppStudyEditor(SalomeApp_Application * salomeApp);
   int updateActiveStudy();