Salome HOME
Compilation SALOME on Windows
[modules/gui.git] / src / GuiHelpers / SALOME_AppStudyEditor.hxx
index 5eb0c0eee49aac1de71adf0a5b8e12562c729308..70768849de5bd87e814e3e093da69d862feadbfd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 #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();