X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshersGUI%2FStdMeshersGUI_NbSegmentsCreator.h;h=99c235e4ac6067782a411b9c3ccea78de9478188;hp=61dc6047b32893c264581037d8dc18b05e17136b;hb=ad4fc4d4c9f7b740fa6b7a7e1cacd173915c1bcb;hpb=bbca2cb797c37bb7695d3f35490bcd328fbddd4e diff --git a/src/StdMeshersGUI/StdMeshersGUI_NbSegmentsCreator.h b/src/StdMeshersGUI/StdMeshersGUI_NbSegmentsCreator.h index 61dc6047b..99c235e4a 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_NbSegmentsCreator.h +++ b/src/StdMeshersGUI/StdMeshersGUI_NbSegmentsCreator.h @@ -39,13 +39,16 @@ class SalomeApp_IntSpinBox; class QtxComboBox; class SMESHGUI_SpinBox; class StdMeshersGUI_DistrTableFrame; -class StdMeshersGUI_DistrPreview; +#ifndef DISABLE_PLOT2DVIEWER + class StdMeshersGUI_DistrPreview; +#endif class QLineEdit; class QButtonGroup; class QGroupBox; class QGridLayout; class QRadioButton; class StdMeshersGUI_SubShapeSelectorWdg; +class StdMeshersGUI_PropagationHelperWdg; typedef struct { @@ -85,7 +88,9 @@ private: QtxComboBox* myDistr; SMESHGUI_SpinBox* myScale; StdMeshersGUI_DistrTableFrame* myTable; +#ifndef DISABLE_PLOT2DVIEWER StdMeshersGUI_DistrPreview* myPreview; +#endif QLineEdit *myName, *myExpr; QGroupBox* myConvBox; QButtonGroup* myConv; @@ -96,7 +101,7 @@ private: QGroupBox* myReversedEdgesBox; StdMeshersGUI_SubShapeSelectorWdg* myDirectionWidget; - QWidget* myReversedEdgesHelper; + StdMeshersGUI_PropagationHelperWdg* myReversedEdgesHelper; }; #endif // STDMESHERSGUI_NBSEGMENTSCREATOR_H