Salome HOME
Merge branch 'po/29467_gui_log_file'
[modules/gui.git] / src / LightApp / LightApp_ModuleAction.h
index acc92746eb9e36ad9ef8c0321e14d79c1138f65a..62dfcd9fea7feba1233f15787f15cf44054b01ee 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2022  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
@@ -66,6 +66,9 @@ public:
   void             insertModule( const QString&, const QIcon&, const int = -1 );
   void             insertModule( const QString&, const QIcon&, bool, const int = -1 );
   void             removeModule( const QString& );
+  void             insertExtension(const QString&);
+  void             removeExtension(const QString&);
+  void             updateExtActions();
 
   QString          activeModule() const;
 
@@ -87,6 +90,7 @@ signals:
   void             moduleActivated( const QString& );
   void             adding();
   void             removing( const QString& );
+  void             showExtInfo();
 
 private:
   void             update();
@@ -104,6 +108,7 @@ private:
   ComboAction*     myCombo;
   QtxAction*       myAdd;
   QtxAction*       myRemove;
+  QtxAction*       myInfo;
   ActionSet*       mySet;
   QAction*         mySeparator;
   int              myMode;