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

79 lines
2.4 KiB
C++

// CodeGear C++Builder
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
// All rights reserved
// (DO NOT EDIT: machine generated header) 'uCEFBoxLayout.pas' rev: 37.00 (Windows)
#ifndef uCEFBoxLayoutHPP
#define uCEFBoxLayoutHPP
#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 Ucefboxlayout
{
//-- forward type declarations -----------------------------------------------
class DELPHICLASS TCefBoxLayoutRef;
//-- type declarations -------------------------------------------------------
#pragma pack(push,4)
class PASCALIMPLEMENTATION TCefBoxLayoutRef : public Uceflayout::TCefLayoutRef
{
typedef Uceflayout::TCefLayoutRef inherited;
protected:
void __fastcall SetFlexForView(const Ucefinterfaces::_di_ICefView view, int flex);
void __fastcall ClearFlexForView(const Ucefinterfaces::_di_ICefView view);
public:
__classmethod Ucefinterfaces::_di_ICefBoxLayout __fastcall UnWrap(void * data);
public:
/* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefBoxLayoutRef(void * data) : Uceflayout::TCefLayoutRef(data) { }
/* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefBoxLayoutRef() { }
private:
void *__ICefBoxLayout; // Ucefinterfaces::ICefBoxLayout
public:
#if defined(MANAGED_INTERFACE_OPERATORS)
// {E59FCCAE-A371-4C21-98D3-93D3217016AE}
operator Ucefinterfaces::_di_ICefBoxLayout()
{
Ucefinterfaces::_di_ICefBoxLayout intf;
this->GetInterface(intf);
return intf;
}
#else
operator Ucefinterfaces::ICefBoxLayout*(void) { return (Ucefinterfaces::ICefBoxLayout*)&__ICefBoxLayout; }
#endif
};
#pragma pack(pop)
//-- var, const, procedure ---------------------------------------------------
} /* namespace Ucefboxlayout */
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFBOXLAYOUT)
using namespace Ucefboxlayout;
#endif
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // uCEFBoxLayoutHPP