Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MeasureGUI_ShapeStatisticsDlg Class Reference

#include <MeasureGUI_ShapeStatisticsDlg.h>

Inheritance diagram for MeasureGUI_ShapeStatisticsDlg:
Inheritance graph

Public Member Functions

 MeasureGUI_ShapeStatisticsDlg (QWidget *, TopoDS_Shape aShape=TopoDS_Shape(), TopAbs_ShapeEnum aSubShapeType=TopAbs_SHAPE)
 
 ~MeasureGUI_ShapeStatisticsDlg ()
 
- Public Member Functions inherited from GEOMBase_Helper
 GEOMBase_Helper (SUIT_Desktop *)
 
virtual ~GEOMBase_Helper ()
 

Protected Member Functions

virtual GEOM::GEOM_IOperations_ptr createOperation ()
 
virtual bool isValid (QString &)
 
virtual bool execute (ObjectList &)
 
virtual GEOM::GEOM_Object_ptr getFather (GEOM::GEOM_Object_ptr)
 
virtual QList< GEOM::GeomObjPtrgetSourceObjects ()
 
- 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::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
 
int getStudyId () 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 void restoreSubShapes (SALOMEDS::Study_ptr theStudy, SALOMEDS::SObject_ptr theSObject)
 
virtual QString getNewObjectName (int CurrObj=-1) const
 
virtual QString getObjectName (GEOM::GEOM_Object_ptr object) const
 
virtual bool extractPrefix () const
 
virtual void addSubshapesToStudy ()
 
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 Slots

void onEditMainShape ()
 
void clickOnCompute ()
 
void clickOnPlot ()
 
void clickOnCreateGroups ()
 
void clickOnHelp ()
 

Private Member Functions

void fillTypes (bool, bool, bool)
 
void updateTypes (QList< GEOM::GeomObjPtr > theShapes)
 
TopAbs_ShapeEnum currentType ()
 

Private Attributes

SalomeApp_Application * myApp
 
QLineEdit * myEditMainShape
 
QtxComboBox * myCBTypes
 
std::list< TopoDS_Shape > myShapes
 
GEOM::GeomObjPtr myMainObj
 
QtxIntSpinBox * myNbIntervals
 
QGroupBoxmyScalarRangeBox
 
QLineEdit * myMin
 
QLineEdit * myMax
 
QPushButton * myButtonPlot
 
QPushButton * myButtonCreateGr
 
Plot2d_Histogram * myHistogram
 

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
 
- Static Protected Member Functions inherited from GEOMBase_Helper
static GEOM::GEOM_Gen_ptr getGeomEngine ()
 

Constructor & Destructor Documentation

MeasureGUI_ShapeStatisticsDlg::MeasureGUI_ShapeStatisticsDlg ( QWidget parent,
TopoDS_Shape  aShape = TopoDS_Shape(),
TopAbs_ShapeEnum  aSubShapeType = TopAbs_SHAPE 
)
MeasureGUI_ShapeStatisticsDlg::~MeasureGUI_ShapeStatisticsDlg ( )

Member Function Documentation

void MeasureGUI_ShapeStatisticsDlg::clickOnCompute ( )
privateslot
void MeasureGUI_ShapeStatisticsDlg::clickOnCreateGroups ( )
privateslot
void MeasureGUI_ShapeStatisticsDlg::clickOnHelp ( )
privateslot

References myApp.

GEOM::GEOM_IOperations_ptr MeasureGUI_ShapeStatisticsDlg::createOperation ( )
protectedvirtual
TopAbs_ShapeEnum MeasureGUI_ShapeStatisticsDlg::currentType ( )
private

References myCBTypes.

void MeasureGUI_ShapeStatisticsDlg::fillTypes ( bool  hasEdges,
bool  hasFaces,
bool  hasSolids 
)
private

References myCBTypes.

GEOM::GEOM_Object_ptr MeasureGUI_ShapeStatisticsDlg::getFather ( GEOM::GEOM_Object_ptr  theObj)
protectedvirtual

Reimplemented from GEOMBase_Helper.

References GEOM_GROUP, and GEOMBase_Helper::getOperation().

QList< GEOM::GeomObjPtr > MeasureGUI_ShapeStatisticsDlg::getSourceObjects ( )
protectedvirtual

Reimplemented from GEOMBase_Helper.

References myMainObj.

bool MeasureGUI_ShapeStatisticsDlg::isValid ( QString &  theMessage)
protectedvirtual

Reimplemented from GEOMBase_Helper.

References myMax, myMin, myScalarRangeBox, and RETURN_WITH_MSG.

void MeasureGUI_ShapeStatisticsDlg::onEditMainShape ( )
privateslot
void MeasureGUI_ShapeStatisticsDlg::updateTypes ( QList< GEOM::GeomObjPtr theShapes)
private

Member Data Documentation

SalomeApp_Application* MeasureGUI_ShapeStatisticsDlg::myApp
private
QPushButton* MeasureGUI_ShapeStatisticsDlg::myButtonCreateGr
private
QPushButton* MeasureGUI_ShapeStatisticsDlg::myButtonPlot
private
QtxComboBox* MeasureGUI_ShapeStatisticsDlg::myCBTypes
private
QLineEdit* MeasureGUI_ShapeStatisticsDlg::myEditMainShape
private
Plot2d_Histogram* MeasureGUI_ShapeStatisticsDlg::myHistogram
private
GEOM::GeomObjPtr MeasureGUI_ShapeStatisticsDlg::myMainObj
private
QLineEdit* MeasureGUI_ShapeStatisticsDlg::myMax
private
QLineEdit* MeasureGUI_ShapeStatisticsDlg::myMin
private
QtxIntSpinBox* MeasureGUI_ShapeStatisticsDlg::myNbIntervals
private
QGroupBox* MeasureGUI_ShapeStatisticsDlg::myScalarRangeBox
private
std::list<TopoDS_Shape> MeasureGUI_ShapeStatisticsDlg::myShapes
private

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