|
Public Member Functions |
virtual | ~Hyperlink () |
AtkHyperlink* | gobj () |
| Provides access to the underlying C GObject.
|
const AtkHyperlink* | gobj () const |
| Provides access to the underlying C GObject.
|
AtkHyperlink* | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
Glib::ustring | get_uri (int i) const |
| Get a the URI associated with the anchor specified by i of link .
|
Glib::RefPtr<Atk::Object> | get_object (int i) |
| Returns the item associated with this hyperlinks nth anchor.
|
Glib::RefPtr<const Atk::Object> | get_object (int i) const |
| Returns the item associated with this hyperlinks nth anchor.
|
int | get_end_index () const |
| Gets the index with the hypertext document at which this link ends.
|
int | get_start_index () const |
| Gets the index with the hypertext document at which this link begins.
|
bool | is_valid () const |
| Since the document that a link is associated with may have changed this method returns true if the link is still valid (with respect to the document it references) and false otherwise.
|
bool | is_inline () const |
| Indicates whether the link currently displays some or all of its content inline.
|
int | get_n_anchors () const |
| Gets the number of anchors associated with this hyperlink.
|
bool | is_selected_link () const |
| Determines whether this AtkHyperlink is selected.
|
Glib::SignalProxy0<void> | signal_link_activated () |
Glib::PropertyProxy_ReadOnly<
bool > | property_selected_link () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
Glib::PropertyProxy_ReadOnly<
int > | property_number_of_anchors () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
Glib::PropertyProxy_ReadOnly<
int > | property_end_index () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
Glib::PropertyProxy_ReadOnly<
int > | property_start_index () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
Protected Member Functions |
virtual gchar* | get_uri_vfunc (int i) const |
virtual Glib::RefPtr<Atk::Object> | get_object_vfunc (int i) |
virtual int | get_end_index_vfunc () const |
virtual int | get_start_index_vfunc () const |
virtual bool | is_valid_vfunc () const |
virtual int | get_n_anchors_vfunc () const |
virtual guint | link_state_vfunc () const |
virtual bool | is_selected_link_vfunc () const |
virtual void | on_link_activated () |
Related Functions |
(Note that these are not member functions.)
|
Glib::RefPtr<Atk::Hyperlink> | wrap (AtkHyperlink* object, bool take_copy=false) |