]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/SUIT/SUIT_PreferenceMgr.h
Salome HOME
updated copyright message
[modules/gui.git] / src / SUIT / SUIT_PreferenceMgr.h
index a699c47c465af10b8413f890e629a06722328af6..e26a51e73b2c1c5266481de359b21ffcad13243c 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  CEA, EDF, 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
@@ -53,10 +53,12 @@ public:
 
   int                addItem( const QString&, const int pId = -1, const PrefItemType = Auto,
                               const QString& = QString(), const QString& = QString() );
+  void               removeItem( const QString& );
 
 protected:
   virtual QVariant   optionValue( const QString& ) const;
   virtual void       setOptionValue( const QString&, const QVariant& );
+  QtxPreferenceItem* root() const;
 
 private:
   QtxPreferenceItem* myRoot;