/headers/OfficeImport/WDTableCell.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 WDTableCellProperties, WDTableRow, WDText;
00010 
00011 @interface WDTableCell : NSObject
00012 {
00013     int mIndex;
00014     WDTableRow *mRow;
00015     WDTableCellProperties *mProperties;
00016     WDText *mText;
00017     BOOL mUseTrackedProperties;
00018 }
00019 
00020 - (id)initWithRow:(id)fp8 at:(int)fp12;
00021 - (void)dealloc;
00022 - (BOOL)useTrackedProperties;
00023 - (void)setUseTrackedProperties:(BOOL)fp8;
00024 - (int)index;
00025 - (id)row;
00026 - (id)properties;
00027 - (id)text;
00028 
00029 @end
00030