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 CefPrintDialogCallback

CefBaseRefCounted
   |
   +--CefPrintDialogCallback

   in cef_print_handler.h

class CefPrintDialogCallback
extends CefBaseRefCounted

Callback interface for asynchronous continuation of print dialog requests.


Method Summary
 virtual void Cancel()= 0
          Cancel the printing.
 virtual void Continue( CefRefPtr< CefPrintSettings > settings )= 0
          Continue printing with the specified |settings|.
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

Cancel

public virtual void Cancel()= 0;
Cancel the printing.

Continue

public virtual void Continue( CefRefPtr< CefPrintSettings > settings )= 0;
Continue printing with the specified |settings|.

 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