Crate atspi_proxies

Source
Expand description

All proxy structures for communicating using AT-SPI. Each proxy uses a different interface for communication.

Re-exports§

pub use atspi_common as common;

Modules§

accessible
AccessibleProxy
action
ActionProxy
application
ApplicationProxy
bus
DBus interface proxies for: org.a11y.Status, org.a11y.Bus
cache
DBus interface proxy for: org.a11y.atspi.Cache
collection
CollectionProxy
component
DBus interface proxy for: org.a11y.atspi.Component
device_event_controller
DBus interface proxy for: org.a11y.atspi.DeviceEventController
device_event_listener
DBus interface proxy for: org.a11y.atspi.DeviceEventListener
document
DBus interface proxy for: org.a11y.atspi.Document
editable_text
DBus interface proxy for: org.a11y.atspi.EditableText
events
hyperlink
DBus interface proxy for: org.a11y.atspi.Hyperlink
hypertext
DBus interface proxy for: org.a11y.atspi.Hypertext
image
DBus interface proxy for: org.a11y.atspi.Image
registry
DBus interface proxy for: org.a11y.atspi.Registry
selection
DBus interface proxy for: org.a11y.atspi.Selection
socket
DBus interface proxy for: org.a11y.atspi.Socket
table
DBus interface proxy for: org.a11y.atspi.Table
table_cell
DBus interface proxy for: org.a11y.atspi.TableCell
text
DBus interface proxy for: org.a11y.atspi.Text
value
DBus interface proxy for: org.a11y.atspi.Value

Structs§

InterfaceSet
A collection type which encodes the AT-SPI interfaces an accessible object has implemented.

Enums§

AtspiError
An error type that can describe atspi and std and different zbus errors.
CoordType
The coordinate type encodes the frame of reference.
Interface
AT-SPI interfaces an accessible object can implement.