WT_URL_Item Class Reference

#include <url_list.h>

Inheritance diagram for WT_URL_Item:

Inheritance graph
[legend]
Collaboration diagram for WT_URL_Item:

Collaboration graph
[legend]
List of all members.

Detailed Description

Describes a single-target hyperlink item for use with WT_URL_List.

See also:
WT_URL_List

WT_URL

Examples:

WhipExamples/Url.cpp, and WhipExamples/Visibility.cpp.

Definition at line 31 of file url_list.h.

Public Member Functions

void set (WT_Integer32 index, WT_Unsigned_Integer16 const *address, WT_Unsigned_Integer16 const *friendly_name)
 Sets the hyperlink with the given data.
void set (WT_Integer32 index, char const *address, char const *friendly_name)
 Sets the hyperlink with the given data.
WT_Stringaddress ()
 Returns the achine-readable target for this hyperlink.
WT_Stringfriendly_name ()
 Returns the human-readable friendly name for this hyperlink.
WT_Integer32index ()
 Returns the unique index assigned to this hyperlink.
WT_Boolean get_emitted_status ()
 Returns WD_True if this hyperlink has been serialized.
 WT_URL_Item ()
 Constructs a WT_URL_Item object.
 WT_URL_Item (WT_Integer32 index, WT_Unsigned_Integer16 const *address, WT_Unsigned_Integer16 const *friendly_name)
 Constructs a WT_URL_Item object with the given data.
 WT_URL_Item (WT_Integer32 index, char const *address, char const *friendly_name)
 Constructs a WT_URL_Item object with the given data.
 WT_URL_Item (WT_Integer32 index, WT_String &address, WT_String &friendly_name)
 Constructs a WT_URL_Item object with the given data.
 WT_URL_Item (WT_Unsigned_Integer16 const *address, WT_Unsigned_Integer16 const *friendly_name)
 Constructs a WT_URL_Item object with the given data.
 WT_URL_Item (char const *address, char const *friendly_name)
 Constructs a WT_URL_Item object with the given data.
 WT_URL_Item (WT_String &address, WT_String &friendly_name)
 Constructs a WT_URL_Item object with the given data.
virtual ~WT_URL_Item ()
 Destructs a WT_URL_Item object.

Friends

class WT_URL
class WT_URL_List
class WT_Attribute_URL


Constructor & Destructor Documentation

WT_URL_Item::WT_URL_Item WT_Integer32  index,
WT_Unsigned_Integer16 const *  address,
WT_Unsigned_Integer16 const *  friendly_name
[inline]
 

Constructs a WT_URL_Item object with the given data.

Parameters:
index  Unique index for this hyperlink.
address  Machine-readable target for this hyperlink.
friendly_name  Human-readable friendly name for this hyperlink.

Definition at line 55 of file url_list.h.

WT_URL_Item::WT_URL_Item WT_Integer32  index,
char const *  address,
char const *  friendly_name
[inline]
 

Constructs a WT_URL_Item object with the given data.

Parameters:
index  Unique index for this hyperlink.
address  Machine-readable target for this hyperlink.
friendly_name  Human-readable friendly name for this hyperlink.

Definition at line 64 of file url_list.h.

WT_URL_Item::WT_URL_Item WT_Integer32  index,
WT_String address,
WT_String friendly_name
 

Constructs a WT_URL_Item object with the given data.

Parameters:
index  Unique index for this hyperlink.
address  Machine-readable target for this hyperlink.
friendly_name  Human-readable friendly name for this hyperlink.

WT_URL_Item::WT_URL_Item WT_Unsigned_Integer16 const *  address,
WT_Unsigned_Integer16 const *  friendly_name
[inline]
 

Constructs a WT_URL_Item object with the given data.

Parameters:
address  Machine-readable target for this hyperlink.
friendly_name  Human-readable friendly name for this hyperlink.

Definition at line 81 of file url_list.h.

WT_URL_Item::WT_URL_Item char const *  address,
char const *  friendly_name
[inline]
 

Constructs a WT_URL_Item object with the given data.

Parameters:
address  Machine-readable target for this hyperlink.
friendly_name  Human-readable friendly name for this hyperlink.

Definition at line 90 of file url_list.h.

WT_URL_Item::WT_URL_Item WT_String address,
WT_String friendly_name
[inline]
 

Constructs a WT_URL_Item object with the given data.

Parameters:
address  Machine-readable target for this hyperlink.
friendly_name  Human-readable friendly name for this hyperlink.

Definition at line 99 of file url_list.h.


Member Function Documentation

void WT_URL_Item::set WT_Integer32  index,
char const *  address,
char const *  friendly_name
 

Sets the hyperlink with the given data.

Parameters:
index  Unique index for this hyperlink.
address  Machine-readable target for this hyperlink.
friendly_name  Human-readable friendly name for this hyperlink.

void WT_URL_Item::set WT_Integer32  index,
WT_Unsigned_Integer16 const *  address,
WT_Unsigned_Integer16 const *  friendly_name
 

Sets the hyperlink with the given data.

Parameters:
index  Unique index for this hyperlink.
address  Machine-readable target for this hyperlink.
friendly_name  Human-readable friendly name for this hyperlink.


The documentation for this class was generated from the following file:
Generated on Tue Jan 6 22:41:27 2009 for Autodesk DWF Whip 2D Toolkit by  doxygen 1.4.5