/headers/OfficeImport/OADRelativeRect.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 "NSObject.h"
00008 
00009 #import "NSCopyingProtocol.h"
00010 
00011 @interface OADRelativeRect : NSObject <NSCopying>
00012 {
00013     float mLeft;
00014     float mTop;
00015     float mRight;
00016     float mBottom;
00017 }
00018 
00019 - (id)init;
00020 - (id)initWithLeft:(float)fp8 top:(float)fp12 right:(float)fp16 bottom:(float)fp20;
00021 - (id)copyWithZone:(struct _NSZone *)fp8;
00022 - (float)left;
00023 - (void)setLeft:(float)fp8;
00024 - (float)top;
00025 - (void)setTop:(float)fp8;
00026 - (float)right;
00027 - (void)setRight:(float)fp8;
00028 - (float)bottom;
00029 - (void)setBottom:(float)fp8;
00030 
00031 @end
00032