/headers/OfficeImport/EDChart.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 EDChartFrame, EDChartLegendFrame, EDChartPlot, NSArray;
00010 
00011 @interface EDChart : NSObject
00012 {
00013     EDChartFrame *mChartParentFrame;
00014     EDChartLegendFrame *mChartLegendFrame;
00015     EDChartFrame *mTitle;
00016     struct _NSSize mSize;
00017     EDChartPlot *mChartPlot;
00018     NSArray *mSeriesData;
00019     double mMinY;
00020     double mMaxY;
00021 }
00022 
00023 - (id)init;
00024 - (void)dealloc;
00025 - (void)setSize:(struct _NSSize)fp8;
00026 - (struct _NSSize)size;
00027 - (void)setChartParentFrame:(id)fp8;
00028 - (id)chartParentFrame;
00029 - (id)chartPlotFrame;
00030 - (void)setChartLegendFrame:(id)fp8;
00031 - (id)chartLegendFrame;
00032 - (void)setChartTitle:(id)fp8;
00033 - (id)title;
00034 - (void)setChartPlot:(id)fp8;
00035 - (id)chartPlot;
00036 - (void)setSeriesData:(id)fp8;
00037 - (id)seriesData;
00038 - (unsigned int)seriesCount;
00039 - (double)minY;
00040 - (double)maxY;
00041 
00042 @end
00043