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, NSMutableSet, OCPPackagePart; 00010 00011 @interface OAVState : NSObject 00012 { 00013 Class mClient; 00014 OCPPackagePart *mPackagePart; 00015 NSMutableDictionary *mShapeTypes; 00016 NSMutableDictionary *mShapeIdMap; 00017 NSMutableSet *mDualDrawables; 00018 } 00019 00020 - (id)initWithClient:(Class)fp8 packagePart:(id)fp12; 00021 - (void)dealloc; 00022 - (void)reset; 00023 - (Class)client; 00024 - (id)packagePart; 00025 - (void)setPackagePart:(id)fp8; 00026 - (unsigned short)shapeTypeForId:(id)fp8; 00027 - (void)setShapeType:(unsigned short)fp8 forId:(id)fp12; 00028 - (id)drawableForShapeId:(id)fp8; 00029 - (void)setDrawable:(id)fp8 forShapeId:(id)fp12; 00030 - (void)addDualDrawable:(id)fp8; 00031 - (BOOL)isDualDrawable:(id)fp8; 00032 00033 @end 00034