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 NSMutableArray; 00010 00011 @interface OADPath : NSObject 00012 { 00013 struct _NSSize mSize; 00014 NSMutableArray *mElements; 00015 int mFillMode; 00016 BOOL mStroked; 00017 } 00018 00019 - (id)init; 00020 - (void)dealloc; 00021 - (struct _NSSize)size; 00022 - (void)setSize:(struct _NSSize)fp8; 00023 - (void)addElement:(id)fp8; 00024 - (unsigned int)elementCount; 00025 - (id)elementAtIndex:(unsigned int)fp8; 00026 - (int)fillMode; 00027 - (void)setFillMode:(int)fp8; 00028 - (BOOL)stroked; 00029 - (void)setStroked:(BOOL)fp8; 00030 00031 @end 00032