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, OADStyleMatrix, OAVState, OAXClient, OAXTableStyleCache, OCPPackagePart; 00010 00011 @interface OAXDrawingState : NSObject 00012 { 00013 OAXClient *mClient; 00014 OCPPackagePart *mPackagePart; 00015 OADStyleMatrix *mStyleMatrix; 00016 OAXTableStyleCache *mTableStyleCache; 00017 NSMutableDictionary *mShapeIdMap; 00018 id mDocumentState; 00019 OAVState *mOavState; 00020 } 00021 00022 - (id)initWithClient:(id)fp8; 00023 - (id)init; 00024 - (void)dealloc; 00025 - (id)client; 00026 - (id)packagePart; 00027 - (void)setPackagePart:(id)fp8; 00028 - (id)styleMatrix; 00029 - (void)setStyleMatrix:(id)fp8; 00030 - (id)tableStyleCache; 00031 - (void)setTableStyleCache:(id)fp8; 00032 - (id)drawableForShapeId:(int)fp8; 00033 - (void)setDrawable:(id)fp8 forShapeId:(int)fp12; 00034 - (id)documentState; 00035 - (void)setDocumentState:(id)fp8; 00036 - (id)oavState; 00037 - (void)setOavState:(id)fp8; 00038 00039 @end 00040