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 EDReference, EDString; 00010 00011 @interface EDHyperlink : NSObject 00012 { 00013 EDString *mPath; 00014 EDString *mDosPath; 00015 EDString *mDescriptionText; 00016 EDString *mTextMark; 00017 EDString *mToolTip; 00018 EDReference *mReference; 00019 int mType; 00020 } 00021 00022 + (id)hyperlink; 00023 - (void)dealloc; 00024 - (id)path; 00025 - (void)setPath:(id)fp8; 00026 - (id)dosPath; 00027 - (void)setDosPath:(id)fp8; 00028 - (id)descriptionText; 00029 - (void)setDescriptionText:(id)fp8; 00030 - (id)textMark; 00031 - (void)setTextMark:(id)fp8; 00032 - (id)toolTip; 00033 - (void)setToolTip:(id)fp8; 00034 - (id)reference; 00035 - (void)setReference:(id)fp8; 00036 - (int)type; 00037 - (void)setType:(int)fp8; 00038 00039 @end 00040