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 #import "OADClientProtocol.h" 00010 #import "OADTextClientProtocol.h" 00011 00012 @class EDAnchor, EDComment, EDSheet, EDTextBox, NSMutableArray, NSMutableDictionary; 00013 00014 @interface EDOfficeArtClient : NSObject <OADClient, OADTextClient> 00015 { 00016 EDSheet *mSheet; 00017 EDAnchor *mAnchor; 00018 _Bool mIsBoundsSet; 00019 struct _NSRect mBounds; 00020 EDTextBox *mTextBox; 00021 EDComment *mComment; 00022 NSMutableDictionary *mTableModels; 00023 NSMutableArray *mColorLocators; 00024 _Bool mObjectReallyIsAChart; 00025 } 00026 00027 - (id)init; 00028 - (void)dealloc; 00029 - (id)anchor; 00030 - (void)setAnchor:(id)fp8; 00031 - (_Bool)areBoundsSet; 00032 - (void)setBounds:(struct _NSRect)fp8; 00033 - (BOOL)hasBounds; 00034 - (struct _NSRect)bounds; 00035 - (id)sheet; 00036 - (void)setSheet:(id)fp8; 00037 - (id)tableModels; 00038 - (void)setTableModels:(id)fp8; 00039 - (id)colorLocators; 00040 - (void)setColorLocators:(id)fp8; 00041 - (id)textBox; 00042 - (void)setTextBox:(id)fp8; 00043 - (id)comment; 00044 - (void)setComment:(id)fp8; 00045 - (_Bool)isObjectReallyIsAChart; 00046 - (void)setObjectReallyIsAChart:(_Bool)fp8; 00047 - (BOOL)hasText; 00048 00049 @end 00050