Atk.HyperlinkImpl¶
| Implementations: | |
|---|---|
| None | |
Methods¶
| get_hyperlink() | 
Virtual Methods¶
| do_get_hyperlink() | 
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- 
class Atk.HyperlinkImpl¶
- Bases: - GObject.GInterface- Structure: - Atk.HyperlinkImplIface- Atk.HyperlinkImplallows AtkObjects to refer to their associated- Atk.Hyperlinkinstance, if one exists.- Atk.HyperlinkImpldiffers from- Atk.Hyperlinkin that- Atk.HyperlinkImplis an interface, whereas- Atk.Hyperlinkis a object type. The- Atk.HyperlinkImplinterface allows a client to query an- Atk.Objectfor the availability of an associated- Atk.Hyperlinkinstance, and obtain that instance. It is thus particularly useful in cases where embedded content or inline content within a text object is present, since the embedding text object implements- Atk.Hypertextand the inline/embedded objects are exposed as children which implement- Atk.HyperlinkImpl, in addition to their being obtainable via- Atk.Hypertext- :getLinkfollowed by- Atk.Hyperlink- :getObject.- The - Atk.HyperlinkImplinterface should be supported by objects exposed within the hierarchy as children of an- Atk.Hypertextcontainer which correspond to “links” or embedded content within the text. HTML anchors are not, for instance, normally exposed this way, but embedded images and components which appear inline in the content of a text object are. The AtkHyperlinkIface interface allows a means of determining which children are hyperlinks in this sense of the word, and for obtaining their corresponding- Atk.Hyperlinkobject, from which the embedding range, URI, etc. can be obtained.- To some extent this interface exists because, for historical reasons, - Atk.Hyperlinkwas defined as an object type, not an interface. Thus, in order to interact with AtkObjects via- Atk.Hyperlinksemantics, a new interface was required.- 
get_hyperlink()[source]¶
- Returns: - an - Atk.Hyperlinkobject which points to this implementing- Atk.Object.- Return type: - Atk.Hyperlink- Gets the hyperlink associated with this object. - New in version 1.12. 
 - 
do_get_hyperlink() virtual¶
- Returns: - an - Atk.Hyperlinkobject which points to this implementing- Atk.Object.- Return type: - Atk.Hyperlink- Gets the hyperlink associated with this object. - New in version 1.12. 
 
-