Changeset 1032 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGSInternalFCPointerField.h
- Timestamp:
- 12/12/07 18:00:42 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGSInternalFCPointerField.h
r1030 r1032 45 45 #include "OSGContainerForwards.h" 46 46 #include "OSGSFCPointerFieldBase.h" 47 47 #include "OSGInternalFCPointerFieldDescription.h" 48 48 #include "OSGEditSFCPointerFieldHandle.h" 49 49 #include "OSGGetSFCPointerFieldHandle.h" … … 71 71 class ReferenceProxy; 72 72 73 typedef SFCPointerFieldBase <ObjectT *,74 NamespaceI >Inherited;73 typedef SFCPointerFieldBase <ObjectT *, 74 NamespaceI > Inherited; 75 75 typedef SInternalFCPointerField<ObjectT, 76 NamespaceI >Self;76 NamespaceI > Self; 77 77 78 78 typedef ObjectT Object; … … 83 83 84 84 typedef FieldTraits <ValueType, 85 NamespaceI >SFieldTraits;86 typedef FieldDescription<SFieldTraits,87 S ingleField,88 InternalPointerField>Description;85 NamespaceI > SFieldTraits; 86 typedef InternalFCPointerFieldDescription< 87 SFieldTraits, 88 FieldType::SINGLE_FIELD> Description; 89 89 90 90 typedef ValueType *pointer; … … 97 97 typedef GetSFCPointerFieldHandle <Self > GetHandle; 98 98 typedef boost::shared_ptr <GetHandle > GetHandlePtr; 99 100 /*! \} */ 101 /*---------------------------------------------------------------------*/ 102 /*! \name Constants */ 103 /*! \{ */ 104 105 static const FieldType::Category fieldCat = FieldType::INTERNAL_POINTER_FIELD; 99 106 100 107 /*! \} */
