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

Callback interface for CefBrowserHost::RunFileDialog. More...

#include "include/cef_browser.h"

Inheritance diagram for CefRunFileDialogCallback:
CefBaseRefCounted

Public Member Functions

virtual void OnFileDialogDismissed (const std::vector< CefString > &file_paths)=0
 Called asynchronously after the file dialog is dismissed. 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

Callback interface for CefBrowserHost::RunFileDialog.

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

Member Function Documentation

◆ OnFileDialogDismissed()

virtual void CefRunFileDialogCallback::OnFileDialogDismissed ( const std::vector< CefString > &  file_paths)
pure virtual

Called asynchronously after the file dialog is dismissed.

|file_paths| will be a single value or a list of values depending on the dialog mode. If the selection was cancelled |file_paths| will be empty.


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