Version: 9.12.0
MeasureGUI_MaxToleranceDlg Class Reference

#include <MeasureGUI_MaxToleranceDlg.h>

Inheritance diagram for MeasureGUI_MaxToleranceDlg:
Inheritance graph

Public Member Functions

 MeasureGUI_MaxToleranceDlg (GeometryGUI *, QWidget *)
 
 ~MeasureGUI_MaxToleranceDlg ()
 
- Public Member Functions inherited from MeasureGUI_Skeleton
 MeasureGUI_Skeleton (GeometryGUI *, QWidget *=0, bool=false, Qt::WindowFlags=0)
 
 ~MeasureGUI_Skeleton ()
 
- Public Member Functions inherited from GEOMBase_Helper
 GEOMBase_Helper (SUIT_Desktop *, SUIT_ViewWindow *aVW=0)
 
virtual ~GEOMBase_Helper ()
 

Protected Member Functions

virtual void processObject ()
 
virtual void SelectionIntoArgument ()
 
- Protected Member Functions inherited from MeasureGUI_Skeleton
void Init ()
 
void enterEvent (QEvent *)
 
void closeEvent (QCloseEvent *)
 
void keyPressEvent (QKeyEvent *)
 
void redisplayPreview ()
 
GEOM_DisplayergetDisplayer ()
 
virtual bool isValid (QString &)
 
virtual SALOME_Prs * buildPrs ()
 
virtual GEOM::GEOM_IOperations_ptr createOperation ()
 
MeasureGUI_SkeletonBoxmainFrame () const
 
QWidgetcentralWidget () const
 
QPushButton * buttonClose () const
 
QPushButton * buttonHelp () const
 
- Protected Member Functions inherited from GEOMBase_Helper
void display (const ObjectList &, const bool=true)
 
void display (GEOM::GEOM_Object_ptr, const bool=true)
 
void erase (const ObjectList &, const bool=true)
 
void erase (GEOM::GEOM_Object_ptr, const bool=true)
 
void redisplay (const ObjectList &, const bool=true, const bool=true)
 
void redisplay (GEOM::GEOM_Object_ptr, const bool=true, const bool=true)
 
virtual void displayPreview (const bool display, const bool activate=false, const bool update=true, const bool toRemoveFromEngine=true, const double lineWidth=-1, const int displayMode=-1, const int color=-1, const bool append=false)
 
virtual void displayPreview (GEOM::GEOM_Object_ptr obj, const bool append=false, const bool activate=false, const bool update=true, const double lineWidth=-1, const int displayMode=-1, const int color=-1)
 
void displayPreview (const SALOME_Prs *prs, const bool append=false, const bool=true)
 
void erasePreview (const bool=true)
 
const PrsListgetPreview () const
 
void localSelection (const ObjectList &, const std::list< int >)
 
void localSelection (const ObjectList &, const int)
 
void localSelection (GEOM::GEOM_Object_ptr, const std::list< int >)
 
void localSelection (GEOM::GEOM_Object_ptr, const int)
 
void localSelection (const std::string &, const std::string &, const std::list< int >)
 
void localSelection (const std::list< int >)
 
void localSelection (const int)
 
void activate (const int)
 
void globalSelection (const int=GEOM_ALLOBJECTS, const bool=false)
 
void globalSelection (const TColStd_MapOfInteger &, const bool=false)
 
void globalSelection (const TColStd_MapOfInteger &, const QList< int > &, const bool=false)
 
void updateViewer ()
 
void prepareSelection (const ObjectList &, const int)
 
void prepareSelection (GEOM::GEOM_Object_ptr, const int)
 
QString addInStudy (GEOM::GEOM_Object_ptr, const char *theName)
 
bool openCommand ()
 
bool abortCommand ()
 
bool commitCommand (const char *=0)
 
bool hasCommand () const
 
void updateObjBrowser () const
 
SalomeApp_Study * getStudy () const
 
bool checkViewWindow ()
 
bool onAccept (const bool publish=true, const bool useTransaction=true, bool erasePreviewFlag=true)
 
void showError ()
 
void showError (const QString &msg)
 
GEOM::GEOM_IOperations_ptr getOperation ()
 
void setPrefix (const QString &prefix)
 
QString getPrefix (GEOM::GEOM_Object_ptr=GEOM::GEOM_Object::_nil()) const
 
bool selectObjects (ObjectList &objects)
 
virtual bool execute (ObjectList &objects)
 
virtual void restoreSubShapes (SALOMEDS::SObject_ptr theSObject)
 
virtual GEOM::GEOM_Object_ptr getFather (GEOM::GEOM_Object_ptr theObj)
 
