Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::Atk::Hypertext Class Reference

An AtkHypertext C++ wrapper class. More...

#include <inti/atk/hypertext.h>

Inheritance diagram for Inti::Atk::Hypertext:

Inti::G::TypeInterface Inti::G::TypeInstance Inti::ReferencedBase List of all members.

Public Member Functions

Accessors

Protected Member Functions

Constructors

Detailed Description

An AtkHypertext C++ wrapper class.

Hypertext is an interface which provides a standard mechanism for manipulating hyperlinks.


Member Function Documentation

Hyperlink* Inti::Atk::Hypertext::get_link int  link_index  )  const
 

Gets the link in this hypertext document at index link_index.

Parameters:
link_index An integer specifying the desired link.
Returns:
The link in this hypertext document at index link_index.

int Inti::Atk::Hypertext::get_link_index int  char_index  )  const
 

Gets the index into the array of hyperlinks that is associated with the character specified by char_index, or -1 if there is no hyperlink associated with this character.

Parameters:
char_index A character index.
Returns:
An index into the array of hyperlinks in the hypertext.


The documentation for this class was generated from the following file: Main Page - Footer


Generated on Sun Sep 14 20:08:07 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002