SMESHGUI_ClippingDlg Class Reference

#include <SMESHGUI_ClippingDlg.h>

Inheritance diagram for SMESHGUI_ClippingDlg:

Inheritance graph

Public Slots

void onSelectPlane (int theIndex)
void ClickOnNew ()
void ClickOnDelete ()
void onSelectOrientation (int theItem)
void SetCurrentPlaneParam ()
void onSelectionChanged ()
void OnPreviewToggle (bool theIsToggled)
void ClickOnOk ()
void ClickOnCancel ()
void ClickOnApply ()
void ClickOnHelp ()

Public Member Functions

 SMESHGUI_ClippingDlg (SMESHGUI *theModule, const char *name=0, bool modal=false, WFlags fl=0)
float getDistance ()
void setDistance (const float theDistance)
double getRotation1 ()
double getRotation2 ()
void setRotation (const double theRot1, const double theRot2)
void Sinchronize ()
void keyPressEvent (QKeyEvent *)
 ~SMESHGUI_ClippingDlg ()

Private Attributes

LightApp_SelectionMgr * mySelectionMgr
SVTK_Selector * mySelector
SMESHGUImySMESHGUI
SMESH_ActormyActor
SMESH::TPlanes myPlanes
QComboBox * ComboBoxPlanes
QPushButton * buttonNew
QPushButton * buttonDelete
QLabel * TextLabelOrientation
QComboBox * ComboBoxOrientation
QLabel * TextLabelDistance
SMESHGUI_SpinBoxSpinBoxDistance
QLabel * TextLabelRot1
SMESHGUI_SpinBoxSpinBoxRot1
QLabel * TextLabelRot2
SMESHGUI_SpinBoxSpinBoxRot2
QCheckBox * PreviewCheckBox
QCheckBox * AutoApplyCheckBox
QPushButton * buttonOk
QPushButton * buttonCancel
QPushButton * buttonApply
QPushButton * buttonHelp
bool myIsSelectPlane
QString myHelpFileName

Constructor & Destructor Documentation

SMESHGUI_ClippingDlg::SMESHGUI_ClippingDlg SMESHGUI theModule,
const char *  name = 0,
bool  modal = false,
WFlags  fl = 0
 

SMESHGUI_ClippingDlg::~SMESHGUI_ClippingDlg  ) 
 


Member Function Documentation

float SMESHGUI_ClippingDlg.getDistance  ) 
 

void SMESHGUI_ClippingDlg.setDistance const float  theDistance  ) 
 

double SMESHGUI_ClippingDlg.getRotation1  ) 
 

double SMESHGUI_ClippingDlg.getRotation2  ) 
 

void SMESHGUI_ClippingDlg::setRotation const double  theRot1,
const double  theRot2
 

void SMESHGUI_ClippingDlg::Sinchronize  ) 
 

void SMESHGUI_ClippingDlg::keyPressEvent QKeyEvent *   ) 
 

void SMESHGUI_ClippingDlg::onSelectPlane int  theIndex  )  [slot]
 

void SMESHGUI_ClippingDlg::ClickOnNew  )  [slot]
 

void SMESHGUI_ClippingDlg::ClickOnDelete  )  [slot]
 

void SMESHGUI_ClippingDlg::onSelectOrientation int  theItem  )  [slot]
 

void SMESHGUI_ClippingDlg::SetCurrentPlaneParam  )  [slot]
 

void SMESHGUI_ClippingDlg::onSelectionChanged  )  [slot]
 

void SMESHGUI_ClippingDlg::OnPreviewToggle bool  theIsToggled  )  [slot]
 

void SMESHGUI_ClippingDlg::ClickOnOk  )  [slot]
 

void SMESHGUI_ClippingDlg::ClickOnCancel  )  [slot]
 

void SMESHGUI_ClippingDlg::ClickOnApply  )  [slot]
 

void SMESHGUI_ClippingDlg::ClickOnHelp  )  [slot]
 


Field Documentation

LightApp_SelectionMgr* SMESHGUI_ClippingDlg.mySelectionMgr [private]
 

SVTK_Selector* SMESHGUI_ClippingDlg.mySelector [private]
 

SMESHGUI* SMESHGUI_ClippingDlg.mySMESHGUI [private]
 

SMESH_Actor* SMESHGUI_ClippingDlg.myActor [private]
 

SMESH::TPlanes SMESHGUI_ClippingDlg.myPlanes [private]
 

QComboBox* SMESHGUI_ClippingDlg.ComboBoxPlanes [private]
 

QPushButton* SMESHGUI_ClippingDlg.buttonNew [private]
 

QPushButton* SMESHGUI_ClippingDlg.buttonDelete [private]
 

QLabel* SMESHGUI_ClippingDlg.TextLabelOrientation [private]
 

QComboBox* SMESHGUI_ClippingDlg.ComboBoxOrientation [private]
 

QLabel* SMESHGUI_ClippingDlg.TextLabelDistance [private]
 

SMESHGUI_SpinBox* SMESHGUI_ClippingDlg.SpinBoxDistance [private]
 

QLabel* SMESHGUI_ClippingDlg.TextLabelRot1 [private]
 

SMESHGUI_SpinBox* SMESHGUI_ClippingDlg.SpinBoxRot1 [private]
 

QLabel* SMESHGUI_ClippingDlg.TextLabelRot2 [private]
 

SMESHGUI_SpinBox* SMESHGUI_ClippingDlg.SpinBoxRot2 [private]
 

QCheckBox* SMESHGUI_ClippingDlg.PreviewCheckBox [private]
 

QCheckBox* SMESHGUI_ClippingDlg.AutoApplyCheckBox [private]
 

QPushButton* SMESHGUI_ClippingDlg.buttonOk [private]
 

QPushButton* SMESHGUI_ClippingDlg.buttonCancel [private]
 

QPushButton* SMESHGUI_ClippingDlg.buttonApply [private]
 

QPushButton* SMESHGUI_ClippingDlg.buttonHelp [private]
 

bool SMESHGUI_ClippingDlg.myIsSelectPlane [private]
 

QString SMESHGUI_ClippingDlg.myHelpFileName [private]