hlinkdlg.h File Reference

(r1785/r1282)

#include "webattr.h"

Go to the source code of this file.

Classes

class  WebAddressDlg
 The new Web Address dialog. More...

Defines

#define OPTOKEN_WEBADDRESSDLG   _T("WebAddressDlg")
#define OPTOKEN_HOTLINKOP   _T("HotLinkOp")

Enumerations

enum  WebCommonAttributeResult { WCA_NOSELECTION, WCA_SINGLE, WCA_MANY, WCA_DEFAULT }
 This class shows what common WebAddressAttributes are applied to the selection, as follows:. More...


Define Documentation

#define OPTOKEN_HOTLINKOP   _T("HotLinkOp")
 

Definition at line 108 of file hlinkdlg.h.

#define OPTOKEN_WEBADDRESSDLG   _T("WebAddressDlg")
 

Definition at line 107 of file hlinkdlg.h.


Enumeration Type Documentation

enum WebCommonAttributeResult
 

This class shows what common WebAddressAttributes are applied to the selection, as follows:.

Author:
Graham_Walmsley (Xara Group Ltd) <camelotdev@xara.com>
Date:
21/3/97
WCA_NONE Nothing is selected

WCA_SINGLE Identical attributes are applied to the entire selection

WCA_MANY Different attributes are applied to the selection

WCA_DEFAULT The default attribute is applied to the selection

It's very similar to Range::CommonAttribResult, but with the extra "WCA_DEFAULT" member added in, because the Web Address dialog box treats the default attribute as a special case.

Enumerator:
WCA_NOSELECTION 
WCA_SINGLE 
WCA_MANY 
WCA_DEFAULT 

Definition at line 134 of file hlinkdlg.h.

00135 {
00136     WCA_NOSELECTION,
00137     WCA_SINGLE,
00138     WCA_MANY,
00139     WCA_DEFAULT
00140 } WebCommonAttributeResult;


Generated on Sat Nov 10 03:49:11 2007 for Camelot by  doxygen 1.4.4