Chromium Embedded Framework (CEF) 148.0.4+ga59e378+chromium-148.0.7778.40
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.
 
- Public Member Functions inherited from CefBaseRefCounted
virtual void AddRef () const =0
 Called to increment the reference count for the object.
 
virtual bool Release () const =0
 Called to decrement the reference count for the object.
 
virtual bool HasOneRef () const =0
 Returns true if the reference count is 1.
 
virtual bool HasAtLeastOneRef () const =0
 Returns true if the reference count is at least 1.
 

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: