|  |  | 

| Public Member Functions | |
| int | get_end_index () const | 
| Gets the index with the hypertext document at which this link ends. | |
| int | get_n_anchors () const | 
| Gets the number of anchors associated with this hyperlink. | |
| Glib::RefPtr<const Atk::Object> | get_object (int i) const | 
| Returns the item associated with this hyperlinks nth anchor. | |
| Glib::RefPtr<Atk::Object> | get_object (int i) | 
| Returns the item associated with this hyperlinks nth anchor. | |
| int | get_start_index () const | 
| Gets the index with the hypertext document at which this link begins. | |
| Glib::ustring | get_uri (int i) const | 
| Get a the URI associated with the anchor specified by i of link . | |
| const AtkHyperlink* | gobj () const | 
| Provides access to the underlying C GObject. | |
| AtkHyperlink* | gobj () | 
| 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. | |
| bool | is_inline () const | 
| Indicates whether the link currently displays some or all of its content inline. | |
| bool | is_selected_link () const | 
| Determines whether this AtkHyperlink is selected. | |
| bool | is_valid () const | 
| Since the document that a link is associated with may have changed this method returns trueif the link is still valid (with respect to the document it references) andfalseotherwise. | |
| Glib::PropertyProxy_ReadOnly< int > | property_end_index () const | 
| The end index of the AtkHyperlink object. | |
| Glib::PropertyProxy_ReadOnly< int > | property_number_of_anchors () const | 
| The number of anchors associated with the AtkHyperlink object. | |
| Glib::PropertyProxy_ReadOnly< bool > | property_selected_link () const | 
| Specifies whether the AtkHyperlink object is selected. | |
| Glib::PropertyProxy_ReadOnly< int > | property_start_index () const | 
| The start index of the AtkHyperlink object. | |
| Glib::SignalProxy0<void> | signal_link_activated () | 
| virtual | ~Hyperlink () | 
| Protected Member Functions | |
| virtual int | get_end_index_vfunc () const | 
| virtual int | get_n_anchors_vfunc () const | 
| virtual Glib::RefPtr<Atk::Object> | get_object_vfunc (int i) | 
| virtual int | get_start_index_vfunc () const | 
| virtual gchar* | get_uri_vfunc (int i) const | 
| virtual bool | is_selected_link_vfunc () const | 
| virtual bool | is_valid_vfunc () const | 
| virtual guint | link_state_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) | 
| 
 | 
| 
 | 
| 
 | 
| Gets the index with the hypertext document at which this link ends. 
 
 | 
| 
 | 
| 
 | 
| 
 | 
| Gets the number of anchors associated with this hyperlink. 
 
 | 
| 
 | 
| 
 | 
| 
 | 
| Returns the item associated with this hyperlinks nth anchor. For instance, the returned Atk::Object will implement Atk::Text if link is a text hyperlink, Atk::Image if link is an image hyperlink etc. Multiple anchors are primarily used by client-side image maps. 
 
 | 
| 
 | 
| Returns the item associated with this hyperlinks nth anchor. For instance, the returned Atk::Object will implement Atk::Text if link is a text hyperlink, Atk::Image if link is an image hyperlink etc. Multiple anchors are primarily used by client-side image maps. 
 
 | 
| 
 | 
| 
 | 
| 
 | 
| Gets the index with the hypertext document at which this link begins. 
 
 | 
| 
 | 
| 
 | 
| 
 | 
| Get a the URI associated with the anchor specified by i of link . Multiple anchors are primarily used by client-side image maps. 
 
 | 
| 
 | 
| 
 | 
| 
 | 
| Provides access to the underlying C GObject. 
 Reimplemented from Atk::Action. | 
| 
 | 
| Provides access to the underlying C GObject. 
 Reimplemented from Atk::Action. | 
| 
 | 
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. 
 | 
| 
 | 
| Indicates whether the link currently displays some or all of its content inline. 
Ordinary HTML links will usually return  
 | 
| 
 | 
| Determines whether this AtkHyperlink is selected. 
 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
Since the document that a link is associated with may have changed this method returns  
 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| The end index of the AtkHyperlink object. You rarely need to use properties because there are get_ and set_ methods for almost all of them. 
 | 
| 
 | 
| The number of anchors associated with the AtkHyperlink object. You rarely need to use properties because there are get_ and set_ methods for almost all of them. 
 | 
| 
 | 
| Specifies whether the AtkHyperlink object is selected. You rarely need to use properties because there are get_ and set_ methods for almost all of them. 
 | 
| 
 | 
| The start index of the AtkHyperlink object. You rarely need to use properties because there are get_ and set_ methods for almost all of them. 
 | 
| 
 | 
| 
 | 
| 
 | ||||||||||||
| 
 
 
 |