]> SALOME platform Git repositories - modules/gui.git/blob - src/OBJECT/SALOME_ListIO.hxx
Salome HOME
4b2e81255d7f4ab5ffa6916b78ed38f66a38749d
[modules/gui.git] / src / OBJECT / SALOME_ListIO.hxx
1 //  Copyright (C) 2007-2008  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.
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 //  SALOME SALOMEGUI : implementation of desktop and GUI kernel
23 //  File   : SALOME_ListIO.hxx
24 //  Module : SALOME
25 //
26 #ifndef _SALOME_ListIO_HeaderFile
27 #define _SALOME_ListIO_HeaderFile
28
29 #ifndef _Standard_Address_HeaderFile
30 #include <Standard_Address.hxx>
31 #endif
32 #ifndef _Handle_SALOME_InteractiveObject_HeaderFile
33 #include "Handle_SALOME_InteractiveObject.hxx"
34 #endif
35 #ifndef _Handle_SALOME_ListNodeOfListIO_HeaderFile
36 #include "Handle_SALOME_ListNodeOfListIO.hxx"
37 #endif
38 #ifndef _Standard_Integer_HeaderFile
39 #include <Standard_Integer.hxx>
40 #endif
41 #ifndef _Standard_Boolean_HeaderFile
42 #include <Standard_Boolean.hxx>
43 #endif
44 class Standard_NoSuchObject;
45 class SALOME_ListIteratorOfListIO;
46 class SALOME_InteractiveObject;
47 class SALOME_ListNodeOfListIO;
48
49
50 #ifndef _Standard_HeaderFile
51 #include <Standard.hxx>
52 #endif
53 #ifndef _Standard_Macro_HeaderFile
54 #include <Standard_Macro.hxx>
55 #endif
56
57 /*!
58   \class SALOME_ListIO
59   List of SALOME interactive objects
60 */
61 class SALOME_ListIO  {
62
63 public:
64
65     void* operator new(size_t,void* anAddress) 
66       {
67         return anAddress;
68       }
69     void* operator new(size_t size) 
70       { 
71         return Standard::Allocate(size); 
72       }
73     void  operator delete(void *anAddress) 
74       { 
75         if (anAddress) Standard::Free((Standard_Address&)anAddress); 
76       }
77  // Methods PUBLIC
78  // 
79 Standard_EXPORT SALOME_ListIO();
80 Standard_EXPORT   void Assign(const SALOME_ListIO& Other) ;
81   void operator=(const SALOME_ListIO& Other) 
82 {
83   Assign(Other);
84 }
85
86 Standard_EXPORT   Standard_Integer Extent() const;
87 Standard_EXPORT   void Clear() ;
88 ~SALOME_ListIO()
89 {
90   Clear();
91 }
92
93 Standard_EXPORT   Standard_Boolean IsEmpty() const;
94 Standard_EXPORT   void Prepend(const Handle(SALOME_InteractiveObject)& I) ;
95 Standard_EXPORT   void Prepend(SALOME_ListIO& Other) ;
96 Standard_EXPORT   void Prepend(const Handle(SALOME_InteractiveObject)& I, SALOME_ListIteratorOfListIO& It) ;
97 Standard_EXPORT   void Append(const Handle(SALOME_InteractiveObject)& I) ;
98 Standard_EXPORT   void Append(SALOME_ListIO& Other) ;
99 Standard_EXPORT   void Append(const Handle(SALOME_InteractiveObject)& I, SALOME_ListIteratorOfListIO& It) ;
100 Standard_EXPORT   Handle_SALOME_InteractiveObject& First() const;
101 Standard_EXPORT   Handle_SALOME_InteractiveObject& Last() const;
102 Standard_EXPORT   void RemoveFirst() ;
103 Standard_EXPORT   void Remove(SALOME_ListIteratorOfListIO& It) ;
104 Standard_EXPORT   void InsertBefore(const Handle(SALOME_InteractiveObject)& I,SALOME_ListIteratorOfListIO& It) ;
105 Standard_EXPORT   void InsertBefore(SALOME_ListIO& Other,SALOME_ListIteratorOfListIO& It) ;
106 Standard_EXPORT   void InsertAfter(const Handle(SALOME_InteractiveObject)& I,SALOME_ListIteratorOfListIO& It) ;
107 Standard_EXPORT   void InsertAfter(SALOME_ListIO& Other,SALOME_ListIteratorOfListIO& It) ;
108
109
110 friend class SALOME_ListIteratorOfListIO;
111
112
113
114 protected:
115
116  // Methods PROTECTED
117  // 
118
119
120  // Fields PROTECTED
121  //
122
123
124 private: 
125
126  // Methods PRIVATE
127  // 
128 Standard_EXPORT SALOME_ListIO(const SALOME_ListIO& Other);
129
130
131  // Fields PRIVATE
132  //
133 Standard_Address myFirst;
134 Standard_Address myLast;
135
136
137 };
138
139 #define Item Handle_SALOME_InteractiveObject
140 #define Item_hxx "SALOME_InteractiveObject.hxx"
141 #define TCollection_ListNode SALOME_ListNodeOfListIO
142 #define TCollection_ListNode_hxx "SALOME_ListNodeOfListIO.hxx"
143 #define TCollection_ListIterator SALOME_ListIteratorOfListIO
144 #define TCollection_ListIterator_hxx "SALOME_ListIteratorOfListIO.hxx"
145 #define Handle_TCollection_ListNode Handle_SALOME_ListNodeOfListIO
146 #define TCollection_ListNode_Type_() SALOME_ListNodeOfListIO_Type_()
147 #define TCollection_List SALOME_ListIO
148 #define TCollection_List_hxx "SALOME_ListIO.hxx"
149
150 #include <TCollection_List.lxx>
151
152 #undef Item
153 #undef Item_hxx
154 #undef TCollection_ListNode
155 #undef TCollection_ListNode_hxx
156 #undef TCollection_ListIterator
157 #undef TCollection_ListIterator_hxx
158 #undef Handle_TCollection_ListNode
159 #undef TCollection_ListNode_Type_
160 #undef TCollection_List
161 #undef TCollection_List_hxx
162
163
164 // other Inline functions and methods (like "C++: function call" methods)
165 //
166
167
168 #endif