27#ifndef BLOCKSGUI_EXPLODEDLG_H
28#define BLOCKSGUI_EXPLODEDLG_H
49 virtual bool isValid( QString& );
51 virtual GEOM::GEOM_Object_ptr
getFather( GEOM::GEOM_Object_ptr );
std::list< GEOM::GEOM_Object_ptr > ObjectList
Definition: GEOMBase_Helper.h:46
Definition: BlocksGUI_ExplodeDlg.h:39
void ConstructorsClicked(int)
Definition: BlocksGUI_ExplodeDlg.cxx:135
virtual GEOM::GEOM_IOperations_ptr createOperation()
Definition: BlocksGUI_ExplodeDlg.cxx:361
BlocksGUI_ExplodeDlg(GeometryGUI *, QWidget *)
Definition: BlocksGUI_ExplodeDlg.cxx:48
void enterEvent(QEvent *)
Definition: BlocksGUI_ExplodeDlg.cxx:262
void activateSelection()
Definition: BlocksGUI_ExplodeDlg.cxx:294
void ValueChangedInSpinBox()
Definition: BlocksGUI_ExplodeDlg.cxx:272
void clearTemporary()
Definition: BlocksGUI_ExplodeDlg.cxx:489
ObjectList myTmpObjs
Definition: BlocksGUI_ExplodeDlg.h:74
virtual bool execute(ObjectList &)
Definition: BlocksGUI_ExplodeDlg.cxx:401
void SetEditCurrentArgument()
Definition: BlocksGUI_ExplodeDlg.cxx:232
bool ClickOnApply()
Definition: BlocksGUI_ExplodeDlg.cxx:175
int myConstructorId
Definition: BlocksGUI_ExplodeDlg.h:69
DlgRef_1Sel2Spin1View1Check * myGrp1
Definition: BlocksGUI_ExplodeDlg.h:76
void ClickOnOk()
Definition: BlocksGUI_ExplodeDlg.cxx:164
virtual QString getNewObjectName(int CurrObj=-1) const
Definition: BlocksGUI_ExplodeDlg.cxx:512
virtual bool isValid(QString &)
Definition: BlocksGUI_ExplodeDlg.cxx:370
virtual GEOM::GEOM_Object_ptr getFather(GEOM::GEOM_Object_ptr)
Definition: BlocksGUI_ExplodeDlg.cxx:503
void SubShapeToggled()
Definition: BlocksGUI_ExplodeDlg.cxx:285
GEOM::GEOM_Object_var myObject
Definition: BlocksGUI_ExplodeDlg.h:72
void ActivateThisDialog()
Definition: BlocksGUI_ExplodeDlg.cxx:249
~BlocksGUI_ExplodeDlg()
Definition: BlocksGUI_ExplodeDlg.cxx:90
bool isAllSubShapes() const
Definition: BlocksGUI_ExplodeDlg.cxx:352
virtual QList< GEOM::GeomObjPtr > getSourceObjects()
Definition: BlocksGUI_ExplodeDlg.cxx:521
CORBA::Long myNbBlocks
Definition: BlocksGUI_ExplodeDlg.h:71
void updateButtonState()
Definition: BlocksGUI_ExplodeDlg.cxx:319
void SelectionIntoArgument()
Definition: BlocksGUI_ExplodeDlg.cxx:204
void Init()
Definition: BlocksGUI_ExplodeDlg.cxx:100
Definition: GEOMBase_Skeleton.h:53
Definition: GeometryGUI.h:74