1 /*---------------------------------------------------------------------------*\
5 * Copyright (C) 2000-2013 by the OpenSG Forum *
9 * contact: dirk@opensg.org, gerrit.voss@vossg.org, carsten_neumann@gmx.net *
11 \*---------------------------------------------------------------------------*/
12 /*---------------------------------------------------------------------------*\
15 * This library is free software; you can redistribute it and/or modify it *
16 * under the terms of the GNU Library General Public License as published *
17 * by the Free Software Foundation, version 2. *
19 * This library is distributed in the hope that it will be useful, but *
20 * WITHOUT ANY WARRANTY; without even the implied warranty of *
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
22 * Library General Public License for more details. *
24 * You should have received a copy of the GNU Library General Public *
25 * License along with this library; if not, write to the Free Software *
26 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
28 \*---------------------------------------------------------------------------*/
29 /*---------------------------------------------------------------------------*\
37 \*---------------------------------------------------------------------------*/
39 /*****************************************************************************\
40 *****************************************************************************
42 ** This file is automatically generated. **
44 ** Any changes made to this file WILL be lost when it is **
45 ** regenerated, which can become necessary at any time. **
47 *****************************************************************************
48 \*****************************************************************************/
51 #ifndef _OSGVIEWAREAFIELDS_H_
52 #define _OSGVIEWAREAFIELDS_H_
57 #include "OSGConfig.h"
58 #include "OSGSystemDef.h"
60 #include "OSGFieldContainerFields.h"
61 #include "OSGPointerSField.h"
62 #include "OSGPointerMField.h"
70 OSG_GEN_CONTAINERPTR(Viewarea
);
71 /*! \ingroup GrpSystemWindowFieldTraits
72 \ingroup GrpLibOSGSystem
75 struct FieldTraits
<Viewarea
*, nsOSG
> :
76 public FieldTraitsFCPtrBase
<Viewarea
*, nsOSG
>
80 static PointerType _type
;
84 typedef FieldTraits
<Viewarea
*, nsOSG
> Self
;
86 enum { Convertible
= NotConvertible
};
88 static OSG_SYSTEM_DLLMAPPING DataType
&getType(void);
90 template<typename RefCountPolicy
> inline
91 static const Char8
*getSName (void);
93 template<typename RefCountPolicy
> inline
94 static const Char8
*getMName (void);
99 const Char8
*FieldTraits
<Viewarea
*, nsOSG
>::getSName
<RecordedRefCountPolicy
>(void)
101 return "SFRecViewareaPtr";
105 const Char8
*FieldTraits
<Viewarea
*, nsOSG
>::getSName
<UnrecordedRefCountPolicy
>(void)
107 return "SFUnrecViewareaPtr";
111 const Char8
*FieldTraits
<Viewarea
*, nsOSG
>::getSName
<WeakRefCountPolicy
>(void)
113 return "SFWeakViewareaPtr";
117 const Char8
*FieldTraits
<Viewarea
*, nsOSG
>::getSName
<NoRefCountPolicy
>(void)
119 return "SFUnrefdViewareaPtr";
123 const Char8
*FieldTraits
<Viewarea
*, nsOSG
>::getMName
<RecordedRefCountPolicy
>(void)
125 return "MFRecViewareaPtr";
129 const Char8
*FieldTraits
<Viewarea
*, nsOSG
>::getMName
<UnrecordedRefCountPolicy
>(void)
131 return "MFUnrecViewareaPtr";
135 const Char8
*FieldTraits
<Viewarea
*, nsOSG
>::getMName
<WeakRefCountPolicy
>(void)
137 return "MFWeakViewareaPtr";
141 const Char8
*FieldTraits
<Viewarea
*, nsOSG
>::getMName
<NoRefCountPolicy
>(void)
143 return "MFUnrefdViewareaPtr";
147 /*! \ingroup GrpSystemWindowFieldTraits
150 struct FieldTraits
<Viewarea
*, nsOSG
+ 1> :
151 public FieldTraitsFCPtrBase
<Viewarea
*, nsOSG
+ 1>
156 typedef FieldTraits
<Viewarea
*, nsOSG
+ 1> Self
;
158 enum { Convertible
= NotConvertible
};
160 static OSG_SYSTEM_DLLMAPPING DataType
&getType(void);
162 template<typename RefCountPolicy
> inline
163 static const Char8
*getSName (void);
165 template<typename RefCountPolicy
> inline
166 static const Char8
*getMName (void);
170 const Char8
*FieldTraits
<Viewarea
*, nsOSG
+ 1>::getSName
<RecordedRefCountPolicy
>(void)
172 return "SFRecChildViewareaPtr";
176 const Char8
*FieldTraits
<Viewarea
*, nsOSG
+ 1>::getSName
<UnrecordedRefCountPolicy
>(void)
178 return "SFUnrecChildViewareaPtr";
182 const Char8
*FieldTraits
<Viewarea
*, nsOSG
+ 1>::getSName
<WeakRefCountPolicy
>(void)
184 return "SFWeakChildViewareaPtr";
188 const Char8
*FieldTraits
<Viewarea
*, nsOSG
+ 1>::getSName
<NoRefCountPolicy
>(void)
190 return "SFUnrefdChildViewareaPtr";
194 const Char8
*FieldTraits
<Viewarea
*, nsOSG
+ 1>::getMName
<RecordedRefCountPolicy
>(void)
196 return "MFRecChildViewareaPtr";
200 const Char8
*FieldTraits
<Viewarea
*, nsOSG
+ 1>::getMName
<UnrecordedRefCountPolicy
>(void)
202 return "MFUnrecChildViewareaPtr";
206 const Char8
*FieldTraits
<Viewarea
*, nsOSG
+ 1>::getMName
<WeakRefCountPolicy
>(void)
208 return "MFWeakChildViewareaPtr";
212 const Char8
*FieldTraits
<Viewarea
*, nsOSG
+ 1>::getMName
<NoRefCountPolicy
>(void)
214 return "MFUnrefdChildViewareaPtr";
218 #ifndef DOXYGEN_SHOULD_SKIP_THIS
219 /*! \ingroup GrpSystemWindowFieldSFields */
220 typedef PointerSField
<Viewarea
*,
221 RecordedRefCountPolicy
, nsOSG
> SFRecViewareaPtr
;
222 /*! \ingroup GrpSystemWindowFieldSFields */
223 typedef PointerSField
<Viewarea
*,
224 UnrecordedRefCountPolicy
, nsOSG
> SFUnrecViewareaPtr
;
225 /*! \ingroup GrpSystemWindowFieldSFields */
226 typedef PointerSField
<Viewarea
*,
227 WeakRefCountPolicy
, nsOSG
> SFWeakViewareaPtr
;
228 /*! \ingroup GrpSystemWindowFieldSFields */
229 typedef PointerSField
<Viewarea
*,
230 NoRefCountPolicy
, nsOSG
> SFUncountedViewareaPtr
;
233 /*! \ingroup GrpSystemWindowFieldMFields */
234 typedef PointerMField
<Viewarea
*,
235 RecordedRefCountPolicy
, nsOSG
> MFRecViewareaPtr
;
236 /*! \ingroup GrpSystemWindowFieldMFields */
237 typedef PointerMField
<Viewarea
*,
238 UnrecordedRefCountPolicy
, nsOSG
> MFUnrecViewareaPtr
;
239 /*! \ingroup GrpSystemWindowFieldMFields */
240 typedef PointerMField
<Viewarea
*,
241 WeakRefCountPolicy
, nsOSG
> MFWeakViewareaPtr
;
242 /*! \ingroup GrpSystemWindowFieldMFields */
243 typedef PointerMField
<Viewarea
*,
244 NoRefCountPolicy
, nsOSG
> MFUncountedViewareaPtr
;
248 /*! \ingroup GrpSystemWindowFieldMFields */
249 typedef ChildPointerMField
<
251 UnrecordedRefCountPolicy
,
252 nsOSG
+ 1 > MFUnrecChildViewareaPtr
;
256 #else // these are the doxygen hacks
258 /*! \ingroup GrpSystemWindowFieldSFields \ingroup GrpLibOSGSystem */
259 struct SFRecViewareaPtr
:
260 public PointerSField
<Viewarea
*,
261 RecordedRefCountPolicy
> {};
262 /*! \ingroup GrpSystemWindowFieldSFields \ingroup GrpLibOSGSystem */
263 struct SFUnrecViewareaPtr
:
264 public PointerSField
<Viewarea
*,
265 UnrecordedRefCountPolicy
> {};
266 /*! \ingroup GrpSystemWindowFieldSFields \ingroup GrpLibOSGSystem */
267 struct SFWeakViewareaPtr
:
268 public PointerSField
<Viewarea
*,
269 WeakRefCountPolicy
> {};
270 /*! \ingroup GrpSystemWindowFieldSFields \ingroup GrpLibOSGSystem */
271 struct SFUncountedViewareaPtr
:
272 public PointerSField
<Viewarea
*,
273 NoRefCountPolicy
> {};
276 /*! \ingroup GrpSystemWindowFieldMFields \ingroup GrpLibOSGSystem */
277 struct MFRecViewareaPtr
:
278 public PointerMField
<Viewarea
*,
279 RecordedRefCountPolicy
> {};
280 /*! \ingroup GrpSystemWindowFieldMFields \ingroup GrpLibOSGSystem */
281 struct MFUnrecViewareaPtr
:
282 public PointerMField
<Viewarea
*,
283 UnrecordedRefCountPolicy
> {};
284 /*! \ingroup GrpSystemWindowFieldMFields \ingroup GrpLibOSGSystem */
285 struct MFWeakViewareaPtr
:
286 public PointerMField
<Viewarea
*,
287 WeakRefCountPolicy
> {};
288 /*! \ingroup GrpSystemWindowFieldMFields \ingroup GrpLibOSGSystem */
289 struct MFUncountedViewareaPtr
:
290 public PointerMField
<Viewarea
*,
291 NoRefCountPolicy
> {};
295 /*! \ingroup GrpSystemWindowFieldMFields \ingroup GrpLibOSGSystem */
296 struct MFUnrecChildViewareaPtr
:
297 public ChildPointerMField
<
299 UnrecordedRefCountPolicy
,
303 #endif // these are the doxygen hacks
307 #endif /* _OSGVIEWAREAFIELDS_H_ */