GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

GFC::Atk::Hypertext Class Reference

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

#include <gfc/atk/hypertext.hh>

Inheritance diagram for GFC::Atk::Hypertext:

GFC::G::TypeInterface GFC::G::TypeInstance GFC::Trackable List of all members.

Signal Protptypes

Public Member Functions

Accessors
Signal Proxies

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* GFC::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 GFC::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.


Member Data Documentation

const LinkSelectedSignalType GFC::Atk::Hypertext::link_selected_signal [static, protected]
 

Link selected signal (see sig_link_selected()).

Calls a slot with the signature:

             void function(int link_index);
             // link_index: The index of the hyperlink which is selected.


The documentation for this class was generated from the following file:
Generated on Tue Aug 24 00:34:34 2004 for GFC-UI by doxygen 1.3.8