Salome HOME
Documentation for 0022615: [CEA 1014] Fold/unfold all the nodes of a block.
[modules/yacs.git] / src / genericgui / Resource.hxx
index 25d54916e31441ee8257f8f9a6909b2a2eb85f45..b79a2dd8584d45367128c8ecd8787b27e0842ba8 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
 //
 // 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
 #define ENSUREVISIBLEWHENMOVED  true
 #define TABPANELSUP             true
 #define DOCKWIDGETPRIORITY      0
+#define PROGRESSBARCOLOR        Qt::darkGreen
+#define PROGRESSBARLABEL        2
 
 #define EDITEDNODEBRUSHCOLOR    QColor(255, 255, 190)
 #define NORMALNODEBRUSHCOLOR    QColor(230, 235, 255)
@@ -210,6 +212,8 @@ namespace YACS {
         static bool simplifyLink;
         static bool ensureVisibleWhenMoved;
         static int  dockWidgetPriority;
+        static QColor progressBarColor;
+        static int    progressBarLabel;
 
         // Colors of state of nodes
         static QColor editedNodeBrushColor;
@@ -315,6 +319,8 @@ namespace YACS {
         static int Header_Height;
         static int Radius;
 
+        static int progressBar_Height;
+
         static bool tabPanelsUp;
     };
   }