27#ifndef REPAIRGUI_FREEBOUNDDLG_H
28#define REPAIRGUI_FREEBOUNDDLG_H
52 virtual bool isValid (QString&);
54 virtual GEOM::GEOM_Object_ptr
getFather (GEOM::GEOM_Object_ptr);
std::list< GEOM::GEOM_Object_ptr > ObjectList
Definition: GEOMBase_Helper.h:46
Definition: GEOMBase_Skeleton.h:53
Definition: GeometryGUI.h:74
Definition: RepairGUI_FreeBoundDlg.h:42
void activateSelection()
Definition: RepairGUI_FreeBoundDlg.cxx:228
bool ClickOnApply()
Definition: RepairGUI_FreeBoundDlg.cxx:163
void ActivateThisDialog()
Definition: RepairGUI_FreeBoundDlg.cxx:174
RepairGUI_FreeBoundDlg(GeometryGUI *, QWidget *)
Definition: RepairGUI_FreeBoundDlg.cxx:67
int myNbClosed
Definition: RepairGUI_FreeBoundDlg.h:69
~RepairGUI_FreeBoundDlg()
Definition: RepairGUI_FreeBoundDlg.cxx:124
QLabel * myClosedLbl
Definition: RepairGUI_FreeBoundDlg.h:65
void SelectionIntoArgument()
Definition: RepairGUI_FreeBoundDlg.cxx:199
int myCurrObj
Definition: RepairGUI_FreeBoundDlg.h:71
virtual GEOM::GEOM_Object_ptr getFather(GEOM::GEOM_Object_ptr)
Definition: RepairGUI_FreeBoundDlg.cxx:306
void ClickOnOk()
Definition: RepairGUI_FreeBoundDlg.cxx:153
void enterEvent(QEvent *)
Definition: RepairGUI_FreeBoundDlg.cxx:189
virtual GEOM::GEOM_IOperations_ptr createOperation()
Definition: RepairGUI_FreeBoundDlg.cxx:242
void Init()
Definition: RepairGUI_FreeBoundDlg.cxx:132
virtual bool execute(ObjectList &)
Definition: RepairGUI_FreeBoundDlg.cxx:260
QLabel * myOpenLbl
Definition: RepairGUI_FreeBoundDlg.h:66
virtual bool isValid(QString &)
Definition: RepairGUI_FreeBoundDlg.cxx:251
virtual QList< GEOM::GeomObjPtr > getSourceObjects()
Definition: RepairGUI_FreeBoundDlg.cxx:315
GEOM::GEOM_Object_var myObj
Definition: RepairGUI_FreeBoundDlg.h:68
QLineEdit * myEdit
Definition: RepairGUI_FreeBoundDlg.h:64
int myNbOpen
Definition: RepairGUI_FreeBoundDlg.h:70
virtual QString getNewObjectName(int CurrObj=-1) const
Definition: RepairGUI_FreeBoundDlg.cxx:293