00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/MFPath.h>
00008
00009 @class NSBezierPathStub;
00010
00011 @interface MFCocoaPath : MFPath
00012 {
00013 NSBezierPathStub *m_path;
00014 int m_state;
00015 }
00016
00017 - (id)init;
00018 - (id)initWithPath:(id)fp8 state:(int)fp12;
00019 - (void)dealloc;
00020 - (id)copyWithZone:(struct _NSZone *)fp8;
00021 - (int)state;
00022 - (BOOL)isOpen;
00023 - (int)begin;
00024 - (int)end;
00025 - (int)abort;
00026 - (struct _NSPoint)currentPoint;
00027 - (int)closeFigure;
00028 - (int)flatten;
00029 - (int)widen:(id)fp8;
00030 - (int)stroke:(id)fp8;
00031 - (int)fill:(id)fp8;
00032 - (id)getBezierPath;
00033 - (void)appendBezierPath:(id)fp8 dc:(id)fp12;
00034
00035 @end
00036