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 NSMutableDictionary; 00010 00011 @interface OABState : NSObject 00012 { 00013 Class mClient; 00014 NSMutableDictionary *mShapeIdMap; 00015 NSMutableDictionary *mEshContentIdMap; 00016 id <OADColorPalette> mColorPalette; 00017 } 00018 00019 - (id)init; 00020 - (id)initWithClient:(Class)fp8; 00021 - (void)dealloc; 00022 - (Class)client; 00023 - (id)drawableForShapeId:(int)fp8; 00024 - (void)setDrawable:(id)fp8 forShapeId:(int)fp12; 00025 - (struct EshContent *)eshContentForId:(int)fp8; 00026 - (void)setEshContent:(struct EshContent *)fp8 forId:(int)fp12; 00027 - (id)colorPalette; 00028 - (void)setColorPalette:(id)fp8; 00029 00030 @end 00031