/headers/OfficeImport/ESDContainer.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import <OfficeImport/ESDObject.h>
00008 
00009 @class NSMutableArray;
00010 
00011 @interface ESDContainer : ESDObject
00012 {
00013     NSMutableArray *mChildren;
00014 }
00015 
00016 + (void)readChildrenOfObject:(struct EshObject *)fp8 reader:(struct OcReader *)fp12 toArray:(id)fp16;
00017 - (id)initWithEshObject:(struct EshObject *)fp8;
00018 - (id)initFromReader:(struct OcReader *)fp8 type:(unsigned short)fp12 version:(unsigned short)fp16;
00019 - (void)dealloc;
00020 - (struct EshContainer *)eshContainer;
00021 - (int)childCount;
00022 - (id)childAt:(int)fp8;
00023 - (void)addChild:(id)fp8;
00024 - (void)insertChild:(id)fp8 at:(int)fp12;
00025 - (void)removeChild:(id)fp8;
00026 - (id)firstChildOfType:(unsigned short)fp8;
00027 - (id)firstChildOfType:(unsigned short)fp8 afterChild:(id)fp12;
00028 - (id)firstChildOfType:(unsigned short)fp8 afterIndex:(int)fp12;
00029 - (int)indexOfFirstChildOfType:(unsigned short)fp8 afterIndex:(int)fp12;
00030 - (id)childOfType:(unsigned short)fp8 instance:(short)fp12;
00031 - (void)writeToWriter:(struct OcWriter *)fp8;
00032 
00033 @end
00034