Chromium Embedded Framework (CEF)  121.3.2+gce31761+chromium-121.0.6167.75
CefAccessibilityHandler Class Referenceabstract

Implement this interface to receive accessibility notification when accessibility events have been registered. More...

#include "include/cef_accessibility_handler.h"

Inheritance diagram for CefAccessibilityHandler:
CefBaseRefCounted

Public Member Functions

virtual void OnAccessibilityTreeChange (CefRefPtr< CefValue > value)=0
 Called after renderer process sends accessibility tree changes to the browser process. More...
 
virtual void OnAccessibilityLocationChange (CefRefPtr< CefValue > value)=0
 Called after renderer process sends accessibility location changes to the browser process. More...
 
- Public Member Functions inherited from CefBaseRefCounted
virtual void AddRef () const =0
 Called to increment the reference count for the object. More...
 
virtual bool Release () const =0
 Called to decrement the reference count for the object. More...
 
virtual bool HasOneRef () const =0
 Returns true if the reference count is 1. More...
 
virtual bool HasAtLeastOneRef () const =0
 Returns true if the reference count is at least 1. More...
 

Additional Inherited Members

- Protected Member Functions inherited from CefBaseRefCounted
virtual ~CefBaseRefCounted ()
 

Detailed Description

Implement this interface to receive accessibility notification when accessibility events have been registered.

The methods of this class will be called on the UI thread.

Member Function Documentation

◆ OnAccessibilityLocationChange()

virtual void CefAccessibilityHandler::OnAccessibilityLocationChange ( CefRefPtr< CefValue value)
pure virtual

Called after renderer process sends accessibility location changes to the browser process.

◆ OnAccessibilityTreeChange()

virtual void CefAccessibilityHandler::OnAccessibilityTreeChange ( CefRefPtr< CefValue value)
pure virtual

Called after renderer process sends accessibility tree changes to the browser process.


The documentation for this class was generated from the following file: