Salome HOME
Implementation of the "0021374: EDF 1898 SMESH: Extrusion of a node to have an edge...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Preferences_ColorDlg.h
index 05eef69248a6f0f642bd5cb778992207c55615f9..b2675314b9f3299d1c126cd4f2aa3fe2aea15c6b 100644 (file)
@@ -88,6 +88,7 @@ private:
   SMESHGUI*             mySMESHGUI;            
 
   QtxBiColorTool*       toolSurfColor; 
+  QtxColorButton*       btnWireframeColor;
   QtxColorButton*       btnOutlineColor;
   QtxColorButton*       btn0DElementsColor;
   SalomeApp_IntSpinBox* SpinBox_0DElements_Size;
@@ -98,6 +99,8 @@ private:
   QtxColorButton*       btnOrientationColor;
   SMESHGUI_SpinBox*     SpinBox_Orientation_Scale;
   QCheckBox*            CheckBox_Orientation_3DVectors;
+  QtxColorButton*       btnPreselectionColor;
+  QtxColorButton*       btnSelectionColor;
 
   QString               myHelpFileName;
 };