/headers/OfficeImport/OAVStroke-Private.h

gehe zur Dokumentation dieser Datei
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/OAVStroke.h>
00008 
00009 @interface OAVStroke (Private)
00010 + (int)readCompoundType:(id)fp8;
00011 + (int)readPresetDashStyle:(id)fp8;
00012 + (int)readLineEndType:(id)fp8;
00013 + (int)readLineEndWidth:(id)fp8;
00014 + (int)readLineEndLength:(id)fp8;
00015 + (int)readCapStyle:(id)fp8;
00016 + (void)readLineEnd:(id)fp8 type:(id)fp12 width:(id)fp16 length:(id)fp20;
00017 + (void)readDashStyleFromManager:(id)fp8 toStroke:(id)fp12;
00018 + (void)readJoinStyleFromManager:(id)fp8 toStroke:(id)fp12;
00019 + (id)targetFgColorWithManager:(id)fp8;
00020 + (void)readFillStyleFromManager:(id)fp8 toStroke:(id)fp12;
00021 @end
00022