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 "OADImageRecolorInfoClientProtocol.h" 00011 00012 @class OADImageRecolorInfo, PDMedia; 00013 00014 @interface PDOfficeArtClient : NSObject <OADClient, OADImageRecolorInfoClient> 00015 { 00016 OADImageRecolorInfo *mImageRecolorInfo; 00017 BOOL mIsPlaceholder; 00018 int mPlaceholderType; 00019 int mPlaceholderTypeIndex; 00020 PDMedia *mMedia; 00021 BOOL mIsComment; 00022 } 00023 00024 - (void)dealloc; 00025 - (BOOL)hasBounds; 00026 - (struct _NSRect)bounds; 00027 - (id)imageRecolorInfo; 00028 - (void)setImageRecolorInfo:(id)fp8; 00029 - (BOOL)isPlaceholder; 00030 - (int)placeholderType; 00031 - (void)setPlaceholderType:(int)fp8; 00032 - (int)placeholderTypeIndex; 00033 - (void)setPlaceholderTypeIndex:(int)fp8; 00034 - (BOOL)hasMedia; 00035 - (id)media; 00036 - (void)setMedia:(id)fp8; 00037 - (BOOL)isComment; 00038 - (void)setIsComment:(BOOL)fp8; 00039 00040 @end 00041