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

75 lines
2.3 KiB
C++

// CodeGear C++Builder
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
// All rights reserved
// (DO NOT EDIT: machine generated header) 'uCEFFillLayout.pas' rev: 37.00 (Windows)
#ifndef uCEFFillLayoutHPP
#define uCEFFillLayoutHPP
#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>
#include <uCEFLayout.hpp>
//-- user supplied -----------------------------------------------------------
namespace Uceffilllayout
{
//-- forward type declarations -----------------------------------------------
class DELPHICLASS TCefFillLayoutRef;
//-- type declarations -------------------------------------------------------
#pragma pack(push,4)
class PASCALIMPLEMENTATION TCefFillLayoutRef : public Uceflayout::TCefLayoutRef
{
typedef Uceflayout::TCefLayoutRef inherited;
public:
__classmethod Ucefinterfaces::_di_ICefFillLayout __fastcall UnWrap(void * data);
public:
/* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefFillLayoutRef(void * data) : Uceflayout::TCefLayoutRef(data) { }
/* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefFillLayoutRef() { }
private:
void *__ICefFillLayout; // Ucefinterfaces::ICefFillLayout
public:
#if defined(MANAGED_INTERFACE_OPERATORS)
// {3DB214F2-7F27-4306-82C9-8166160422B1}
operator Ucefinterfaces::_di_ICefFillLayout()
{
Ucefinterfaces::_di_ICefFillLayout intf;
this->GetInterface(intf);
return intf;
}
#else
operator Ucefinterfaces::ICefFillLayout*(void) { return (Ucefinterfaces::ICefFillLayout*)&__ICefFillLayout; }
#endif
};
#pragma pack(pop)
//-- var, const, procedure ---------------------------------------------------
} /* namespace Uceffilllayout */
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFFILLLAYOUT)
using namespace Uceffilllayout;
#endif
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // uCEFFillLayoutHPP