From: dcq Date: Thu, 11 Dec 2003 09:22:18 +0000 (+0000) Subject: DCQ: New archi... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b17dbbdb0b84fce95a722a50fc93de2b781db89d;p=modules%2Fgeom.git DCQ: New archi... --- diff --git a/src/GEOMContext/GEOMContext.cxx b/src/GEOMContext/GEOMContext.cxx index 54339f098..210807916 100644 --- a/src/GEOMContext/GEOMContext.cxx +++ b/src/GEOMContext/GEOMContext.cxx @@ -39,9 +39,6 @@ static GEOMContext* GeomGUI = 0; GEOMContext::GEOMContext() : QObject() { -// mySettings_AddInStudy = false; -// mySettings_Copy = false; - myFatherior = ""; } @@ -73,26 +70,19 @@ GEOMContext* GEOMContext::GetOrCreateGeomGUI(QAD_Desktop* desktop) { if(GeomGUI == 0) { GeomGUI = new GEOMContext(); -// GeomGUI->myDesktop = desktop; -// GeomGUI->myActiveStudy = desktop->getActiveStudy(); Engines::Component_var comp = desktop->getEngine("FactoryServer", "GEOM"); GeomGUI->myComponentGeom = GEOM::GEOM_Gen::_narrow(comp); GeomGUI->myState = -1; GeomGUI->myActiveDialogBox = 0; + GeomGUI->myFatherior = ""; GeomGUI->myGUILibrary = OSD_SharedLibrary(); -// GeomGUI->mySimulationShape = new AIS_Shape(TopoDS_Shape()); -// GeomGUI->myShadingColor = Quantity_Color(Quantity_NOC_GOLDENROD); /* GetCurrentStudy */ int studyId = desktop->getActiveStudy()->getStudyId(); GeomGUI->myComponentGeom->GetCurrentStudy(studyId); GeomGUI->myNbGeom = GeomGUI->myComponentGeom->NbLabels(); - } -// else { -// /* study may have changed */ -// GeomGUI->myActiveStudy = desktop->getActiveStudy(); -// } + } return GeomGUI; } @@ -129,28 +119,6 @@ bool GEOMContext::LoadLibrary(QString GUILibrary) } -//======================================================================= -// function : SetState() -// purpose : Sets myState = aState a private field indicating which methode is active -//======================================================================= -// void GEOMContext::SetState(int aState) -// { -// myState = aState; -// return; -// } - - -//======================================================================= -// function : ResetState() -// purpose : Sets myState = -1 a private field indicating which methode is active -//======================================================================= -// void GEOMContext::ResetState() -// { -// myState = -1; -// return; -// } - - //======================================================================= // function : SetActiveDialogBox() // purpose : diff --git a/src/GEOMContext/GEOMContext.h b/src/GEOMContext/GEOMContext.h index cadd5f6ea..78d717f7d 100644 --- a/src/GEOMContext/GEOMContext.h +++ b/src/GEOMContext/GEOMContext.h @@ -29,27 +29,11 @@ #ifndef GEOMCONTEXT_H #define GEOMCONTEXT_H -// SALOME Includes #include "QAD_Desktop.h" #include "GEOM_Client.hxx" -//#include "GEOM_AISShape.hxx" -//#include "GEOM_InteractiveObject.hxx" -//#include "GEOM_Actor.h" - -// Open CASCADE Includes -//#include -//#include #include - -// QT Includes #include -// IDL Headers -//#include -//#include CORBA_SERVER_HEADER(GEOM_Gen) -//#include CORBA_SERVER_HEADER(SALOMEDS) -//#include CORBA_SERVER_HEADER(SALOMEDS_Attributes) - //================================================================================= // class : GEOMContext // purpose : @@ -63,20 +47,10 @@ public : ~GEOMContext(); private : - // QAD_Desktop* myDesktop; - // QAD_Study* myActiveStudy; QDialog* myActiveDialogBox; /* Unique active dialog box */ - int myNbGeom; /* Unique name for a geom entity */ - // int myState; /* Identify a method */ - GEOM_Client myShapeReader; Standard_CString myFatherior; - // AIS_ListOfInteractive myListDisplayedObject; - // Quantity_Color myShadingColor; - - // bool mySettings_AddInStudy; - // bool mySettings_Copy; public : static GEOMContext* GetOrCreateGeomGUI(QAD_Desktop* desktop); @@ -85,28 +59,17 @@ public : OSD_SharedLibrary myGUILibrary; GEOM::GEOM_Gen_var myComponentGeom; int myState; /* Identify a method */ - // Handle(AIS_Shape) mySimulationShape; /* AIS shape used only during topo/geom simulations */ - // QAD_Desktop* GetDesktop(){return myDesktop;}; - // QAD_Study* GetActiveStudy(){return myActiveStudy;}; - QDialog* GetActiveDialogBox(){return myActiveDialogBox ;}; /* Returns the active DialogBox */ - + /* Returns the active DialogBox */ + QDialog* GetActiveDialogBox(){return myActiveDialogBox ;}; int& GetNbGeom(){return myNbGeom;}; - // int& GetState(){return myState;}; - GEOM_Client& GetShapeReader(){return myShapeReader;}; Standard_CString& GetFatherior(){return myFatherior;}; - // AIS_ListOfInteractive& GetListDisplayedObject(){return myListDisplayedObject;}; - // Quantity_Color& GetShadingColor(){return myShadingColor;}; - - // bool& GetSettings_AddInStudy(){return mySettings_AddInStudy;}; - // bool& GetSettings_Copy(){return mySettings_Copy;}; bool LoadLibrary(QString GUILibrary); - // void SetState(int aState); - // void ResetState(); /* Sets myState = -1 a private field to indicate wich method is active */ - void SetActiveDialogBox(QDialog* aDlg); /* Sets 'myActiveDialogBox' a pointer to the active Dialog Box */ + /* Sets 'myActiveDialogBox' a pointer to the active Dialog Box */ + void SetActiveDialogBox(QDialog* aDlg); /* Non modal dialog boxes magement */ void EmitSignalDeactivateDialog(); diff --git a/src/GEOMContext/GEOM_icons.po b/src/GEOMContext/GEOM_icons.po index 3195286cc..a313a820b 100644 --- a/src/GEOMContext/GEOM_icons.po +++ b/src/GEOMContext/GEOM_icons.po @@ -346,4 +346,17 @@ msgstr "multirotationdouble.png" msgid "ICON_DLG_ELLIPSE_PV" msgstr "ellipsepointvector.png" +#SplineDlg +msgid "ICON_DLG_SPLINE" +msgstr "spline.png" + +#SplineDlg +msgid "ICON_DLG_BEZIER" +msgstr "bezier.png" + +#SplineDlg +msgid "ICON_DLG_BSPLINE" +msgstr "bspline.png" + + diff --git a/src/GEOMContext/GEOM_msg_en.po b/src/GEOMContext/GEOM_msg_en.po index 7f16c8f1c..4a3409141 100644 --- a/src/GEOMContext/GEOM_msg_en.po +++ b/src/GEOMContext/GEOM_msg_en.po @@ -157,6 +157,10 @@ msgstr "IGES Files ( *.iges *.igs )" msgid "GEOM_MEN_IMPORT_STEP" msgstr "STEP Files ( *.step *.stp )" +#: GeometryGUI.cxx:3763 +msgid "GEOM_MEN_LOAD_SCRIPT" +msgstr "PYTHON Files ( *.py )" + #: GeometryGUI.cxx:2931 msgid "GEOM_MEN_ISOS" msgstr "Select Number Of Isos" @@ -1177,3 +1181,12 @@ msgid "GEOM_RECONSTRUCTION_LIMIT_EDGE" msgstr "Edge" msgid "GEOM_RECONSTRUCTION_LIMIT_VERTEX" msgstr "Vertex" + +msgid "GEOM_SPLINE_TITLE" +msgstr "Spline Construction" +msgid "GEOM_SPLINE" +msgstr "Spline" +msgid "GEOM_BEZIER" +msgstr "Bezier" +msgid "GEOM_BSPLINE" +msgstr "BSpline"