Salome HOME
Update Help for VISU module.
[modules/visu.git] / src / VISUGUI / VisuGUI_CutLinesDlg.h
index 0f225acb37e6a610d35dd1fead8bd7b5b7c1b55c..f196660e1b36519e59d9e0e4902969a713c99040 100644 (file)
@@ -49,6 +49,7 @@ private slots:
   void DrawTable();
   void onValueChanged (int theRow, int theCol);
   void onPreviewCheck (bool thePreview);
+  void onAllCurvesInvertedCheck(bool theInvert);
   void onRotation (double theValue);
   void onPlanePos (const QString& theValue);
   //jfa tmp:void onWindowActivated (SUIT_ViewWindow*);
@@ -56,6 +57,7 @@ private slots:
 private:
   void createPlanes();
   void deletePlanes();
+  void updateGlyphs(bool update);
 
   QHButtonGroup* mySelPlane;
   QtxDblSpinBox* myRotXSpn;
@@ -88,7 +90,9 @@ private:
   void setOrientation2 (const VISU::CutPlanes::Orientation orient);
 
   SALOME_Actor* myPreviewActor;
+  SALOME_Actor* myPreviewActorGlyphs;
   QCheckBox* myPreviewCheck;
+  QCheckBox* myAllCurvesInvertedCheck;
 
   VISU::CutLines_i* myPrs;