virtual QString getNewObjectName (int CurrObj=-1) const
 
virtual QString getObjectName (GEOM::GEOM_Object_ptr object) const
 
virtual bool extractPrefix () const
 
virtual void addSubshapesToStudy ()
 
virtual QList< GEOM::GeomObjPtrgetSourceObjects ()
 
GEOM::GEOM_Object_ptr findObjectInFather (GEOM::GEOM_Object_ptr theFather, const QString &theName)
 
GEOM::GEOM_Object_ptr findObjectInFather (GEOM::GEOM_Object_ptr theFather, int theIndex)
 
GEOM::GeomObjPtr getSelected (TopAbs_ShapeEnum type)
 
GEOM::GeomObjPtr getSelected (const QList< TopAbs_ShapeEnum > &types)
 
QList< GEOM::GeomObjPtrgetSelected (TopAbs_ShapeEnum type, int count, bool strict=true)
 
QList< GEOM::GeomObjPtrgetSelected (const QList< TopAbs_ShapeEnum > &types, int count, bool strict=true)
 
void hideSourceObjects (QList< GEOM::GeomObjPtr > theObjectList)
 
void SetIsPreview (const bool thePreview)
 
bool IsPreview ()
 
GEOM_DisplayergetDisplayer ()
 
SUIT_Desktop * getDesktop () const
 
virtual void setIsApplyAndClose (const bool theFlag)
 
virtual bool isApplyAndClose () const
 
virtual void setIsOptimizedBrowsing (const bool theFlag)
 
virtual bool isOptimizedBrowsing () const
 
virtual void setIsWaitCursorEnabled (const bool theFlag)
 
virtual bool isWaitCursorEnabled () const
 
virtual void setIsDisableBrowsing (const bool theFlag)
 
virtual bool isDisableBrowsing () const
 
virtual void setIsDisplayResult (const bool theFlag)
 
virtual bool isDisplayResult () const
 

Private Member Functions

void Init ()
 
void activateSelection ()
 
bool getParameters (double &, double &, double &, double &, double &, double &)
 

Private Attributes

MeasureGUI_1Sel6LineEditmyGrp
 

Additional Inherited Members

- Static Public Member Functions inherited from GEOMBase_Helper
static SUIT_ViewWindow * getActiveView ()
 
- Protected Types inherited from GEOMBase_Helper
typedef std::list< SALOME_Prs * > PrsList
 
- Protected Slots inherited from MeasureGUI_Skeleton
virtual void ClickOnCancel ()
 
virtual void ClickOnHelp ()
 
virtual void DeactivateActiveDialog ()
 
virtual void ActivateThisDialog ()
 
virtual void LineEditReturnPressed ()
 
virtual void SetEditCurrentArgument ()
 
- Static Protected Member Functions inherited from GEOMBase_Helper
static GEOM::GEOM_Gen_ptr getGeomEngine ()
 
- Protected Attributes inherited from MeasureGUI_Skeleton
QPushButton * mySelBtn
 
QLineEdit * mySelEdit
 
GEOM::GeomObjPtr myObj
 
GeometryGUImyGeomGUI
 
GEOM_DisplayermyDisplayer
 
QString myHelpFileName
 
MeasureGUI_SkeletonBoxmyMainFrame
 

Constructor & Destructor Documentation

◆ MeasureGUI_MaxToleranceDlg()

MeasureGUI_MaxToleranceDlg::MeasureGUI_MaxToleranceDlg ( GeometryGUI GUI,
QWidget parent 
)

◆ ~MeasureGUI_MaxToleranceDlg()

MeasureGUI_MaxToleranceDlg::~MeasureGUI_MaxToleranceDlg ( )

Member Function Documentation

◆ activateSelection()

void MeasureGUI_MaxToleranceDlg::activateSelection ( )
privatevirtual

◆ getParameters()

bool MeasureGUI_MaxToleranceDlg::getParameters ( double &  theMinFaceToler,
double &  theMaxFaceToler,
double &  theMinEdgeToler,
double &  theMaxEdgeToler,
double &  theMinVertexToler,
double &  theMaxVertexToler 
)
private

◆ Init()

void MeasureGUI_MaxToleranceDlg::Init ( )
private

◆ processObject()

void MeasureGUI_MaxToleranceDlg::processObject ( )
protectedvirtual

◆ SelectionIntoArgument()

Member Data Documentation

◆ myGrp

MeasureGUI_1Sel6LineEdit* MeasureGUI_MaxToleranceDlg::myGrp
private

The documentation for this class was generated from the following files: