Xfce Foundation Classes
Main Page  | IndexNamespace List  |  Alphabetical List  |  Class List  |  File List


Public Member Functions | Static Protected Attributes
Xfc::Atk::Hypertext Class Reference

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

#include <xfc/atk/hypertext.hh>

Inheritance diagram for Xfc::Atk::Hypertext:
Xfc::G::TypeInterface Xfc::G::TypeInstance Xfc::Trackable

List of all members.

Public Member Functions

Accessors

Protected Member Functions

Constructors

Static Protected Attributes


Detailed Description

An AtkHypertext C++ wrapper class.

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


Member Function Documentation

Hyperlink* Xfc::Atk::Hypertext::get_link ( int  link_index) const

Gets the link in this hypertext document at index link_index.

Parameters:
link_indexAn integer specifying the desired link.
Returns:
The link in this hypertext document at index link_index.
int Xfc::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_indexA character index.
Returns:
An index into the array of hyperlinks in the hypertext.

Member Data Documentation

Link selected signal (see signal_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:
Xfce Foundation Classes
Copyright © 2004-2005 The XFC Development Team XFC