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 <OfficeImport/OADPathElement.h> 00008 00009 @interface OADVectorArcPathElement : OADPathElement 00010 { 00011 struct OADAdjustCoord mLeft; 00012 struct OADAdjustCoord mTop; 00013 struct OADAdjustCoord mRight; 00014 struct OADAdjustCoord mBottom; 00015 struct OADAdjustPoint mStartVector; 00016 struct OADAdjustPoint mEndVector; 00017 BOOL mClockwise; 00018 BOOL mConnectedToPrevious; 00019 } 00020 00021 - (id)initWithLeft:(struct OADAdjustCoord)fp8 top:(struct OADAdjustCoord)fp16 right:(struct OADAdjustCoord)fp24 bottom:(struct OADAdjustCoord)fp32 startVector:(struct OADAdjustPoint)fp40 endVector:(struct OADAdjustPoint)fp56 clockwise:(BOOL)fp72 connectedToPrevious:(BOOL)fp76; 00022 - (struct OADAdjustCoord)left; 00023 - (struct OADAdjustCoord)top; 00024 - (struct OADAdjustCoord)right; 00025 - (struct OADAdjustCoord)bottom; 00026 - (struct OADAdjustPoint)startVector; 00027 - (struct OADAdjustPoint)endVector; 00028 - (BOOL)clockwise; 00029 - (BOOL)connectedToPrevious; 00030 00031 @end 00032