Initial commit
This commit is contained in:
@@ -0,0 +1,92 @@
|
||||
// CodeGear C++Builder
|
||||
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
||||
// All rights reserved
|
||||
|
||||
// (DO NOT EDIT: machine generated header) 'uCEFOverlayController.pas' rev: 37.00 (Windows)
|
||||
|
||||
#ifndef uCEFOverlayControllerHPP
|
||||
#define uCEFOverlayControllerHPP
|
||||
|
||||
#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 Ucefoverlaycontroller
|
||||
{
|
||||
//-- forward type declarations -----------------------------------------------
|
||||
class DELPHICLASS TCefOverlayControllerRef;
|
||||
//-- type declarations -------------------------------------------------------
|
||||
#pragma pack(push,4)
|
||||
class PASCALIMPLEMENTATION TCefOverlayControllerRef : public Ucefbaserefcounted::TCefBaseRefCountedRef
|
||||
{
|
||||
typedef Ucefbaserefcounted::TCefBaseRefCountedRef inherited;
|
||||
|
||||
public:
|
||||
bool __fastcall IsValid();
|
||||
bool __fastcall IsSame(const Ucefinterfaces::_di_ICefOverlayController that);
|
||||
Ucefinterfaces::_di_ICefView __fastcall GetContentsView();
|
||||
Ucefinterfaces::_di_ICefWindow __fastcall GetWindow();
|
||||
Uceftypes::TCefDockingMode __fastcall GetDockingMode();
|
||||
void __fastcall DestroyOverlay();
|
||||
void __fastcall SetBounds(const Uceftypes::TCefRect &bounds);
|
||||
Uceftypes::TCefRect __fastcall GetBounds();
|
||||
Uceftypes::TCefRect __fastcall GetBoundsInScreen();
|
||||
void __fastcall SetSize(const Uceftypes::TCefSize &size);
|
||||
Uceftypes::TCefSize __fastcall GetSize();
|
||||
void __fastcall SetPosition(const Uceftypes::TCefPoint &position);
|
||||
Uceftypes::TCefPoint __fastcall GetPosition();
|
||||
void __fastcall SetInsets(const Uceftypes::TCefInsets &insets);
|
||||
Uceftypes::TCefInsets __fastcall GetInsets();
|
||||
void __fastcall SizeToPreferredSize();
|
||||
void __fastcall SetVisible(bool visible);
|
||||
bool __fastcall IsVisible();
|
||||
bool __fastcall IsDrawn();
|
||||
__classmethod Ucefinterfaces::_di_ICefOverlayController __fastcall UnWrap(void * data);
|
||||
public:
|
||||
/* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefOverlayControllerRef(void * data) : Ucefbaserefcounted::TCefBaseRefCountedRef(data) { }
|
||||
/* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefOverlayControllerRef() { }
|
||||
|
||||
private:
|
||||
void *__ICefOverlayController; // Ucefinterfaces::ICefOverlayController
|
||||
|
||||
public:
|
||||
#if defined(MANAGED_INTERFACE_OPERATORS)
|
||||
// {13E1F3D2-32FF-4D30-A30E-D67B6A4846AB}
|
||||
operator Ucefinterfaces::_di_ICefOverlayController()
|
||||
{
|
||||
Ucefinterfaces::_di_ICefOverlayController intf;
|
||||
this->GetInterface(intf);
|
||||
return intf;
|
||||
}
|
||||
#else
|
||||
operator Ucefinterfaces::ICefOverlayController*(void) { return (Ucefinterfaces::ICefOverlayController*)&__ICefOverlayController; }
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
//-- var, const, procedure ---------------------------------------------------
|
||||
} /* namespace Ucefoverlaycontroller */
|
||||
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFOVERLAYCONTROLLER)
|
||||
using namespace Ucefoverlaycontroller;
|
||||
#endif
|
||||
#pragma pack(pop)
|
||||
#pragma option pop
|
||||
|
||||
#pragma delphiheader end.
|
||||
//-- end unit ----------------------------------------------------------------
|
||||
#endif // uCEFOverlayControllerHPP
|
||||
Reference in New Issue
Block a user