1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-24 13:50:49 +03:00

Integration of OCCT 6.5.0 from SVN

This commit is contained in:
bugmaster
2011-03-16 07:30:28 +00:00
committed by bugmaster
parent 4903637061
commit 7fd59977df
16375 changed files with 3882564 additions and 0 deletions

4
src/QADraw/FILES Executable file
View File

@@ -0,0 +1,4 @@
QADraw.cdl
QADraw.cxx
QADraw_Additional.cxx
QADraw_CMPLRS.edl

26
src/QADraw/QADraw.cdl Executable file
View File

@@ -0,0 +1,26 @@
-- File: QADraw.cdl<2>
-- Created: Fri Feb 1 17:15:01 2002
-- Author: QA Admin
-- <qa@umnox.nnov.matra-dtv.fr>
---Copyright: Matra Datavision 2002
package QADraw
uses Draw,
TCollection
is
class DataMapOfAsciiStringOfAddress instantiates
DataMap from TCollection(AsciiString from TCollection,
Address from Standard,
AsciiString from TCollection);
CommonCommands(DI : in out Interpretor from Draw);
---Purpose: Define specicial commands for AIS.
AdditionalCommands(DI : in out Interpretor from Draw);
Factory (DI : out Interpretor from Draw);
---Purpose: Loads all QA Draw commands. Used for plugin.
end;

2345
src/QADraw/QADraw.cxx Executable file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,80 @@
// File: QADraw_Additional.cxx
// Created: Tue Mar 12 17:39:57 2002
// Author: QA Admin
// <qa@umnox.nnov.matra-dtv.fr>
#include <QADraw.hxx>
#include <QABRGM.hxx>
#include <QACADCAM.hxx>
#include <QAMitutoyoUK.hxx>
#include <QAMitutoyoUS.hxx>
#include <QAOCC.hxx>
#include <QARina.hxx>
#include <QARoutelous.hxx>
#include <QASamtech.hxx>
#include <QATelco.hxx>
#include <QAUsinor.hxx>
#include <QADNaming.hxx>
//#if defined(WOKC40)
//#include <QADBRepNaming.hxx>
//#else
#include <QANewDBRepNaming.hxx>
//#endif
#include <QARicardo.hxx>
#include <QAYasaki.hxx>
#include <QAAlcatel.hxx>
#include <QAInsynchro.hxx>
#include <QANIC.hxx>
#include <QABUC.hxx>
#include <QAAMINO.hxx>
#include <QADBMReflex.hxx>
#include <QAMARTEC.hxx>
#include <QAQuickPen.hxx>
#if defined(WOKC40)
#include <QAViewer2dTest.hxx>
#endif
#include <QANCollection.hxx>
#include <QACEADRT.hxx>
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);
QADNaming::AllCommands(theCommands);
//#if defined(WOKC40)
// QADBRepNaming::AllCommands(theCommands);
//#else
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);
QADBMReflex::Commands(theCommands);
QAMARTEC::Commands(theCommands);
QAQuickPen::Commands(theCommands);
#if defined(WOKC40)
QAViewer2dTest::Commands(theCommands);
#endif
QANCollection::Commands(theCommands);
QACEADRT::Commands(theCommands);
return;
}

14
src/QADraw/QADraw_CMPLRS.edl Executable file
View File

@@ -0,0 +1,14 @@
-- File: QADraw_CMPLRS.edl
-- Author: QA Admin
-- History: Mon Feb 4 18:15:52 2002 QA Admin Creation
-- Copyright: Matra Datavision 2002
@ifnotdefined ( %QADraw_CMPLRS_EDL) then
@set %QADraw_CMPLRS_EDL = "";
@uses "CSF.edl";
@ifdefined( %CSF_TCL_INCLUDE ) then
@string %CMPLRS_CXX_Options = " -I"%CSF_TCL_INCLUDE %CMPLRS_CXX_Options ;
@endif;
@endif;