2024-01-05 19:03:36 +01:00
|
|
|
// Copyright (c) 2024 Marshall A. Greenblatt. All rights reserved.
|
2012-10-16 21:28:07 +02:00
|
|
|
//
|
|
|
|
// Redistribution and use in source and binary forms, with or without
|
|
|
|
// modification, are permitted provided that the following conditions are
|
|
|
|
// met:
|
|
|
|
//
|
|
|
|
// * Redistributions of source code must retain the above copyright
|
|
|
|
// notice, this list of conditions and the following disclaimer.
|
|
|
|
// * Redistributions in binary form must reproduce the above
|
|
|
|
// copyright notice, this list of conditions and the following disclaimer
|
|
|
|
// in the documentation and/or other materials provided with the
|
|
|
|
// distribution.
|
|
|
|
// * Neither the name of Google Inc. nor the name Chromium Embedded
|
|
|
|
// Framework nor the names of its contributors may be used to endorse
|
|
|
|
// or promote products derived from this software without specific prior
|
|
|
|
// written permission.
|
|
|
|
//
|
|
|
|
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
|
|
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
|
|
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
|
|
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
|
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
//
|
|
|
|
// ---------------------------------------------------------------------------
|
|
|
|
//
|
|
|
|
// This file was generated by the CEF translator tool and should not edited
|
|
|
|
// by hand. See the translator.README.txt file in the tools directory for
|
|
|
|
// more information.
|
|
|
|
//
|
2024-05-29 22:38:00 +02:00
|
|
|
// $hash=bf7208a86ee17f63fd7163cef8c3a13373a1f1c8$
|
2017-05-17 11:29:28 +02:00
|
|
|
//
|
2012-10-16 21:28:07 +02:00
|
|
|
|
|
|
|
#ifndef CEF_INCLUDE_CAPI_CEF_DIALOG_HANDLER_CAPI_H_
|
|
|
|
#define CEF_INCLUDE_CAPI_CEF_DIALOG_HANDLER_CAPI_H_
|
|
|
|
#pragma once
|
|
|
|
|
2014-02-10 18:20:38 +01:00
|
|
|
#include "include/capi/cef_base_capi.h"
|
|
|
|
#include "include/capi/cef_browser_capi.h"
|
|
|
|
|
2012-10-16 21:28:07 +02:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
///
|
2022-09-01 04:03:04 +02:00
|
|
|
/// Callback structure for asynchronous continuation of file dialog requests.
|
2012-10-16 21:28:07 +02:00
|
|
|
///
|
|
|
|
typedef struct _cef_file_dialog_callback_t {
|
|
|
|
///
|
2022-09-01 04:03:04 +02:00
|
|
|
/// Base structure.
|
2012-10-16 21:28:07 +02:00
|
|
|
///
|
2017-02-09 23:07:43 +01:00
|
|
|
cef_base_ref_counted_t base;
|
2012-10-16 21:28:07 +02:00
|
|
|
|
|
|
|
///
|
2022-09-01 04:03:04 +02:00
|
|
|
/// Continue the file selection. |file_paths| should be a single value or a
|
|
|
|
/// list of values depending on the dialog mode. An NULL |file_paths| value is
|
|
|
|
/// treated the same as calling cancel().
|
2012-10-16 21:28:07 +02:00
|
|
|
///
|
2017-05-17 11:29:28 +02:00
|
|
|
void(CEF_CALLBACK* cont)(struct _cef_file_dialog_callback_t* self,
|
|
|
|
cef_string_list_t file_paths);
|
2012-10-16 21:28:07 +02:00
|
|
|
|
|
|
|
///
|
2022-09-01 04:03:04 +02:00
|
|
|
/// Cancel the file selection.
|
2012-10-16 21:28:07 +02:00
|
|
|
///
|
2017-05-17 11:29:28 +02:00
|
|
|
void(CEF_CALLBACK* cancel)(struct _cef_file_dialog_callback_t* self);
|
2012-10-16 21:28:07 +02:00
|
|
|
} cef_file_dialog_callback_t;
|
|
|
|
|
|
|
|
///
|
2022-09-01 04:03:04 +02:00
|
|
|
/// Implement this structure to handle dialog events. The functions of this
|
|
|
|
/// structure will be called on the browser process UI thread.
|
2012-10-16 21:28:07 +02:00
|
|
|
///
|
|
|
|
typedef struct _cef_dialog_handler_t {
|
|
|
|
///
|
2022-09-01 04:03:04 +02:00
|
|
|
/// Base structure.
|
2012-10-16 21:28:07 +02:00
|
|
|
///
|
2017-02-09 23:07:43 +01:00
|
|
|
cef_base_ref_counted_t base;
|
2012-10-16 21:28:07 +02:00
|
|
|
|
|
|
|
///
|
2022-09-01 04:03:04 +02:00
|
|
|
/// Called to run a file chooser dialog. |mode| represents the type of dialog
|
|
|
|
/// to display. |title| to the title to be used for the dialog and may be NULL
|
|
|
|
/// to show the default title ("Open" or "Save" depending on the mode).
|
|
|
|
/// |default_file_path| is the path with optional directory and/or file name
|
|
|
|
/// component that should be initially selected in the dialog.
|
2024-05-29 22:38:00 +02:00
|
|
|
/// |accept_filters| are used to restrict the selectable file types and may be
|
|
|
|
/// any combination of valid lower-cased MIME types (e.g. "text/*" or
|
|
|
|
/// "image/*") and individual file extensions (e.g. ".txt" or ".png").
|
|
|
|
/// |accept_extensions| provides the semicolon-delimited expansion of MIME
|
|
|
|
/// types to file extensions (if known, or NULL string otherwise).
|
|
|
|
/// |accept_descriptions| provides the descriptions for MIME types (if known,
|
|
|
|
/// or NULL string otherwise). For example, the "image/*" mime type might have
|
|
|
|
/// extensions ".png;.jpg;.bmp;..." and description "Image Files".
|
|
|
|
/// |accept_filters|, |accept_extensions| and |accept_descriptions| will all
|
|
|
|
/// be the same size. To display a custom dialog return true (1) and execute
|
|
|
|
/// |callback| either inline or at a later time. To display the default dialog
|
|
|
|
/// return false (0). If this function returns false (0) it may be called an
|
|
|
|
/// additional time for the same dialog (both before and after MIME type
|
|
|
|
/// expansion).
|
2012-10-16 21:28:07 +02:00
|
|
|
///
|
2017-05-17 11:29:28 +02:00
|
|
|
int(CEF_CALLBACK* on_file_dialog)(
|
|
|
|
struct _cef_dialog_handler_t* self,
|
|
|
|
struct _cef_browser_t* browser,
|
|
|
|
cef_file_dialog_mode_t mode,
|
|
|
|
const cef_string_t* title,
|
|
|
|
const cef_string_t* default_file_path,
|
|
|
|
cef_string_list_t accept_filters,
|
2024-05-29 22:38:00 +02:00
|
|
|
cef_string_list_t accept_extensions,
|
|
|
|
cef_string_list_t accept_descriptions,
|
2012-10-16 21:28:07 +02:00
|
|
|
struct _cef_file_dialog_callback_t* callback);
|
|
|
|
} cef_dialog_handler_t;
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif // CEF_INCLUDE_CAPI_CEF_DIALOG_HANDLER_CAPI_H_
|