#include <OperationGUI_ChamferDlg.h>
Public Member Functions | |
OperationGUI_ChamferDlg (GeometryGUI *, QWidget *) | |
virtual | ~OperationGUI_ChamferDlg () |
Public Member Functions inherited from GEOMBase_Skeleton | |
GEOMBase_Skeleton (GeometryGUI *, QWidget *=0, bool=false, Qt::WindowFlags=0) | |
~GEOMBase_Skeleton () | |
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 QList< GEOM::GeomObjPtr > | getSourceObjects () |
Protected Member Functions inherited from GEOMBase_Skeleton | |
void | initSpinBox (QSpinBox *, int, int, int=1) |
void | initSpinBox (SalomeApp_DoubleSpinBox *, double, double, double=0.1, const char *="length_precision") |
void | updateAttributes (GEOM::GEOM_Object_ptr, const QStringList &) |
void | closeEvent (QCloseEvent *) |
void | keyPressEvent (QKeyEvent *) |
void | initName (const QString &=QString()) |
virtual QString | getNewObjectName (int CurrObj=-1) const |
int | getConstructorId () const |
void | setConstructorId (const int) |
void | unsetConstructorId () |
void | showOnlyPreviewControl () |
void | setHelpFileName (const QString &) |
GEOMBase_DlgSkeleton * | mainFrame () |
QWidget * | centralWidget () |
QPushButton * | buttonCancel () const |
QPushButton * | buttonOk () const |
QPushButton * | buttonApply () 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 PrsList & | getPreview () 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 GEOM::GEOM_Object_ptr | getFather (GEOM::GEOM_Object_ptr theObj) |
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::GeomObjPtr > | getSelected (TopAbs_ShapeEnum type, int count, bool strict=true) |
QList< GEOM::GeomObjPtr > | getSelected (const QList< TopAbs_ShapeEnum > &types, int count, bool strict=true) |
void | hideSourceObjects (QList< GEOM::GeomObjPtr > theObjectList) |
void | SetIsPreview (const bool thePreview) |
bool | IsPreview () |
GEOM_Displayer * | getDisplayer () |
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 Types | |
enum | { MainObj1, MainObj2, Face1, Face2, MainObj3, Faces, MainObj4, Edges } |
enum | { SpinBox1, SpinBox21, SpinBox22, SpinBox23, SpinBox24, SpinBox31, SpinBox32, SpinBox33, SpinBox34, SpinBox41, SpinBox42, SpinBox43, SpinBox44 } |
enum | { RadioButton21, RadioButton22, RadioButton31, RadioButton32, RadioButton41, RadioButton42 } |
Private Slots | |
void | ClickOnOk () |
bool | ClickOnApply () |
void | ActivateThisDialog () |
void | LineEditReturnPressed () |
void | RadioButtonPressed () |
void | SelectionIntoArgument () |
void | SetEditCurrentArgument () |
void | ValueChangedInSpinBox (double) |
void | ConstructorsClicked (int) |
Private Member Functions | |
void | Init () |
void | enterEvent (QEvent *) |
void | createSelWg (const QString &, QPixmap &, QWidget *, QGridLayout *, const int) |
void | createRadioWg (const QString &, const QString &, QWidget *, QGridLayout *, const int, const int, const int) |
void | activateSelection () |
void | enableWidgets () |
Private Attributes | |
int | myConstructorId |
GEOM::GEOM_Object_var | myShape |
QMap< int, int > | myFace |
TColStd_IndexedMapOfInteger | myFaces |
TColStd_IndexedMapOfInteger | myEdges |
bool | myInitial |
QGroupBox * | myGrp1 |
QGroupBox * | myGrp2 |
QGroupBox * | myGrp3 |
QGroupBox * | myGrp4 |
QMap< int, QPushButton * > | mySelBtn |
QMap< int, QLineEdit * > | mySelName |
QMap< int, SalomeApp_DoubleSpinBox * > | mySpinBox |
QMap< int, QRadioButton * > | myRadioButton |
Additional Inherited Members | |
Signals inherited from GEOMBase_Skeleton | |
void | constructorsClicked (int) |
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 GEOMBase_Skeleton | |
virtual void | ClickOnCancel () |
virtual void | processPreview () |
void | LineEditReturnPressed () |
void | DeactivateActiveDialog () |
void | ActivateThisDialog () |
virtual void | ClickOnHelp () |
Static Protected Member Functions inherited from GEOMBase_Helper | |
static GEOM::GEOM_Gen_ptr | getGeomEngine () |
Protected Attributes inherited from GEOMBase_Skeleton | |
QLineEdit * | myEditCurrentArgument |
Current LineEdit. More... | |
GeometryGUI * | myGeomGUI |
reference GEOM GUI More... | |
QString | myHelpFileName |
Associated HTML help file name. More... | |
QButtonGroup * | myRBGroup |
radio button group More... | |
GEOMBase_DlgSkeleton * | myMainFrame |
dialog box's mainframe widget More... | |
QString | myHelpContext |
Help context, needed for the customization path where located plugins help HTML pages More... | |
|
private |
|
private |
OperationGUI_ChamferDlg::OperationGUI_ChamferDlg | ( | GeometryGUI * | theGeometryGUI, |
QWidget * | parent | ||
) |
References anIter(), GEOMBase_Skeleton::centralWidget(), COORD_MAX, createRadioWg(), createSelWg(), Edges, Face1, Face2, Faces, GEOMBase_DlgSkeleton::GroupConstructors, Init(), GEOMBase_Skeleton::initSpinBox(), GEOMBase_Skeleton::mainFrame(), MainObj1, MainObj2, MainObj3, MainObj4, myGrp1, myGrp2, myGrp3, myGrp4, myRadioButton, mySpinBox, GEOMBase_DlgSkeleton::RadioButton1, GEOMBase_DlgSkeleton::RadioButton2, RadioButton21, RadioButton22, GEOMBase_DlgSkeleton::RadioButton3, RadioButton31, RadioButton32, GEOMBase_DlgSkeleton::RadioButton4, RadioButton41, RadioButton42, GEOMBase_Skeleton::setHelpFileName(), SpinBox1, SpinBox21, SpinBox22, SpinBox23, SpinBox24, SpinBox31, SpinBox32, SpinBox33, SpinBox34, SpinBox41, SpinBox42, SpinBox43, and SpinBox44.
|
virtual |
|
private |
|
privateslot |
|
privateslot |
|
privateslot |
|
privateslot |
References Edges, enableWidgets(), Face1, Faces, GEOMBase_Skeleton::getConstructorId(), GEOMBase::GetName(), GEOMBase_Skeleton::LineEditReturnPressed(), GEOMBase_Skeleton::mainFrame(), MainObj1, MainObj2, MainObj3, MainObj4, myConstructorId, myEdges, GEOMBase_Skeleton::myEditCurrentArgument, myFace, myFaces, GEOMBase_Skeleton::myGeomGUI, myGrp1, myGrp2, myGrp3, myGrp4, myInitial, mySelBtn, myShape, mySpinBox, GEOMBase_Skeleton::processPreview(), GEOMBase_DlgSkeleton::RadioButton1, SelectionIntoArgument(), SpinBox1, SpinBox21, SpinBox22, SpinBox23, SpinBox24, SpinBox31, SpinBox32, SpinBox33, SpinBox34, SpinBox41, SpinBox42, SpinBox43, and SpinBox44.
|
protectedvirtual |
Reimplemented from GEOMBase_Helper.
References GEOMBase_Helper::getGeomEngine(), and GEOMBase_Helper::getStudyId().
|
private |
References myRadioButton, and mySpinBox.
|
private |
|
private |
|
private |
References ActivateThisDialog(), and GEOMBase_Skeleton::mainFrame().
|
protectedvirtual |
Reimplemented from GEOMBase_Helper.
References Face1, Face2, GEOMBase_Skeleton::getConstructorId(), GEOMBase_Helper::getOperation(), GEOMBase_Helper::IsPreview(), myEdges, myFace, myFaces, myRadioButton, myShape, mySpinBox, RadioButton21, RadioButton31, RadioButton41, SpinBox1, SpinBox21, SpinBox22, SpinBox23, SpinBox24, SpinBox31, SpinBox32, SpinBox33, SpinBox34, SpinBox41, SpinBox42, SpinBox43, and SpinBox44.
|
protectedvirtual |
Reimplemented from GEOMBase_Helper.
References myShape.
|
private |
References anIter(), GEOMBase_Skeleton::buttonApply(), GEOMBase_Skeleton::buttonOk(), ClickOnApply(), ClickOnOk(), ConstructorsClicked(), GEOMBase_Skeleton::constructorsClicked(), Face1, Face2, GEOMBase_Skeleton::initName(), LineEditReturnPressed(), myConstructorId, myEdges, myFace, myFaces, myRadioButton, mySelBtn, mySelName, myShape, mySpinBox, RadioButtonPressed(), SetEditCurrentArgument(), GEOMBase_Skeleton::showOnlyPreviewControl(), and ValueChangedInSpinBox().
|
protectedvirtual |
Reimplemented from GEOMBase_Helper.
References Face1, Face2, GEOMBase_Skeleton::getConstructorId(), GEOMBase_Helper::IsPreview(), myEdges, myFace, myFaces, myRadioButton, myShape, mySpinBox, RadioButton21, RadioButton31, RadioButton41, SpinBox1, SpinBox21, SpinBox22, SpinBox23, SpinBox24, SpinBox31, SpinBox32, SpinBox33, SpinBox34, SpinBox41, SpinBox42, SpinBox43, and SpinBox44.
|
privateslot |
|
privateslot |
|
privateslot |
References anIter(), GEOMBase::ConvertIOinGEOMObject(), Edges, enableWidgets(), GEOMBase_Helper::erasePreview(), Face1, Face2, Faces, GEOMBase_Skeleton::getConstructorId(), GEOMBase::GetName(), MainObj1, MainObj2, MainObj3, MainObj4, myEdges, GEOMBase_Skeleton::myEditCurrentArgument, myFace, myFaces, GEOMBase_Skeleton::myGeomGUI, mySelBtn, mySelName, myShape, GEOMBase_Skeleton::processPreview(), and GEOMBase_Helper::selectObjects().
|
privateslot |
|
privateslot |
References GEOMBase_Skeleton::processPreview().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |