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/PDAnimationShapeTarget.h> 00008 00009 @interface PDAnimationChartTarget : PDAnimationShapeTarget 00010 { 00011 int mCatagoryIndex; 00012 int mSeriesIndex; 00013 int mBuildStep; 00014 } 00015 00016 - (id)init; 00017 - (int)catagoryIndex; 00018 - (void)setCatagoryIndex:(int)fp8; 00019 - (int)seriesIndex; 00020 - (void)setSeriesIndex:(int)fp8; 00021 - (int)buildStep; 00022 - (void)setBuildStep:(int)fp8; 00023 - (unsigned int)hash; 00024 - (BOOL)isEqual:(id)fp8; 00025 00026 @end 00027