Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/GenericPlatform
Classes
| Type | Name | Description | |
|---|---|---|---|
| FAccessibleEventArgs | The arguments for an accessible event that is raised by accessible widgets to be passed to an accessibility event handler such as a native OS. | ||
| FGenericAccessibleMessageHandler | Platform and application-agnostic messaging system for accessible events. | ||
| FGenericAccessibleUser | An accessible user is an input source that can interact with the application and needs to provide accessibility services such as a screen reader. | ||
| FGenericAccessibleUserRegistry | The base class for an accessible user registry that all accessible users must register with. | ||
| IAccessibleActivatable | A widget that can be triggered to fire an event, such as buttons or checkboxes. | ||
| IAccessibleProperty | An accessible widget that stores an arbitrary value of any type capable of being serialized into a string. | ||
| IAccessibleTable | A widget that represents a table such as list views, tile views or tree views Data about the items that are selected in the table or if selection is supported can be queried. | ||
| IAccessibleTableRow | A widget that is an element in an accessible table. | ||
| IAccessibleText | A widget that contains text, with the potential ability to select sections, read specific words/paragraphs, etc. | ||
| IAccessibleWidget | Provides the core set of accessible data that is necessary in order for widget traversal and TTS to be implemented. | ||
| IAccessibleWindow | An accessible window corresponds to a native OS window. |