27#ifndef SMESHGUI_PREVIEWDLG_H
28#define SMESHGUI_PREVIEWDLG_H
37#include <SALOMEconfig.h>
38#include CORBA_SERVER_HEADER(SMESH_Mesh)
54 void connectPreviewControl();
56 virtual void setIsApplyAndClose(
const bool theFlag );
57 virtual bool isApplyAndClose()
const;
60 void toDisplaySimulation();
63 virtual void onDisplaySimulation(
bool );
81 void setSimulationPreview( QList<SMESH::MeshPreviewStruct_var>& );
84 void connectPreviewControl();
86 virtual void setIsApplyAndClose(
const bool theFlag );
87 virtual bool isApplyAndClose()
const;
90 void toDisplaySimulation();
92 virtual void onDisplaySimulation(
bool );
#define SMESHGUI_EXPORT
Definition: SMESH_SMESHGUI.hxx:36
Displayer of the mesh edition preview.
Definition: SMESHGUI_MeshEditPreview.h:47
Definition: SMESHGUI_PreviewDlg.h:72
SMESHGUI * mySMESHGUI
Definition: SMESHGUI_PreviewDlg.h:96
QCheckBox * myPreviewCheckBox
Definition: SMESHGUI_PreviewDlg.h:98
QList< SMESHGUI_MeshEditPreview * > mySimulationList
Definition: SMESHGUI_PreviewDlg.h:97
bool myIsApplyAndClose
Definition: SMESHGUI_PreviewDlg.h:99
Definition: SMESHGUI_PreviewDlg.h:44
SMESHGUI_MeshEditPreview * mySimulation
Definition: SMESHGUI_PreviewDlg.h:67
QCheckBox * myPreviewCheckBox
Definition: SMESHGUI_PreviewDlg.h:68
bool myIsApplyAndClose
Definition: SMESHGUI_PreviewDlg.h:69
SMESHGUI * mySMESHGUI
Definition: SMESHGUI_PreviewDlg.h:66
Definition: SMESHGUI.h:84