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 CefFileDialogCallback

CefBaseRefCounted
   |
   +--CefFileDialogCallback

   in cef_dialog_handler.h

class CefFileDialogCallback
extends CefBaseRefCounted

Callback interface for asynchronous continuation of file dialog requests.


Method Summary
 virtual void Cancel()= 0
          Cancel the file selection.
 virtual void Continue( int selected_accept_filter, const std::vector< CefString >& file_paths )= 0
          Continue the file selection.
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

Cancel

public virtual void Cancel()= 0;
Cancel the file selection.

Continue

public virtual void Continue( int selected_accept_filter, const std::vector< CefString >& file_paths )= 0;
Continue the file selection. |selected_accept_filter| should be the 0-based index of the value selected from the accept filters array passed to CefDialogHandler::OnFileDialog. |file_paths| should be a single value or a list of values depending on the dialog mode. An empty |file_paths| value is treated the same as calling Cancel().

 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