Enum atspi_common::interface::Interface
source · #[repr(u32)]pub enum Interface {
Show 20 variants
Accessible,
Action,
Application,
Cache,
Collection,
Component,
Document,
DeviceEventController,
DeviceEventListener,
EditableText,
Hyperlink,
Hypertext,
Image,
Registry,
Selection,
Socket,
Table,
TableCell,
Text,
Value,
}
Expand description
AT-SPI interfaces an accessible object can implement.
Variants§
Accessible
Interface to indicate implementation of AccessibleProxy
.
Action
Interface to indicate implementation of ActionProxy
.
Application
Interface to indicate implementation of ApplicationProxy
.
Cache
Interface to indicate implementation of CacheProxy
.
Collection
Interface to indicate implementation of CollectionProxy
.
Component
Interface to indicate implementation of ComponentProxy
.
Document
Interface to indicate implementation of DocumentProxy
.
DeviceEventController
Interface to indicate implementation of DeviceEventControllerProxy
.
DeviceEventListener
Interface to indicate implementation of DeviceEventListenerProxy
.
EditableText
Interface to indicate implementation of EditableTextProxy
.
Hyperlink
Interface to indicate implementation of HyperlinkProxy
.
Hypertext
Interface to indicate implementation of HypertextProxy
.
Image
Interface to indicate implementation of ImageProxy
.
Registry
Interface to indicate implementation of RegistryProxy
.
Selection
Interface to indicate implementation of SelectionProxy
.
Socket
Interface to indicate implementation of SocketProxy
.
Table
Interface to indicate implementation of TableProxy
.
TableCell
Interface to indicate implementation of TableCellProxy
.
Text
Interface to indicate implementation of TextProxy
.
Value
Interface to indicate implementation of ValueProxy
.