Initial commit
This commit is contained in:
@@ -0,0 +1,77 @@
|
||||
// CodeGear C++Builder
|
||||
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
||||
// All rights reserved
|
||||
|
||||
// (DO NOT EDIT: machine generated header) 'uCEFResourceBundle.pas' rev: 37.00 (Windows)
|
||||
|
||||
#ifndef uCEFResourceBundleHPP
|
||||
#define uCEFResourceBundleHPP
|
||||
|
||||
#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 <uCEFBaseRefCounted.hpp>
|
||||
#include <uCEFInterfaces.hpp>
|
||||
#include <uCEFTypes.hpp>
|
||||
|
||||
//-- user supplied -----------------------------------------------------------
|
||||
|
||||
namespace Ucefresourcebundle
|
||||
{
|
||||
//-- forward type declarations -----------------------------------------------
|
||||
class DELPHICLASS TCefResourceBundleRef;
|
||||
//-- type declarations -------------------------------------------------------
|
||||
#pragma pack(push,4)
|
||||
class PASCALIMPLEMENTATION TCefResourceBundleRef : public Ucefbaserefcounted::TCefBaseRefCountedRef
|
||||
{
|
||||
typedef Ucefbaserefcounted::TCefBaseRefCountedRef inherited;
|
||||
|
||||
protected:
|
||||
Uceftypes::ustring __fastcall GetLocalizedString(int stringId);
|
||||
Ucefinterfaces::_di_ICefBinaryValue __fastcall GetDataResource(int resourceId);
|
||||
Ucefinterfaces::_di_ICefBinaryValue __fastcall GetDataResourceForScale(int resourceId, Uceftypes::TCefScaleFactor scaleFactor);
|
||||
|
||||
public:
|
||||
__classmethod Ucefinterfaces::_di_ICefResourceBundle __fastcall UnWrap(void * data);
|
||||
__classmethod Ucefinterfaces::_di_ICefResourceBundle __fastcall Global();
|
||||
public:
|
||||
/* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefResourceBundleRef(void * data) : Ucefbaserefcounted::TCefBaseRefCountedRef(data) { }
|
||||
/* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefResourceBundleRef() { }
|
||||
|
||||
private:
|
||||
void *__ICefResourceBundle; // Ucefinterfaces::ICefResourceBundle
|
||||
|
||||
public:
|
||||
#if defined(MANAGED_INTERFACE_OPERATORS)
|
||||
// {3213CF97-C854-452B-B615-39192F8D07DC}
|
||||
operator Ucefinterfaces::_di_ICefResourceBundle()
|
||||
{
|
||||
Ucefinterfaces::_di_ICefResourceBundle intf;
|
||||
this->GetInterface(intf);
|
||||
return intf;
|
||||
}
|
||||
#else
|
||||
operator Ucefinterfaces::ICefResourceBundle*(void) { return (Ucefinterfaces::ICefResourceBundle*)&__ICefResourceBundle; }
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
//-- var, const, procedure ---------------------------------------------------
|
||||
} /* namespace Ucefresourcebundle */
|
||||
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFRESOURCEBUNDLE)
|
||||
using namespace Ucefresourcebundle;
|
||||
#endif
|
||||
#pragma pack(pop)
|
||||
#pragma option pop
|
||||
|
||||
#pragma delphiheader end.
|
||||
//-- end unit ----------------------------------------------------------------
|
||||
#endif // uCEFResourceBundleHPP
|
||||
Reference in New Issue
Block a user