Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefRunFileDialogCallback

CefBaseRefCounted
   |
   +--CefRunFileDialogCallback

   in cef_browser.h

class CefRunFileDialogCallback
extends CefBaseRefCounted

Callback interface for CefBrowserHost::RunFileDialog. The methods of this class will be called on the browser process UI thread.


Method Summary
 virtual void OnFileDialogDismissed( int selected_accept_filter, const std::vector< CefString >& file_paths )= 0
          Called asynchronously after the file dialog is dismissed.
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

OnFileDialogDismissed

public virtual void OnFileDialogDismissed( int selected_accept_filter, const std::vector< CefString >& file_paths )= 0;
Called asynchronously after the file dialog is dismissed. |selected_accept_filter| is the 0-based index of the value selected from the accept filters array passed to CefBrowserHost::RunFileDialog. |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.

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt