atkhyperlinkimpl.sgml
来自「The ATK library provides a set of interf」· SGML 代码 · 共 53 行
SGML
53 行
<!-- ##### SECTION Title ##### -->AtkHyperlinkImpl<!-- ##### SECTION Short_Description ##### -->An interface from which the AtkHyperlink associated with anAtkObject may be obtained.<!-- ##### SECTION Long_Description ##### --><para>AtkHyperlinkImpl allows AtkObjects torefer to their associated AtkHyperlink instance, if oneexists. AtkHyperlinkImpl differs from AtkHyperlink in that AtkHyperlinkImpl is an interface, whereas AtkHyperlink isa object type. The AtkHyperlinkImpl interface allowsa client to query an AtkObject for the availability ofan associated AtkHyperlink instance, and obtain thatinstance. It is thus particularly useful in cases whereembedded content or inline content within a text objectis present, since the embedding text object implementsAtkHypertext and the inline/embedded objects are exposed as children which implement AtkHyperlinkImpl,in addition to their being obtainable via AtkHypertext:getLinkfollowed by AtkHyperlink:getObject.</para><!-- ##### SECTION See_Also ##### --><para></para><!-- ##### SECTION Stability_Level ##### --><!-- ##### STRUCT AtkHyperlinkImpl ##### --><para>A queryable interface which allows AtkHyperlink instances associated with an AtkObject to be obtained. AtkHyperlinkImpl corresponds to AT-SPI's Hyperlink interface, and differs from AtkHyperlink in that AtkHyperlink is an object type, rather than an interface, and thus cannot be directly queried.</para><!-- ##### FUNCTION atk_hyperlink_impl_get_hyperlink ##### --><para></para>@obj: @Returns:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?