/headers/OfficeImport/OADDrawable.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 @class OADDrawableProperties, OADGroup;
00010 
00011 @interface OADDrawable : NSObject
00012 {
00013     BOOL mHidden;
00014     OADDrawableProperties *mDrawableProperties;
00015     id <OADClient> mClientData;
00016     OADGroup *mParent;
00017 }
00018 
00019 - (id)initWithPropertiesClass:(Class)fp8;
00020 - (void)dealloc;
00021 - (BOOL)hidden;
00022 - (void)setHidden:(BOOL)fp8;
00023 - (id)drawableProperties;
00024 - (void)setClientData:(id)fp8;
00025 - (id)clientData;
00026 - (id)ensureClientDataOfClass:(Class)fp8;
00027 - (void)setParent:(id)fp8;
00028 - (id)parent;
00029 - (void)setParentTextListStyle:(id)fp8;
00030 
00031 @end
00032