Salome HOME
Updated copyright comment
[samples/light.git] / src / LIGHTGUI / LIGHTGUI.h
index eaf57d003d2202611b46a387c93b3feec5b943cf..69e44189f31f9fba25f4936b7d856b2073644560 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2005-2013  OPEN CASCADE
+// Copyright (C) 2005-2024  OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
-
-// LIGHT : sample (no-corba-engine) SALOME module
 // File   : LIGHTGUI.h
 // Author : Julia DOROVSKIKH
-//
+
 #ifndef LIGHTGUI_H
 #define LIGHTGUI_H
 
-#include "LIGHTGUI_Exports.hxx"
-#include <LightApp_Module.h>
+#include "LIGHTGUI_Exports.h"
 
-class QMenu;
-class LightApp_Selection;
-class LightApp_SelectionMgr;
+#include <LightApp_Module.h>
 
 class LIGHT_EXPORT LIGHTGUI: public LightApp_Module
 {
@@ -57,6 +52,9 @@ public:
 
   LightApp_Selection*    createSelection() const;
 
+  bool                   renameObject( const QString&, const QString& );
+  bool                   renameAllowed( const QString& ) const;
+
 protected:
   CAM_DataModel*         createDataModel();
   int                    selectedLine();