#include <ax_platform_node_mac.h>
Definition at line 53 of file ax_platform_node_mac.h.
◆ detach
◆ initWithNode:
◆ nativeNotificationFromAXEvent:
Definition at line 359 of file ax_platform_node_mac.mm.
378 EventMap::const_iterator it = event_map->find(event);
379 return it != event_map->end() ? it->second : nil;
380}
◆ nativeRoleFromAXRole:
Definition at line 359 of file ax_platform_node_mac.mm.
366 RoleMap::const_iterator it = role_map->find(role);
367 return it != role_map->end() ? it->second : NSAccessibilityUnknownRole;
368}
◆ nativeSubroleFromAXRole:
Definition at line 359 of file ax_platform_node_mac.mm.
372 RoleMap::const_iterator it = subrole_map->find(role);
373 return it != subrole_map->end() ? it->second : nil;
374}
◆ boundsInScreen
| - (NSRect) boundsInScreen |
|
readnonatomicassign |
◆ node
| - (AXPlatformNodeBase*) AXPlatformNodeCocoa: |
|
readnonatomicassign |
The documentation for this class was generated from the following files: