Files
common/CEF4Delphi/win32/hpps/uCEFFileDialogCallback.hpp
T
2026-06-12 23:18:12 +08:00

78 lines
2.6 KiB
C++

// CodeGear C++Builder
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
// All rights reserved
// (DO NOT EDIT: machine generated header) 'uCEFFileDialogCallback.pas' rev: 37.00 (Windows)
#ifndef uCEFFileDialogCallbackHPP
#define uCEFFileDialogCallbackHPP
#pragma delphiheader begin
#pragma option push
#if defined(__BORLANDC__) && !defined(__clang__)
#pragma option -w- // All warnings off
#pragma option -Vx // Zero-length empty class member
#endif
#pragma pack(push,8)
#include <System.hpp>
#include <SysInit.hpp>
#include <System.Classes.hpp>
#include <System.SysUtils.hpp>
#include <uCEFBaseRefCounted.hpp>
#include <uCEFInterfaces.hpp>
#include <uCEFTypes.hpp>
//-- user supplied -----------------------------------------------------------
namespace Uceffiledialogcallback
{
//-- forward type declarations -----------------------------------------------
class DELPHICLASS TCefFileDialogCallbackRef;
//-- type declarations -------------------------------------------------------
#pragma pack(push,4)
class PASCALIMPLEMENTATION TCefFileDialogCallbackRef : public Ucefbaserefcounted::TCefBaseRefCountedRef
{
typedef Ucefbaserefcounted::TCefBaseRefCountedRef inherited;
protected:
void __fastcall Cont(System::Classes::TStrings* const filePaths);
void __fastcall Cancel();
public:
__classmethod Ucefinterfaces::_di_ICefFileDialogCallback __fastcall UnWrap(void * data);
public:
/* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefFileDialogCallbackRef(void * data) : Ucefbaserefcounted::TCefBaseRefCountedRef(data) { }
/* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefFileDialogCallbackRef() { }
private:
void *__ICefFileDialogCallback; // Ucefinterfaces::ICefFileDialogCallback
public:
#if defined(MANAGED_INTERFACE_OPERATORS)
// {1AF659AB-4522-4E39-9C52-184000D8E3C7}
operator Ucefinterfaces::_di_ICefFileDialogCallback()
{
Ucefinterfaces::_di_ICefFileDialogCallback intf;
this->GetInterface(intf);
return intf;
}
#else
operator Ucefinterfaces::ICefFileDialogCallback*(void) { return (Ucefinterfaces::ICefFileDialogCallback*)&__ICefFileDialogCallback; }
#endif
};
#pragma pack(pop)
//-- var, const, procedure ---------------------------------------------------
} /* namespace Uceffiledialogcallback */
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFFILEDIALOGCALLBACK)
using namespace Uceffiledialogcallback;
#endif
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // uCEFFileDialogCallbackHPP