/headers/OfficeImport/WDTableRow.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 "NSObject.h"
00008 
00009 @class NSMutableArray, WDTable, WDTableRowProperties;
00010 
00011 @interface WDTableRow : NSObject
00012 {
00013     int mIndex;
00014     WDTable *mTable;
00015     WDTableRowProperties *mProperties;
00016     NSMutableArray *mCells;
00017 }
00018 
00019 - (id)initWithTable:(id)fp8 at:(int)fp12;
00020 - (void)dealloc;
00021 - (int)index;
00022 - (id)table;
00023 - (id)properties;
00024 - (int)cellCount;
00025 - (id)cellAt:(int)fp8;
00026 - (id)addCell;
00027 - (id)cellIterator;
00028 
00029 @end
00030