Changeset 1032 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGEditMParentFCPointerFieldHandle.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/OSGEditMParentFCPointerFieldHandle.h
r1030 r1032 77 77 Self const &source ); 78 78 EditMParentFCPointerFieldBaseHandle( 79 Field *pField, 79 Field *pField, 80 80 FieldDescriptionBase const *pDescription); 81 81 … … 167 167 168 168 typedef FieldT HandledFieldType; 169 typedef typename HandledFieldType::Description HandledFieldDesc; 169 170 typedef typename HandledFieldType::ValueType HandledFieldValueType; 170 171 typedef typename HandledFieldType::Object HandledFieldObjectType; … … 176 177 177 178 EditMParentFCPointerFieldHandle(Self const &source ); 178 EditMParentFCPointerFieldHandle(Field *pField, 179 EditMParentFCPointerFieldHandle(Field *pField, 179 180 FieldDescriptionBase const *pDescription); 180 181 … … 258 259 /*! \{ */ 259 260 260 HandledFieldType *castFieldDown(void ) const; 261 FieldContainer *castPtrUp (HandledFieldObjectType *ptr) const; 261 HandledFieldType *castFieldDown(void ) const; 262 HandledFieldDesc const *castDescDown (void ) const; 263 FieldContainer *castPtrUp (HandledFieldObjectType *ptr) const; 262 264 263 265 /*! \} */
