From 1cd84fee09625d6dd448c0eac7c657ea4dd9e25b Mon Sep 17 00:00:00 2001 From: dbv Date: Mon, 26 Mar 2012 15:59:41 +0400 Subject: [PATCH] 0023030: Collect all DRAW commands created for testing bugs into one package QA* packages have been collected in one QABugs package. --- adm/UDLIST | 22 +------- src/QAAMINO/QAAMINO.cdl | 26 --------- src/QAAlcatel/QAAlcatel.cdl | 25 --------- src/QABRGM/QABRGM.cdl | 26 --------- src/QABUC/FILES | 3 - src/QABUC/QABUC.cdl | 25 --------- src/QABUC/QABUC_CMPLRS.edl | 29 ---------- src/QABugs/FILES | 20 +++++++ src/QABugs/QABugs.cdl | 55 +++++++++++++++++++ src/{QABRGM/QABRGM.cxx => QABugs/QABugs.cxx} | 37 ++++++++----- .../QAAlcatel.cxx => QABugs/QABugs_1.cxx} | 6 +- src/{QANIC/QANIC.cxx => QABugs/QABugs_10.cxx} | 6 +- src/{QAOCC/QAOCC.cxx => QABugs/QABugs_11.cxx} | 6 +- .../QAQuickPen.cxx => QABugs/QABugs_12.cxx} | 6 +- .../QARicardo.cxx => QABugs/QABugs_13.cxx} | 6 +- .../QARina.cxx => QABugs/QABugs_14.cxx} | 6 +- .../QARoutelous.cxx => QABugs/QABugs_15.cxx} | 16 +++--- .../QASamtech.cxx => QABugs/QABugs_16.cxx} | 6 +- .../QATelco.cxx => QABugs/QABugs_17.cxx} | 14 ++--- .../QAUsinor.cxx => QABugs/QABugs_18.cxx} | 6 +- .../QAYasaki.cxx => QABugs/QABugs_19.cxx} | 6 +- .../QAAMINO.cxx => QABugs/QABugs_2.cxx} | 6 +- src/{QABUC/QABUC.cxx => QABugs/QABugs_3.cxx} | 6 +- .../QACADCAM.cxx => QABugs/QABugs_4.cxx} | 6 +- .../QACEADRT.cxx => QABugs/QABugs_5.cxx} | 6 +- .../QAInsynchro.cxx => QABugs/QABugs_6.cxx} | 6 +- .../QAMARTEC.cxx => QABugs/QABugs_7.cxx} | 6 +- .../QAMitutoyoUK.cxx => QABugs/QABugs_8.cxx} | 6 +- .../QAMitutoyoUS.cxx => QABugs/QABugs_9.cxx} | 6 +- .../QABugs_CMPLRS.edl} | 0 .../QABugs_MyText.cdl} | 6 +- .../QABugs_MyText.cxx} | 12 ++-- .../QABugs_PresentableObject.cdl} | 4 +- .../QABugs_PresentableObject.cxx} | 10 ++-- src/QACADCAM/FILES | 3 - src/QACADCAM/QACADCAM.cdl | 25 --------- src/QACEADRT/QACEADRT.cdl | 25 --------- src/QADraw/QADraw_Additional.cxx | 44 +-------------- src/QAInsynchro/QAInsynchro.cdl | 25 --------- src/QAMARTEC/QAMARTEC.cdl | 26 --------- src/QAMitutoyoUK/QAMitutoyoUK.cdl | 25 --------- src/QAMitutoyoUS/QAMitutoyoUS.cdl | 25 --------- src/QANIC/QANIC.cdl | 25 --------- src/QAOCC/FILES | 3 - src/QAOCC/QAOCC.cdl | 32 ----------- src/QAOCC/QAOCC_CMPLRS.edl | 29 ---------- src/QAQuickPen/QAQuickPen.cdl | 26 --------- src/QARicardo/FILES | 3 - src/QARicardo/QARicardo.cdl | 26 --------- src/QARicardo/QARicardo_CMPLRS.edl | 29 ---------- src/QARina/QARina.cdl | 26 --------- src/QARoutelous/QARoutelous.cdl | 31 ----------- src/QASamtech/QASamtech.cdl | 26 --------- src/QATelco/QATelco.cdl | 36 ------------ src/QAUsinor/QAUsinor.cdl | 25 --------- src/QAYasaki/QAYasaki.cdl | 25 --------- src/TKQADraw/PACKAGES | 22 +------- 57 files changed, 184 insertions(+), 810 deletions(-) delete mode 100755 src/QAAMINO/QAAMINO.cdl delete mode 100755 src/QAAlcatel/QAAlcatel.cdl delete mode 100755 src/QABRGM/QABRGM.cdl delete mode 100755 src/QABUC/FILES delete mode 100755 src/QABUC/QABUC.cdl delete mode 100755 src/QABUC/QABUC_CMPLRS.edl create mode 100644 src/QABugs/FILES create mode 100644 src/QABugs/QABugs.cdl rename src/{QABRGM/QABRGM.cxx => QABugs/QABugs.cxx} (55%) mode change 100755 => 100644 rename src/{QAAlcatel/QAAlcatel.cxx => QABugs/QABugs_1.cxx} (99%) mode change 100755 => 100644 rename src/{QANIC/QANIC.cxx => QABugs/QABugs_10.cxx} (99%) mode change 100755 => 100644 rename src/{QAOCC/QAOCC.cxx => QABugs/QABugs_11.cxx} (99%) mode change 100755 => 100644 rename src/{QAQuickPen/QAQuickPen.cxx => QABugs/QABugs_12.cxx} (97%) mode change 100755 => 100644 rename src/{QARicardo/QARicardo.cxx => QABugs/QABugs_13.cxx} (99%) mode change 100755 => 100644 rename src/{QARina/QARina.cxx => QABugs/QABugs_14.cxx} (99%) mode change 100755 => 100644 rename src/{QARoutelous/QARoutelous.cxx => QABugs/QABugs_15.cxx} (84%) mode change 100755 => 100644 rename src/{QASamtech/QASamtech.cxx => QABugs/QABugs_16.cxx} (99%) mode change 100755 => 100644 rename src/{QATelco/QATelco.cxx => QABugs/QABugs_17.cxx} (99%) mode change 100755 => 100644 rename src/{QAUsinor/QAUsinor.cxx => QABugs/QABugs_18.cxx} (99%) mode change 100755 => 100644 rename src/{QAYasaki/QAYasaki.cxx => QABugs/QABugs_19.cxx} (96%) mode change 100755 => 100644 rename src/{QAAMINO/QAAMINO.cxx => QABugs/QABugs_2.cxx} (98%) mode change 100755 => 100644 rename src/{QABUC/QABUC.cxx => QABugs/QABugs_3.cxx} (99%) mode change 100755 => 100644 rename src/{QACADCAM/QACADCAM.cxx => QABugs/QABugs_4.cxx} (98%) mode change 100755 => 100644 rename src/{QACEADRT/QACEADRT.cxx => QABugs/QABugs_5.cxx} (97%) mode change 100755 => 100644 rename src/{QAInsynchro/QAInsynchro.cxx => QABugs/QABugs_6.cxx} (97%) mode change 100755 => 100644 rename src/{QAMARTEC/QAMARTEC.cxx => QABugs/QABugs_7.cxx} (99%) mode change 100755 => 100644 rename src/{QAMitutoyoUK/QAMitutoyoUK.cxx => QABugs/QABugs_8.cxx} (98%) mode change 100755 => 100644 rename src/{QAMitutoyoUS/QAMitutoyoUS.cxx => QABugs/QABugs_9.cxx} (97%) mode change 100755 => 100644 rename src/{QACADCAM/QACADCAM_CMPLRS.edl => QABugs/QABugs_CMPLRS.edl} (100%) mode change 100755 => 100644 rename src/{QATelco/QATelco_MyText.cdl => QABugs/QABugs_MyText.cdl} (93%) mode change 100755 => 100644 rename src/{QATelco/QATelco_MyText.cxx => QABugs/QABugs_MyText.cxx} (87%) mode change 100755 => 100644 rename src/{QARoutelous/QARoutelous_PresentableObject.cdl => QABugs/QABugs_PresentableObject.cdl} (95%) mode change 100755 => 100644 rename src/{QARoutelous/QARoutelous_PresentableObject.cxx => QABugs/QABugs_PresentableObject.cxx} (90%) mode change 100755 => 100644 delete mode 100755 src/QACADCAM/FILES delete mode 100755 src/QACADCAM/QACADCAM.cdl delete mode 100755 src/QACEADRT/QACEADRT.cdl delete mode 100755 src/QAInsynchro/QAInsynchro.cdl delete mode 100755 src/QAMARTEC/QAMARTEC.cdl delete mode 100755 src/QAMitutoyoUK/QAMitutoyoUK.cdl delete mode 100755 src/QAMitutoyoUS/QAMitutoyoUS.cdl delete mode 100755 src/QANIC/QANIC.cdl delete mode 100755 src/QAOCC/FILES delete mode 100755 src/QAOCC/QAOCC.cdl delete mode 100755 src/QAOCC/QAOCC_CMPLRS.edl delete mode 100755 src/QAQuickPen/QAQuickPen.cdl delete mode 100755 src/QARicardo/FILES delete mode 100755 src/QARicardo/QARicardo.cdl delete mode 100755 src/QARicardo/QARicardo_CMPLRS.edl delete mode 100755 src/QARina/QARina.cdl delete mode 100755 src/QARoutelous/QARoutelous.cdl delete mode 100755 src/QASamtech/QASamtech.cdl delete mode 100755 src/QATelco/QATelco.cdl delete mode 100755 src/QAUsinor/QAUsinor.cdl delete mode 100755 src/QAYasaki/QAYasaki.cdl diff --git a/adm/UDLIST b/adm/UDLIST index 07f3139e42..2165d54dd0 100644 --- a/adm/UDLIST +++ b/adm/UDLIST @@ -492,33 +492,13 @@ t TKXDEDRAW t TKXSDRAW x DRAWEXE p DebugTools -p QAAMINO -p QAAlcatel -p QABRGM -p QABUC -p QACADCAM -p QADBMReflex p QADraw -p QAInsynchro -p QAMARTEC -p QAMitutoyoUK -p QAMitutoyoUS p QANCollection -p QANIC p QANewBRepNaming p QANewDBRepNaming p QANewModTopOpe -p QAOCC -p QAQuickPen -p QARicardo -p QARina -p QARoutelous -p QASamtech -p QATelco -p QAUsinor p QAViewer2dTest -p QAYasaki r QAResources t TKQADraw -p QACEADRT p QADNaming +p QABugs diff --git a/src/QAAMINO/QAAMINO.cdl b/src/QAAMINO/QAAMINO.cdl deleted file mode 100755 index f5f7084b32..0000000000 --- a/src/QAAMINO/QAAMINO.cdl +++ /dev/null @@ -1,26 +0,0 @@ --- Created on: 2002-07-18 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QAAMINO - uses Draw -is - - Commands(DI : in out Interpretor from Draw); -end; diff --git a/src/QAAlcatel/QAAlcatel.cdl b/src/QAAlcatel/QAAlcatel.cdl deleted file mode 100755 index d43647e976..0000000000 --- a/src/QAAlcatel/QAAlcatel.cdl +++ /dev/null @@ -1,25 +0,0 @@ --- Created on: 2002-05-21 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QAAlcatel - uses Draw -is - Commands(DI : in out Interpretor from Draw); -end; diff --git a/src/QABRGM/QABRGM.cdl b/src/QABRGM/QABRGM.cdl deleted file mode 100755 index 7196bb76b2..0000000000 --- a/src/QABRGM/QABRGM.cdl +++ /dev/null @@ -1,26 +0,0 @@ --- Created on: 2002-03-20 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QABRGM - uses Draw -is - Commands(DI : in out Interpretor from Draw); -end; - diff --git a/src/QABUC/FILES b/src/QABUC/FILES deleted file mode 100755 index 24501a63de..0000000000 --- a/src/QABUC/FILES +++ /dev/null @@ -1,3 +0,0 @@ -QABUC.cdl -QABUC.cxx -QABUC_CMPLRS.edl diff --git a/src/QABUC/QABUC.cdl b/src/QABUC/QABUC.cdl deleted file mode 100755 index 6d41c2e187..0000000000 --- a/src/QABUC/QABUC.cdl +++ /dev/null @@ -1,25 +0,0 @@ --- Created on: 2002-06-17 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QABUC - uses Draw -is - Commands(DI : in out Interpretor from Draw); -end; diff --git a/src/QABUC/QABUC_CMPLRS.edl b/src/QABUC/QABUC_CMPLRS.edl deleted file mode 100755 index e3d8819516..0000000000 --- a/src/QABUC/QABUC_CMPLRS.edl +++ /dev/null @@ -1,29 +0,0 @@ --- Created on: 2002-06-17 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -@ifnotdefined ( %QABUC_CMPLRS_EDL) then -@set %QABUC_CMPLRS_EDL = ""; - - @uses "CSF.edl" ; - - @string %CMPLRS_CXX_Options = " -I"%CSF_TCL_INCLUDE %CMPLRS_CXX_Options ; - - -@endif; diff --git a/src/QABugs/FILES b/src/QABugs/FILES new file mode 100644 index 0000000000..b5b239144d --- /dev/null +++ b/src/QABugs/FILES @@ -0,0 +1,20 @@ +QABugs_1.cxx +QABugs_2.cxx +QABugs_3.cxx +QABugs_4.cxx +QABugs_5.cxx +QABugs_6.cxx +QABugs_7.cxx +QABugs_8.cxx +QABugs_9.cxx +QABugs_10.cxx +QABugs_11.cxx +QABugs_12.cxx +QABugs_13.cxx +QABugs_14.cxx +QABugs_15.cxx +QABugs_16.cxx +QABugs_17.cxx +QABugs_18.cxx +QABugs_19.cxx +QABugs_CMPLRS.edl diff --git a/src/QABugs/QABugs.cdl b/src/QABugs/QABugs.cdl new file mode 100644 index 0000000000..7902b3bb49 --- /dev/null +++ b/src/QABugs/QABugs.cdl @@ -0,0 +1,55 @@ +-- Created on: 2012-03-23 +-- Created by: DBV +-- Copyright (c) 2002-2012 OPEN CASCADE SAS +-- +-- The content of this file is subject to the Open CASCADE Technology Public +-- License Version 6.5 (the "License"). You may not use the content of this file +-- except in compliance with the License. Please obtain a copy of the License +-- at http://www.opencascade.org and read it completely before using this file. +-- +-- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its +-- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. +-- +-- The Original Code and all software distributed under the License is +-- distributed on an "AS IS" basis, without warranty of any kind, and the +-- Initial Developer hereby disclaims all such warranties, including without +-- limitation, any warranties of merchantability, fitness for a particular +-- purpose or non-infringement. Please see the License for the specific terms +-- and conditions governing the rights and limitations under the License. + + +package QABugs +uses + Draw, + TCollection, + gp, + PrsMgr, + Prs3d, + Quantity, + SelectMgr, + AIS +is + class MyText; + class PresentableObject; + + Commands(DI : in out Interpretor from Draw); + Commands_1(DI : in out Interpretor from Draw); + Commands_2(DI : in out Interpretor from Draw); + Commands_3(DI : in out Interpretor from Draw); + Commands_4(DI : in out Interpretor from Draw); + Commands_5(DI : in out Interpretor from Draw); + Commands_6(DI : in out Interpretor from Draw); + Commands_7(DI : in out Interpretor from Draw); + Commands_8(DI : in out Interpretor from Draw); + Commands_9(DI : in out Interpretor from Draw); + Commands_10(DI : in out Interpretor from Draw); + Commands_11(DI : in out Interpretor from Draw); + Commands_12(DI : in out Interpretor from Draw); + Commands_13(DI : in out Interpretor from Draw); + Commands_14(DI : in out Interpretor from Draw); + Commands_15(DI : in out Interpretor from Draw); + Commands_16(DI : in out Interpretor from Draw); + Commands_17(DI : in out Interpretor from Draw); + Commands_18(DI : in out Interpretor from Draw); + Commands_19(DI : in out Interpretor from Draw); +end; \ No newline at end of file diff --git a/src/QABRGM/QABRGM.cxx b/src/QABugs/QABugs.cxx old mode 100755 new mode 100644 similarity index 55% rename from src/QABRGM/QABRGM.cxx rename to src/QABugs/QABugs.cxx index d8da2cf749..e6f3ec29dc --- a/src/QABRGM/QABRGM.cxx +++ b/src/QABugs/QABugs.cxx @@ -1,5 +1,5 @@ -// Created on: 2002-03-20 -// Created by: QA Admin +// Created on: 2012-03-23 +// Created by: DBV // Copyright (c) 2002-2012 OPEN CASCADE SAS // // The content of this file is subject to the Open CASCADE Technology Public @@ -18,19 +18,28 @@ // and conditions governing the rights and limitations under the License. +#include -#include - -#include -#include -#include -#include -#include -#include -#include - -void QABRGM::Commands(Draw_Interpretor& theCommands) { - char *group = "QABRGM"; +void QABugs::Commands(Draw_Interpretor& theCommands) { + QABugs::Commands_1(theCommands); + QABugs::Commands_2(theCommands); + QABugs::Commands_3(theCommands); + QABugs::Commands_4(theCommands); + QABugs::Commands_5(theCommands); + QABugs::Commands_6(theCommands); + QABugs::Commands_7(theCommands); + QABugs::Commands_8(theCommands); + QABugs::Commands_9(theCommands); + QABugs::Commands_10(theCommands); + QABugs::Commands_11(theCommands); + QABugs::Commands_12(theCommands); + QABugs::Commands_13(theCommands); + QABugs::Commands_14(theCommands); + QABugs::Commands_15(theCommands); + QABugs::Commands_16(theCommands); + QABugs::Commands_17(theCommands); + QABugs::Commands_18(theCommands); + QABugs::Commands_19(theCommands); return; } diff --git a/src/QAAlcatel/QAAlcatel.cxx b/src/QABugs/QABugs_1.cxx old mode 100755 new mode 100644 similarity index 99% rename from src/QAAlcatel/QAAlcatel.cxx rename to src/QABugs/QABugs_1.cxx index 754a4ae303..586f977d54 --- a/src/QAAlcatel/QAAlcatel.cxx +++ b/src/QABugs/QABugs_1.cxx @@ -19,7 +19,7 @@ -#include +#include #include #include @@ -513,8 +513,8 @@ static Standard_Integer OCC361bug (Draw_Interpretor& di, Standard_Integer nb, co return 0; } -void QAAlcatel::Commands(Draw_Interpretor& theCommands) { - const char *group = "QAAlcatel"; +void QABugs::Commands_1(Draw_Interpretor& theCommands) { + const char *group = "QABugs"; theCommands.Add ("OCC328", "OCC328 shape mode", __FILE__, OCC328bug, group); diff --git a/src/QANIC/QANIC.cxx b/src/QABugs/QABugs_10.cxx old mode 100755 new mode 100644 similarity index 99% rename from src/QANIC/QANIC.cxx rename to src/QABugs/QABugs_10.cxx index 7b86c7c600..b0ab73f44d --- a/src/QANIC/QANIC.cxx +++ b/src/QABugs/QABugs_10.cxx @@ -19,7 +19,7 @@ -#include +#include #include #include @@ -1168,8 +1168,8 @@ static Standard_Integer OCC828 (Draw_Interpretor& di,Standard_Integer argc, cons return 0; } -void QANIC::Commands(Draw_Interpretor& theCommands) { - char *group = "QANIC"; +void QABugs::Commands_10(Draw_Interpretor& theCommands) { + char *group = "QABugs"; theCommands.Add ("OCC426", "OCC426 shape1 shape2 shape3 shape4 shape5 shape6 [BRepAlgoAPI/BRepAlgo = 1/0]", __FILE__, OCC426, group); diff --git a/src/QAOCC/QAOCC.cxx b/src/QABugs/QABugs_11.cxx old mode 100755 new mode 100644 similarity index 99% rename from src/QAOCC/QAOCC.cxx rename to src/QABugs/QABugs_11.cxx index 0a2cf774f4..c3c954aaee --- a/src/QAOCC/QAOCC.cxx +++ b/src/QABugs/QABugs_11.cxx @@ -21,7 +21,7 @@ #include -#include +#include #include #include @@ -5330,8 +5330,8 @@ Standard_Integer bcarray (Draw_Interpretor& di, Standard_Integer argc, const cha return 0; } -void QAOCC::Commands(Draw_Interpretor& theCommands) { - const char *group = "QAOCC"; +void QABugs::Commands_11(Draw_Interpretor& theCommands) { + const char *group = "QABugs"; theCommands.Add("OCC128", "OCC128", __FILE__, OCC128, group); diff --git a/src/QAQuickPen/QAQuickPen.cxx b/src/QABugs/QABugs_12.cxx old mode 100755 new mode 100644 similarity index 97% rename from src/QAQuickPen/QAQuickPen.cxx rename to src/QABugs/QABugs_12.cxx index 72c96bf129..e486b918f2 --- a/src/QAQuickPen/QAQuickPen.cxx +++ b/src/QABugs/QABugs_12.cxx @@ -19,7 +19,7 @@ -#include +#include #include #include @@ -125,8 +125,8 @@ static Standard_Integer OCC895 (Draw_Interpretor& di, Standard_Integer argc, con return 0; } -void QAQuickPen::Commands(Draw_Interpretor& theCommands) { - char *group = "QAQuickPen"; +void QABugs::Commands_12(Draw_Interpretor& theCommands) { + char *group = "QABugs"; theCommands.Add ("OCC895", "OCC895 result [angle [reverse [order]]]", __FILE__, OCC895, group); diff --git a/src/QARicardo/QARicardo.cxx b/src/QABugs/QABugs_13.cxx old mode 100755 new mode 100644 similarity index 99% rename from src/QARicardo/QARicardo.cxx rename to src/QABugs/QABugs_13.cxx index ec3aeb59d5..39758d7ece --- a/src/QARicardo/QARicardo.cxx +++ b/src/QABugs/QABugs_13.cxx @@ -19,7 +19,7 @@ -#include +#include #include #include @@ -1060,8 +1060,8 @@ static Standard_Integer OCC817 (Draw_Interpretor& di, Standard_Integer argc, con return 0; } -void QARicardo::Commands(Draw_Interpretor& theCommands) { - char *group = "QARicardo"; +void QABugs::Commands_13(Draw_Interpretor& theCommands) { + char *group = "QABugs"; theCommands.Add ("OCC332", "OCC332 [wall_thickness [dia1 [dia2 [length [major_radius]]]]]", __FILE__, OCC332bug, group); //////theCommands.Add("OCC544", "OCC544 [[[[[wT [[[[d1 [[[d2 [[R [length]]]]]", __FILE__, OCC544, group); diff --git a/src/QARina/QARina.cxx b/src/QABugs/QABugs_14.cxx old mode 100755 new mode 100644 similarity index 99% rename from src/QARina/QARina.cxx rename to src/QABugs/QABugs_14.cxx index d14c773d4d..448917e63a --- a/src/QARina/QARina.cxx +++ b/src/QABugs/QABugs_14.cxx @@ -20,7 +20,7 @@ #include -#include +#include #include #include @@ -1065,8 +1065,8 @@ static Standard_Integer OCC16485 (Draw_Interpretor& di, Standard_Integer argc, c //Resulting dimensions: Xmin = -0.001 , Xmax = 1000.001 , Tolerance = 0.001 //TEST OK -void QARina::Commands(Draw_Interpretor& theCommands) { - const char *group = "QARina"; +void QABugs::Commands_14(Draw_Interpretor& theCommands) { + const char *group = "QABugs"; theCommands.Add ("BUC60897", "BUC60897", __FILE__, BUC60897, group); theCommands.Add ("BUC60889", "BUC60889 point_1 point_2 name_of_edge bndbox_X1 bndbox_Y1 bndbox_Z1 bndbox_X2 bndbox_Y2 bndbox_Z2", __FILE__, BUC60889, group); diff --git a/src/QARoutelous/QARoutelous.cxx b/src/QABugs/QABugs_15.cxx old mode 100755 new mode 100644 similarity index 84% rename from src/QARoutelous/QARoutelous.cxx rename to src/QABugs/QABugs_15.cxx index 77b06bfd3a..bf5fb2ac1b --- a/src/QARoutelous/QARoutelous.cxx +++ b/src/QABugs/QABugs_15.cxx @@ -19,7 +19,7 @@ -#include +#include #include #include @@ -29,10 +29,10 @@ #include #include -#include +#include -Handle(QARoutelous_PresentableObject) theObject1=NULL; -Handle(QARoutelous_PresentableObject) theObject2=NULL; +Handle(QABugs_PresentableObject) theObject1=NULL; +Handle(QABugs_PresentableObject) theObject2=NULL; static Standard_Integer BUC60720 (Draw_Interpretor& di,Standard_Integer argc,const char ** argv ) { @@ -49,14 +49,14 @@ static Standard_Integer BUC60720 (Draw_Interpretor& di,Standard_Integer argc,con if(atoi(argv[1]) == 0) { if ( theObject1.IsNull() ) { - theObject1 = new QARoutelous_PresentableObject(); + theObject1 = new QABugs_PresentableObject(); theObject1->SetDisplayMode(0); myAISContext->Display(theObject1); } } else if(atoi(argv[1]) == 1) { if ( theObject2.IsNull() ) { - theObject2 = new QARoutelous_PresentableObject(); + theObject2 = new QABugs_PresentableObject(); theObject2->SetDisplayMode(1); myAISContext->Display(theObject2); } @@ -67,8 +67,8 @@ static Standard_Integer BUC60720 (Draw_Interpretor& di,Standard_Integer argc,con return 0; } -void QARoutelous::Commands(Draw_Interpretor& theCommands) +void QABugs::Commands_15(Draw_Interpretor& theCommands) { - char *group = "QARoutelous"; + char *group = "QABugs"; theCommands.Add("BUC60720","BUC60720 0/1",__FILE__,BUC60720,group); } diff --git a/src/QASamtech/QASamtech.cxx b/src/QABugs/QABugs_16.cxx old mode 100755 new mode 100644 similarity index 99% rename from src/QASamtech/QASamtech.cxx rename to src/QABugs/QABugs_16.cxx index 2c591d37e1..4f040545c9 --- a/src/QASamtech/QASamtech.cxx +++ b/src/QABugs/QABugs_16.cxx @@ -19,7 +19,7 @@ -#include +#include #include #include @@ -852,8 +852,8 @@ static Standard_Integer OCC904 (Draw_Interpretor& di, Standard_Integer argc, con return 0; } -void QASamtech::Commands(Draw_Interpretor& theCommands) { - char *group = "QASamtech"; +void QABugs::Commands_16(Draw_Interpretor& theCommands) { + char *group = "QABugs"; theCommands.Add ("BUC60848", "BUC60848 shape", __FILE__, BUC60848, group); theCommands.Add ("BUC60828", "BUC60828", __FILE__, BUC60828, group); diff --git a/src/QATelco/QATelco.cxx b/src/QABugs/QABugs_17.cxx old mode 100755 new mode 100644 similarity index 99% rename from src/QATelco/QATelco.cxx rename to src/QABugs/QABugs_17.cxx index 48b7f89ca5..e1648e0dfa --- a/src/QATelco/QATelco.cxx +++ b/src/QABugs/QABugs_17.cxx @@ -25,7 +25,7 @@ #include -#include +#include #include #include @@ -78,7 +78,7 @@ #include #include -#include +#include #if defined(WOKC40) #include @@ -461,13 +461,13 @@ static Standard_Integer BUC60821(Draw_Interpretor& di, Standard_Integer argc,con return -1; } - Handle(QATelco_MyText) txt1 = new QATelco_MyText("Gosha1",gp_Pnt(0,0,0),Graphic3d_NOF_ASCII_SIMPLEX,Quantity_NOC_RED,atoi(argv[1])); + Handle(QABugs_MyText) txt1 = new QABugs_MyText("Gosha1",gp_Pnt(0,0,0),Graphic3d_NOF_ASCII_SIMPLEX,Quantity_NOC_RED,atoi(argv[1])); aContext->Display(txt1); - Handle(QATelco_MyText) txt2 = new QATelco_MyText("Gosha2",gp_Pnt(0,0,100),Graphic3d_NOF_ASCII_SIMPLEX,Quantity_NOC_YELLOW,atoi(argv[2])); + Handle(QABugs_MyText) txt2 = new QABugs_MyText("Gosha2",gp_Pnt(0,0,100),Graphic3d_NOF_ASCII_SIMPLEX,Quantity_NOC_YELLOW,atoi(argv[2])); aContext->Display(txt2); - Handle(QATelco_MyText) txt3 = new QATelco_MyText("Gosha3",gp_Pnt(0,100,100),Graphic3d_NOF_ASCII_SIMPLEX,Quantity_NOC_SKYBLUE,atoi(argv[3])); + Handle(QABugs_MyText) txt3 = new QABugs_MyText("Gosha3",gp_Pnt(0,100,100),Graphic3d_NOF_ASCII_SIMPLEX,Quantity_NOC_SKYBLUE,atoi(argv[3])); aContext->Display(txt3); return 0; @@ -2244,8 +2244,8 @@ Standard_Integer OCC17480(Draw_Interpretor& di, Standard_Integer n, const ch return 0; } -void QATelco::Commands(Draw_Interpretor& theCommands) { - char *group = "QATelco"; +void QABugs::Commands_17(Draw_Interpretor& theCommands) { + char *group = "QABugs"; theCommands.Add ("BUC60842", "BUC60842", __FILE__, BUC60842, group); theCommands.Add ("BUC60843", "BUC60843 result_shape name_of_circle name_of_curve [ par1 [ tol ] ]", __FILE__, BUC60843, group); diff --git a/src/QAUsinor/QAUsinor.cxx b/src/QABugs/QABugs_18.cxx old mode 100755 new mode 100644 similarity index 99% rename from src/QAUsinor/QAUsinor.cxx rename to src/QABugs/QABugs_18.cxx index 921bf97525..a64b924c9e --- a/src/QAUsinor/QAUsinor.cxx +++ b/src/QABugs/QABugs_18.cxx @@ -23,7 +23,7 @@ #define Viewer2dTest QAViewer2dTest #endif -#include +#include #include #include @@ -428,8 +428,8 @@ static Standard_Integer OCC404bug (Draw_Interpretor& di, Standard_Integer argc, return 0; } -void QAUsinor::Commands(Draw_Interpretor& theCommands) { - char *group = "QAUsinor"; +void QABugs::Commands_18(Draw_Interpretor& theCommands) { + char *group = "QABugs"; theCommands.Add("BUC60851", "BUC60851", __FILE__, BUC60851, group); theCommands.Add("OCC216", "OCC216", __FILE__, OCC216, group); diff --git a/src/QAYasaki/QAYasaki.cxx b/src/QABugs/QABugs_19.cxx old mode 100755 new mode 100644 similarity index 96% rename from src/QAYasaki/QAYasaki.cxx rename to src/QABugs/QABugs_19.cxx index 44dc40989f..cdb55f4e51 --- a/src/QAYasaki/QAYasaki.cxx +++ b/src/QABugs/QABugs_19.cxx @@ -19,7 +19,7 @@ -#include +#include #include #include @@ -70,8 +70,8 @@ static Standard_Integer OCC142 (Draw_Interpretor& di, Standard_Integer /*argc*/, return 0; } -void QAYasaki::Commands(Draw_Interpretor& theCommands) { - char *group = "QAYasaki"; +void QABugs::Commands_19(Draw_Interpretor& theCommands) { + char *group = "QABugs"; theCommands.Add ("OCC230", "OCC230 TrimmedCurve Pnt2d Pnt2d", __FILE__, OCC230, group); theCommands.Add ("OCC142", "OCC142", __FILE__, OCC142, group); diff --git a/src/QAAMINO/QAAMINO.cxx b/src/QABugs/QABugs_2.cxx old mode 100755 new mode 100644 similarity index 98% rename from src/QAAMINO/QAAMINO.cxx rename to src/QABugs/QABugs_2.cxx index 6c620c91c5..e467df7c31 --- a/src/QAAMINO/QAAMINO.cxx +++ b/src/QABugs/QABugs_2.cxx @@ -19,7 +19,7 @@ -#include +#include #include #include @@ -199,8 +199,8 @@ static Standard_Integer OCC1048 (Draw_Interpretor& di, Standard_Integer argc, co return 0; } -void QAAMINO::Commands(Draw_Interpretor& theCommands) { - char *group = "QAAMINO"; +void QABugs::Commands_2(Draw_Interpretor& theCommands) { + char *group = "QABugs"; //theCommands.Add("OCC527", "OCC527 shape", __FILE__, OCC527, group); theCommands.Add("OCC527", "OCC527 shape [BRepAlgoAPI/BRepAlgo = 1/0]", __FILE__, OCC527, group); diff --git a/src/QABUC/QABUC.cxx b/src/QABugs/QABugs_3.cxx old mode 100755 new mode 100644 similarity index 99% rename from src/QABUC/QABUC.cxx rename to src/QABugs/QABugs_3.cxx index 68d67895a9..060903f068 --- a/src/QABUC/QABUC.cxx +++ b/src/QABugs/QABugs_3.cxx @@ -18,7 +18,7 @@ // and conditions governing the rights and limitations under the License. -#include +#include #ifdef HAVE_CONFIG_H #include #endif @@ -2253,8 +2253,8 @@ static Standard_Integer BUC60951_(Draw_Interpretor& di, Standard_Integer argc, c return 0; } -void QABUC::Commands(Draw_Interpretor& theCommands) { - const char *group = "QABUC"; +void QABugs::Commands_3(Draw_Interpretor& theCommands) { + const char *group = "QABugs"; theCommands.Add("BUC60623","BUC60623 result Shape1 Shape2",__FILE__,BUC60623,group); theCommands.Add("BUC60569","BUC60569 shape",__FILE__,BUC60569,group); diff --git a/src/QACADCAM/QACADCAM.cxx b/src/QABugs/QABugs_4.cxx old mode 100755 new mode 100644 similarity index 98% rename from src/QACADCAM/QACADCAM.cxx rename to src/QABugs/QABugs_4.cxx index 594efdef19..ea0ee22e54 --- a/src/QACADCAM/QACADCAM.cxx +++ b/src/QABugs/QABugs_4.cxx @@ -19,7 +19,7 @@ -#include +#include #include #include @@ -144,8 +144,8 @@ static int BUC60627(Draw_Interpretor& di, Standard_Integer argc, const char ** a return 1; } -void QACADCAM::Commands(Draw_Interpretor& theCommands) { - char *group = "QACADCAM"; +void QABugs::Commands_4(Draw_Interpretor& theCommands) { + char *group = "QABugs"; theCommands.Add("BUC60738","BUC60738",__FILE__,BUC60738,group); theCommands.Add("BUC60606","BUC60606 name",__FILE__,BUC60606,group); diff --git a/src/QACEADRT/QACEADRT.cxx b/src/QABugs/QABugs_5.cxx old mode 100755 new mode 100644 similarity index 97% rename from src/QACEADRT/QACEADRT.cxx rename to src/QABugs/QABugs_5.cxx index 6e878e6eb5..c31774dd0c --- a/src/QACEADRT/QACEADRT.cxx +++ b/src/QABugs/QABugs_5.cxx @@ -19,7 +19,7 @@ -#include +#include #include #include @@ -117,8 +117,8 @@ static Standard_Integer OCC5696 (Draw_Interpretor& di, Standard_Integer argc, co return 0; } -void QACEADRT::Commands(Draw_Interpretor& theCommands) { - char *group = "QACEADRT"; +void QABugs::Commands_5(Draw_Interpretor& theCommands) { + char *group = "QABugs"; theCommands.Add ("OCC6001", "OCC6001 name curve/wire surface\n\t\tintersect curve by surface", __FILE__, OCC6001, group); diff --git a/src/QAInsynchro/QAInsynchro.cxx b/src/QABugs/QABugs_6.cxx old mode 100755 new mode 100644 similarity index 97% rename from src/QAInsynchro/QAInsynchro.cxx rename to src/QABugs/QABugs_6.cxx index 87f625fb20..69e92bb114 --- a/src/QAInsynchro/QAInsynchro.cxx +++ b/src/QABugs/QABugs_6.cxx @@ -19,7 +19,7 @@ -#include +#include #include #include @@ -121,8 +121,8 @@ static Standard_Integer OCC281bug (Draw_Interpretor& di, Standard_Integer argc, return 0; } -void QAInsynchro::Commands(Draw_Interpretor& theCommands) { - char *group = "QAInsynchro"; +void QABugs::Commands_6(Draw_Interpretor& theCommands) { + char *group = "QABugs"; theCommands.Add ("OCC281", "OCC281 x y TypeOfMarker(0-12)", __FILE__, OCC281bug, group); diff --git a/src/QAMARTEC/QAMARTEC.cxx b/src/QABugs/QABugs_7.cxx old mode 100755 new mode 100644 similarity index 99% rename from src/QAMARTEC/QAMARTEC.cxx rename to src/QABugs/QABugs_7.cxx index 4440d7966e..c76ffd51b8 --- a/src/QAMARTEC/QAMARTEC.cxx +++ b/src/QABugs/QABugs_7.cxx @@ -19,7 +19,7 @@ -#include +#include #include #include @@ -322,8 +322,8 @@ static Standard_Integer OCC862 (Draw_Interpretor& di, Standard_Integer argc, con return 0; } -void QAMARTEC::Commands(Draw_Interpretor& theCommands) { - char *group = "QAMARTEC"; +void QABugs::Commands_7(Draw_Interpretor& theCommands) { + char *group = "QABugs"; theCommands.Add("OCC862", "OCC862 curve1 curve2", __FILE__, OCC862, group); return; diff --git a/src/QAMitutoyoUK/QAMitutoyoUK.cxx b/src/QABugs/QABugs_8.cxx old mode 100755 new mode 100644 similarity index 98% rename from src/QAMitutoyoUK/QAMitutoyoUK.cxx rename to src/QABugs/QABugs_8.cxx index 653c5a11d8..777ecc3684 --- a/src/QAMitutoyoUK/QAMitutoyoUK.cxx +++ b/src/QABugs/QABugs_8.cxx @@ -19,7 +19,7 @@ -#include +#include #include #include @@ -258,8 +258,8 @@ static Standard_Integer OCC1651 (Draw_Interpretor& di, Standard_Integer argc, co return 0; } -void QAMitutoyoUK::Commands(Draw_Interpretor& theCommands) { - char *group = "QAMitutoyoUK"; +void QABugs::Commands_8(Draw_Interpretor& theCommands) { + char *group = "QABugs"; theCommands.Add("BUC60753", "BUC60753 mode ratio", __FILE__, BUC60753, group); theCommands.Add("OCC162", "OCC162 name", __FILE__, OCC162, group); diff --git a/src/QAMitutoyoUS/QAMitutoyoUS.cxx b/src/QABugs/QABugs_9.cxx old mode 100755 new mode 100644 similarity index 97% rename from src/QAMitutoyoUS/QAMitutoyoUS.cxx rename to src/QABugs/QABugs_9.cxx index 0e29d39092..27a754e25f --- a/src/QAMitutoyoUS/QAMitutoyoUS.cxx +++ b/src/QABugs/QABugs_9.cxx @@ -19,7 +19,7 @@ -#include +#include #include #include @@ -149,8 +149,8 @@ static Standard_Integer OCC137_z (Draw_Interpretor& di, Standard_Integer argc, c return 0; } -void QAMitutoyoUS::Commands(Draw_Interpretor& theCommands) { - char *group = "QAMitutoyoUS"; +void QABugs::Commands_9(Draw_Interpretor& theCommands) { + char *group = "QABugs"; theCommands.Add ("BUC60857", "BUC60857", __FILE__, BUC60857, group); theCommands.Add("OCC137","OCC137 mode [shape]",__FILE__,OCC137,group); diff --git a/src/QACADCAM/QACADCAM_CMPLRS.edl b/src/QABugs/QABugs_CMPLRS.edl old mode 100755 new mode 100644 similarity index 100% rename from src/QACADCAM/QACADCAM_CMPLRS.edl rename to src/QABugs/QABugs_CMPLRS.edl diff --git a/src/QATelco/QATelco_MyText.cdl b/src/QABugs/QABugs_MyText.cdl old mode 100755 new mode 100644 similarity index 93% rename from src/QATelco/QATelco_MyText.cdl rename to src/QABugs/QABugs_MyText.cdl index 76f9e32135..fe2a392fb4 --- a/src/QATelco/QATelco_MyText.cdl +++ b/src/QABugs/QABugs_MyText.cdl @@ -18,7 +18,7 @@ -- and conditions governing the rights and limitations under the License. -class MyText from QATelco inherits InteractiveObject from AIS +class MyText from QABugs inherits InteractiveObject from AIS uses ExtendedString from TCollection, Pnt from gp, @@ -28,9 +28,9 @@ uses Selection from SelectMgr is Create(aText :ExtendedString from TCollection;aPosition : Pnt from gp) - returns mutable MyText from QATelco; + returns mutable MyText from QABugs; Create(aText :ExtendedString from TCollection;aPosition : Pnt from gp;aFont : CString from Standard; aColor : NameOfColor from Quantity; aHeight :Real from Standard) - returns mutable MyText from QATelco; + returns mutable MyText from QABugs; NbPossibleSelection(me) returns Integer from Standard diff --git a/src/QATelco/QATelco_MyText.cxx b/src/QABugs/QABugs_MyText.cxx old mode 100755 new mode 100644 similarity index 87% rename from src/QATelco/QATelco_MyText.cxx rename to src/QABugs/QABugs_MyText.cxx index 57fffac845..b69452a505 --- a/src/QATelco/QATelco_MyText.cxx +++ b/src/QABugs/QABugs_MyText.cxx @@ -19,8 +19,8 @@ -#include -#include +#include +#include #include #include #include @@ -37,7 +37,7 @@ **************************************************************************/ -QATelco_MyText::QATelco_MyText(const TCollection_ExtendedString& aText, const gp_Pnt& aPosition, +QABugs_MyText::QABugs_MyText(const TCollection_ExtendedString& aText, const gp_Pnt& aPosition, const Standard_CString aFont, const Quantity_NameOfColor aColor, const Standard_Real aHeight) { myPosition = aPosition; @@ -54,7 +54,7 @@ QATelco_MyText::QATelco_MyText(const TCollection_ExtendedString& aText, const gp * **************************************************************************/ -void QATelco_MyText::Compute(const Handle(PrsMgr_PresentationManager3d)& aPresentationManager, +void QABugs_MyText::Compute(const Handle(PrsMgr_PresentationManager3d)& aPresentationManager, const Handle(Prs3d_Presentation)& aPresentation, const Standard_Integer aMode ) { @@ -67,7 +67,7 @@ void QATelco_MyText::Compute(const Handle(PrsMgr_PresentationManager3d)& aPresen Prs3d_Text::Draw(aPresentation, asp, myText, myPosition); } -void QATelco_MyText::ComputeSelection(const Handle(SelectMgr_Selection)& aSelection, +void QABugs_MyText::ComputeSelection(const Handle(SelectMgr_Selection)& aSelection, const Standard_Integer aMode) { // This code is here to compute the selection, erase this code if you don't what selection. @@ -85,7 +85,7 @@ void QATelco_MyText::ComputeSelection(const Handle(SelectMgr_Selection)& aSelect } -Standard_Integer QATelco_MyText::NbPossibleSelection() const +Standard_Integer QABugs_MyText::NbPossibleSelection() const { return 1; } diff --git a/src/QARoutelous/QARoutelous_PresentableObject.cdl b/src/QABugs/QABugs_PresentableObject.cdl old mode 100755 new mode 100644 similarity index 95% rename from src/QARoutelous/QARoutelous_PresentableObject.cdl rename to src/QABugs/QABugs_PresentableObject.cdl index 33fde7a8e8..c04bb2cd3b --- a/src/QARoutelous/QARoutelous_PresentableObject.cdl +++ b/src/QABugs/QABugs_PresentableObject.cdl @@ -18,7 +18,7 @@ -- and conditions governing the rights and limitations under the License. -class PresentableObject from QARoutelous inherits InteractiveObject from AIS +class PresentableObject from QABugs inherits InteractiveObject from AIS uses Selection from SelectMgr, PresentationManager3d from PrsMgr, @@ -26,7 +26,7 @@ uses TypeOfPresentation3d from PrsMgr is - Create(aTypeOfPresentation3d: TypeOfPresentation3d from PrsMgr = PrsMgr_TOP_AllView) returns mutable PresentableObject from QARoutelous; + Create(aTypeOfPresentation3d: TypeOfPresentation3d from PrsMgr = PrsMgr_TOP_AllView) returns mutable PresentableObject from QABugs; ComputeSelection(me:mutable; aSelection :mutable Selection from SelectMgr; aMode : Integer) is redefined virtual protected; diff --git a/src/QARoutelous/QARoutelous_PresentableObject.cxx b/src/QABugs/QABugs_PresentableObject.cxx old mode 100755 new mode 100644 similarity index 90% rename from src/QARoutelous/QARoutelous_PresentableObject.cxx rename to src/QABugs/QABugs_PresentableObject.cxx index b6790f8637..ece8d5dbe8 --- a/src/QARoutelous/QARoutelous_PresentableObject.cxx +++ b/src/QABugs/QABugs_PresentableObject.cxx @@ -19,8 +19,8 @@ -#include -#include +#include +#include #include #include @@ -33,12 +33,12 @@ #include #include -QARoutelous_PresentableObject::QARoutelous_PresentableObject(const PrsMgr_TypeOfPresentation3d aTypeOfPresentation3d) +QABugs_PresentableObject::QABugs_PresentableObject(const PrsMgr_TypeOfPresentation3d aTypeOfPresentation3d) :AIS_InteractiveObject(aTypeOfPresentation3d) { } -void QARoutelous_PresentableObject::Compute(const Handle(PrsMgr_PresentationManager3d)& aPresentationManager, +void QABugs_PresentableObject::Compute(const Handle(PrsMgr_PresentationManager3d)& aPresentationManager, const Handle(Prs3d_Presentation)& aPresentation, const Standard_Integer aMode ) { @@ -108,6 +108,6 @@ void QARoutelous_PresentableObject::Compute(const Handle(PrsMgr_PresentationMana } -void QARoutelous_PresentableObject::ComputeSelection(const Handle(SelectMgr_Selection)& aSelection, +void QABugs_PresentableObject::ComputeSelection(const Handle(SelectMgr_Selection)& aSelection, const Standard_Integer aMode) { } diff --git a/src/QACADCAM/FILES b/src/QACADCAM/FILES deleted file mode 100755 index ad1075a684..0000000000 --- a/src/QACADCAM/FILES +++ /dev/null @@ -1,3 +0,0 @@ -QACADCAM.cdl -QACADCAM.cxx -QACADCAM_CMPLRS.edl diff --git a/src/QACADCAM/QACADCAM.cdl b/src/QACADCAM/QACADCAM.cdl deleted file mode 100755 index 62d727bc5d..0000000000 --- a/src/QACADCAM/QACADCAM.cdl +++ /dev/null @@ -1,25 +0,0 @@ --- Created on: 2002-03-19 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QACADCAM - uses Draw -is - Commands(DI : in out Interpretor from Draw); -end; diff --git a/src/QACEADRT/QACEADRT.cdl b/src/QACEADRT/QACEADRT.cdl deleted file mode 100755 index 5192cab0e4..0000000000 --- a/src/QACEADRT/QACEADRT.cdl +++ /dev/null @@ -1,25 +0,0 @@ --- Created on: 2004-06-25 --- Created by: QA Admin --- Copyright (c) 2004-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QACEADRT - uses Draw -is - Commands(DI : in out Interpretor from Draw); -end; diff --git a/src/QADraw/QADraw_Additional.cxx b/src/QADraw/QADraw_Additional.cxx index 6840f3b309..87d0aa1051 100755 --- a/src/QADraw/QADraw_Additional.cxx +++ b/src/QADraw/QADraw_Additional.cxx @@ -19,19 +19,8 @@ +#include #include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - #include //#if defined(WOKC40) //#include @@ -39,33 +28,14 @@ #include //#endif -#include -#include -#include -#include -#include -#include -#include -#include -#include #if defined(WOKC40) #include #endif #include -#include void QADraw::AdditionalCommands(Draw_Interpretor& theCommands) { - QABRGM::Commands(theCommands); - QACADCAM::Commands(theCommands); - QAMitutoyoUK::Commands(theCommands); - QAMitutoyoUS::Commands(theCommands); - QAOCC::Commands(theCommands); - QARina::Commands(theCommands); - QARoutelous::Commands(theCommands); - QASamtech::Commands(theCommands); - QATelco::Commands(theCommands); - QAUsinor::Commands(theCommands); + QABugs::Commands(theCommands); QADNaming::AllCommands(theCommands); //#if defined(WOKC40) @@ -74,20 +44,10 @@ void QADraw::AdditionalCommands(Draw_Interpretor& theCommands) QANewDBRepNaming::AllCommands(theCommands); //#endif - QARicardo::Commands(theCommands); - QAYasaki::Commands(theCommands); - QAAlcatel::Commands(theCommands); - QAInsynchro::Commands(theCommands); - QANIC::Commands(theCommands); - QABUC::Commands(theCommands); - QAAMINO::Commands(theCommands); - QAMARTEC::Commands(theCommands); - QAQuickPen::Commands(theCommands); #if defined(WOKC40) QAViewer2dTest::Commands(theCommands); #endif QANCollection::Commands(theCommands); - QACEADRT::Commands(theCommands); return; } diff --git a/src/QAInsynchro/QAInsynchro.cdl b/src/QAInsynchro/QAInsynchro.cdl deleted file mode 100755 index 251dd4c2d2..0000000000 --- a/src/QAInsynchro/QAInsynchro.cdl +++ /dev/null @@ -1,25 +0,0 @@ --- Created on: 2002-05-22 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QAInsynchro - uses Draw -is - Commands(DI : in out Interpretor from Draw); -end; diff --git a/src/QAMARTEC/QAMARTEC.cdl b/src/QAMARTEC/QAMARTEC.cdl deleted file mode 100755 index 59b8805717..0000000000 --- a/src/QAMARTEC/QAMARTEC.cdl +++ /dev/null @@ -1,26 +0,0 @@ --- Created on: 2002-10-11 --- Created by: Michael KUZMITCHEV --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QAMARTEC - uses Draw -is - - Commands(DI : in out Interpretor from Draw); -end; diff --git a/src/QAMitutoyoUK/QAMitutoyoUK.cdl b/src/QAMitutoyoUK/QAMitutoyoUK.cdl deleted file mode 100755 index 697d5a955a..0000000000 --- a/src/QAMitutoyoUK/QAMitutoyoUK.cdl +++ /dev/null @@ -1,25 +0,0 @@ --- Created on: 2002-03-19 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QAMitutoyoUK - uses Draw -is - Commands(DI : in out Interpretor from Draw); -end; diff --git a/src/QAMitutoyoUS/QAMitutoyoUS.cdl b/src/QAMitutoyoUS/QAMitutoyoUS.cdl deleted file mode 100755 index 2c7655a661..0000000000 --- a/src/QAMitutoyoUS/QAMitutoyoUS.cdl +++ /dev/null @@ -1,25 +0,0 @@ --- Created on: 2002-03-18 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QAMitutoyoUS - uses Draw -is - Commands(DI : in out Interpretor from Draw); -end; diff --git a/src/QANIC/QANIC.cdl b/src/QANIC/QANIC.cdl deleted file mode 100755 index 1e08076f80..0000000000 --- a/src/QANIC/QANIC.cdl +++ /dev/null @@ -1,25 +0,0 @@ --- Created on: 2002-05-28 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QANIC - uses Draw -is - Commands(DI : in out Interpretor from Draw); -end; diff --git a/src/QAOCC/FILES b/src/QAOCC/FILES deleted file mode 100755 index 17a7c5c2fb..0000000000 --- a/src/QAOCC/FILES +++ /dev/null @@ -1,3 +0,0 @@ -QAOCC.cdl -QAOCC.cxx -QAOCC_CMPLRS.edl diff --git a/src/QAOCC/QAOCC.cdl b/src/QAOCC/QAOCC.cdl deleted file mode 100755 index 17236c6a3c..0000000000 --- a/src/QAOCC/QAOCC.cdl +++ /dev/null @@ -1,32 +0,0 @@ --- Created on: 2002-03-20 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QAOCC - uses Draw, - TopoDS, - AIS, - PrsMgr, - Prs3d, - SelectMgr, - Quantity -is - - Commands(DI : in out Interpretor from Draw); -end; diff --git a/src/QAOCC/QAOCC_CMPLRS.edl b/src/QAOCC/QAOCC_CMPLRS.edl deleted file mode 100755 index fbc39727bd..0000000000 --- a/src/QAOCC/QAOCC_CMPLRS.edl +++ /dev/null @@ -1,29 +0,0 @@ --- Created on: 2002-04-25 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -@ifnotdefined ( %QAOCC_CMPLRS_EDL) then -@set %QAOCC_CMPLRS_EDL = ""; - -@uses "CSF.edl"; -@ifdefined( %CSF_TCL_INCLUDE ) then -@string %CMPLRS_CXX_Options = " -I"%CSF_TCL_INCLUDE %CMPLRS_CXX_Options ; -@endif; - -@endif; diff --git a/src/QAQuickPen/QAQuickPen.cdl b/src/QAQuickPen/QAQuickPen.cdl deleted file mode 100755 index 4800308713..0000000000 --- a/src/QAQuickPen/QAQuickPen.cdl +++ /dev/null @@ -1,26 +0,0 @@ --- Created on: 2002-10-24 --- Created by: Michael KUZMITCHEV --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QAQuickPen - uses Draw -is - - Commands(DI : in out Interpretor from Draw); -end; diff --git a/src/QARicardo/FILES b/src/QARicardo/FILES deleted file mode 100755 index 4c86da4c49..0000000000 --- a/src/QARicardo/FILES +++ /dev/null @@ -1,3 +0,0 @@ -QARicardo.cdl -QARicardo.cxx -QARicardo_CMPLRS.edl diff --git a/src/QARicardo/QARicardo.cdl b/src/QARicardo/QARicardo.cdl deleted file mode 100755 index 7afbbb19ef..0000000000 --- a/src/QARicardo/QARicardo.cdl +++ /dev/null @@ -1,26 +0,0 @@ --- Created on: 2002-05-16 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - - -package QARicardo - uses Draw -is - Commands(DI : in out Interpretor from Draw); -end; diff --git a/src/QARicardo/QARicardo_CMPLRS.edl b/src/QARicardo/QARicardo_CMPLRS.edl deleted file mode 100755 index 2eae0bbce0..0000000000 --- a/src/QARicardo/QARicardo_CMPLRS.edl +++ /dev/null @@ -1,29 +0,0 @@ --- Created on: 2002-05-16 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -@ifnotdefined ( %QARicardo_CMPLRS_EDL) then -@set %QARicardo_CMPLRS_EDL = ""; - - @uses "CSF.edl" ; - - @string %CMPLRS_CXX_Options = " -I"%CSF_TCL_INCLUDE %CMPLRS_CXX_Options ; - - -@endif; diff --git a/src/QARina/QARina.cdl b/src/QARina/QARina.cdl deleted file mode 100755 index 76193e7ed5..0000000000 --- a/src/QARina/QARina.cdl +++ /dev/null @@ -1,26 +0,0 @@ --- Created on: 2002-03-19 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QARina - uses Draw -is - Commands(DI : in out Interpretor from Draw); -end; - diff --git a/src/QARoutelous/QARoutelous.cdl b/src/QARoutelous/QARoutelous.cdl deleted file mode 100755 index 412c535f2c..0000000000 --- a/src/QARoutelous/QARoutelous.cdl +++ /dev/null @@ -1,31 +0,0 @@ --- Created on: 2002-04-09 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QARoutelous - uses Draw, - AIS, - SelectMgr, - Prs3d, - PrsMgr -is - class PresentableObject; - - Commands(DI : in out Interpretor from Draw); -end; diff --git a/src/QASamtech/QASamtech.cdl b/src/QASamtech/QASamtech.cdl deleted file mode 100755 index ade41f8e4f..0000000000 --- a/src/QASamtech/QASamtech.cdl +++ /dev/null @@ -1,26 +0,0 @@ --- Created on: 2002-03-18 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QASamtech - uses Draw -is - Commands(DI : in out Interpretor from Draw); -end; - diff --git a/src/QATelco/QATelco.cdl b/src/QATelco/QATelco.cdl deleted file mode 100755 index 0b910caa62..0000000000 --- a/src/QATelco/QATelco.cdl +++ /dev/null @@ -1,36 +0,0 @@ --- Created on: 2002-03-18 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QATelco - uses Draw, - gp, - TCollection, - Quantity, - Graphic3d, - PrsMgr, - Prs3d, - SelectMgr, - AIS -is - class MyText; - - Commands(DI : in out Interpretor from Draw); -end; - diff --git a/src/QAUsinor/QAUsinor.cdl b/src/QAUsinor/QAUsinor.cdl deleted file mode 100755 index 4496aea425..0000000000 --- a/src/QAUsinor/QAUsinor.cdl +++ /dev/null @@ -1,25 +0,0 @@ --- Created on: 2002-03-19 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QAUsinor - uses Draw -is - Commands(DI : in out Interpretor from Draw); -end; diff --git a/src/QAYasaki/QAYasaki.cdl b/src/QAYasaki/QAYasaki.cdl deleted file mode 100755 index 9cdf73a0be..0000000000 --- a/src/QAYasaki/QAYasaki.cdl +++ /dev/null @@ -1,25 +0,0 @@ --- Created on: 2002-05-21 --- Created by: QA Admin --- Copyright (c) 2002-2012 OPEN CASCADE SAS --- --- The content of this file is subject to the Open CASCADE Technology Public --- License Version 6.5 (the "License"). You may not use the content of this file --- except in compliance with the License. Please obtain a copy of the License --- at http://www.opencascade.org and read it completely before using this file. --- --- The Initial Developer of the Original Code is Open CASCADE S.A.S., having its --- main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France. --- --- The Original Code and all software distributed under the License is --- distributed on an "AS IS" basis, without warranty of any kind, and the --- Initial Developer hereby disclaims all such warranties, including without --- limitation, any warranties of merchantability, fitness for a particular --- purpose or non-infringement. Please see the License for the specific terms --- and conditions governing the rights and limitations under the License. - - -package QAYasaki - uses Draw -is - Commands(DI : in out Interpretor from Draw); -end; diff --git a/src/TKQADraw/PACKAGES b/src/TKQADraw/PACKAGES index a6781e6c0f..3b6271d2e8 100755 --- a/src/TKQADraw/PACKAGES +++ b/src/TKQADraw/PACKAGES @@ -1,28 +1,8 @@ DebugTools -QAAMINO -QAAlcatel -QABRGM -QABUC -QACADCAM -QACEADRT +QABugs QADNaming QADraw -QAInsynchro -QAMARTEC -QAMitutoyoUK -QAMitutoyoUS QANCollection -QANIC QANewBRepNaming QANewDBRepNaming QANewModTopOpe -QAOCC -QAQuickPen -QARicardo -QARina -QARoutelous -QASamtech -QATelco -QAUsinor -QAViewer2dTest -QAYasaki