Salome HOME
Synchronize adm files
[modules/kernel.git] / src / SALOMEDSClient / SALOMEDSClient.hxx
1 // Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 // This library is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU Lesser General Public
8 // License as published by the Free Software Foundation; either
9 // version 2.1 of the License, or (at your option) any later version.
10 //
11 // This library is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 // Lesser General Public License for more details.
15 //
16 // You should have received a copy of the GNU Lesser General Public
17 // License along with this library; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 //
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22
23 #ifndef  SALOMEDSCLIENT_HXX
24 #define  SALOMEDSCLIENT_HXX
25
26 #include "SALOMEDSClient_definitions.hxx"
27 #include "SALOMEDSClient_AttributeComment.hxx"
28 #include "SALOMEDSClient_AttributeDrawable.hxx"
29 #include "SALOMEDSClient_AttributeExpandable.hxx"
30 #include "SALOMEDSClient_AttributeExternalFileDef.hxx"
31 #include "SALOMEDSClient_AttributeFileType.hxx"
32 #include "SALOMEDSClient_AttributeFlags.hxx"
33 #include "SALOMEDSClient_AttributeGraphic.hxx"
34 #include "SALOMEDSClient_AttributeIOR.hxx"
35 #include "SALOMEDSClient_AttributeInteger.hxx"
36 #include "SALOMEDSClient_AttributeLocalID.hxx"
37 #include "SALOMEDSClient_AttributeName.hxx"
38 #include "SALOMEDSClient_AttributeOpened.hxx"
39 #include "SALOMEDSClient_AttributePersistentRef.hxx"
40 #include "SALOMEDSClient_AttributePixMap.hxx"
41 #include "SALOMEDSClient_AttributePythonObject.hxx"
42 #include "SALOMEDSClient_AttributeReal.hxx"
43 #include "SALOMEDSClient_AttributeSelectable.hxx"
44 #include "SALOMEDSClient_AttributeSequenceOfInteger.hxx"
45 #include "SALOMEDSClient_AttributeSequenceOfReal.hxx"
46 #include "SALOMEDSClient_AttributeStudyProperties.hxx"
47 #include "SALOMEDSClient_AttributeTableOfInteger.hxx"
48 #include "SALOMEDSClient_AttributeTableOfReal.hxx"
49 #include "SALOMEDSClient_AttributeTableOfString.hxx"
50 #include "SALOMEDSClient_AttributeTarget.hxx"
51 #include "SALOMEDSClient_AttributeTextColor.hxx"
52 #include "SALOMEDSClient_AttributeTextHighlightColor.hxx"
53 #include "SALOMEDSClient_AttributeTreeNode.hxx"
54 #include "SALOMEDSClient_AttributeUserID.hxx"
55 #include "SALOMEDSClient_AttributeParameter.hxx"
56 #include "SALOMEDSClient_AttributeString.hxx"
57 #include "SALOMEDSClient_ChildIterator.hxx"
58 #include "SALOMEDSClient_GenericAttribute.hxx"
59 #include "SALOMEDSClient_SComponent.hxx"
60 #include "SALOMEDSClient_SComponentIterator.hxx"
61 #include "SALOMEDSClient_SimanStudy.hxx"
62 #include "SALOMEDSClient_SObject.hxx"
63 #include "SALOMEDSClient_Study.hxx"
64 #include "SALOMEDSClient_StudyBuilder.hxx"
65 #include "SALOMEDSClient_StudyManager.hxx"
66 #include "SALOMEDSClient_UseCaseBuilder.hxx"
67 #include "SALOMEDSClient_UseCaseIterator.hxx"
68
69 #endif