/headers/OfficeImport/EDTableColumn.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 EDResources, EDString;
00010 
00011 @interface EDTableColumn : NSObject
00012 {
00013     EDResources *mResources;
00014     unsigned int mHeaderRowDxfIndex;
00015     unsigned int mTotalsRowDxfIndex;
00016     unsigned int mDataAreaDxfIndex;
00017     EDString *mName;
00018     EDString *mUniqueName;
00019     EDString *mTotalsRowLabel;
00020 }
00021 
00022 + (id)tableColumnWithResources:(id)fp8;
00023 - (id)initWithResources:(id)fp8;
00024 - (void)dealloc;
00025 - (id)headerRowDxf;
00026 - (void)setHeaderRowDxf:(id)fp8;
00027 - (id)totalsRowDxf;
00028 - (void)setTotalsRowDxf:(id)fp8;
00029 - (id)dataAreaDxf;
00030 - (void)setDataAreaDxf:(id)fp8;
00031 - (id)name;
00032 - (void)setName:(id)fp8;
00033 - (id)uniqueName;
00034 - (void)setUniqueName:(id)fp8;
00035 - (id)totalsRowLabel;
00036 - (void)setTotalsRowLabel:(id)fp8;
00037 
00038 @end
00039