Callback interface for asynchronous continuation of print dialog requests.
More...
#include "include/cef_print_handler.h"
|
| virtual void | Continue (CefRefPtr< CefPrintSettings > settings)=0 |
| | Continue printing with the specified |settings|.
|
| |
| virtual void | Cancel ()=0 |
| | Cancel the printing.
|
| |
| 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.
|
| |
Callback interface for asynchronous continuation of print dialog requests.
◆ Cancel()
| virtual void CefPrintDialogCallback::Cancel |
( |
| ) |
|
|
pure virtual |
◆ Continue()
Continue printing with the specified |settings|.
The documentation for this class was generated from the following file: