Version: 8.3.0
SMESHGUI_PreviewDlg Class Reference

#include <SMESHGUI_PreviewDlg.h>

Inheritance diagram for SMESHGUI_PreviewDlg:

Public Member Functions

 SMESHGUI_PreviewDlg (SMESHGUI *)
 
 ~SMESHGUI_PreviewDlg ()
 
void showPreview ()
 
void hidePreview ()
 

Protected Slots

void toDisplaySimulation ()
 
void onCloseView ()
 
void onOpenView ()
 
virtual void onDisplaySimulation (bool)
 

Protected Member Functions

void connectPreviewControl ()
 
virtual void setIsApplyAndClose (const bool theFlag)
 
virtual bool isApplyAndClose () const
 

Protected Attributes

SMESHGUImySMESHGUI
 
SMESHGUI_MeshEditPreviewmySimulation
 
QCheckBox * myPreviewCheckBox
 
bool myIsApplyAndClose
 

Constructor & Destructor Documentation

SMESHGUI_PreviewDlg::SMESHGUI_PreviewDlg ( SMESHGUI theModule)
SMESHGUI_PreviewDlg::~SMESHGUI_PreviewDlg ( )

References mySimulation.

Member Function Documentation

bool SMESHGUI_PreviewDlg::isApplyAndClose ( ) const
protectedvirtual

References myIsApplyAndClose.

void SMESHGUI_PreviewDlg::onCloseView ( )
protectedslot
void SMESHGUI_PreviewDlg::onDisplaySimulation ( bool  toDisplayPreview)
protectedvirtualslot
void SMESHGUI_PreviewDlg::onOpenView ( )
protectedslot
void SMESHGUI_PreviewDlg::setIsApplyAndClose ( const bool  theFlag)
protectedvirtual

References myIsApplyAndClose.

void SMESHGUI_PreviewDlg::showPreview ( )

Field Documentation

bool SMESHGUI_PreviewDlg::myIsApplyAndClose
protected