Initial commit
This commit is contained in:
@@ -0,0 +1,81 @@
|
||||
// CodeGear C++Builder
|
||||
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
||||
// All rights reserved
|
||||
|
||||
// (DO NOT EDIT: machine generated header) 'uCEFScrollViewComponent.pas' rev: 37.00 (Windows)
|
||||
|
||||
#ifndef uCEFScrollViewComponentHPP
|
||||
#define uCEFScrollViewComponentHPP
|
||||
|
||||
#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 <Winapi.Windows.hpp>
|
||||
#include <System.Classes.hpp>
|
||||
#include <uCEFTypes.hpp>
|
||||
#include <uCEFInterfaces.hpp>
|
||||
#include <uCEFConstants.hpp>
|
||||
#include <uCEFViewsFrameworkEvents.hpp>
|
||||
#include <uCEFViewComponent.hpp>
|
||||
|
||||
//-- user supplied -----------------------------------------------------------
|
||||
|
||||
namespace Ucefscrollviewcomponent
|
||||
{
|
||||
//-- forward type declarations -----------------------------------------------
|
||||
class DELPHICLASS TCEFScrollViewComponent;
|
||||
//-- type declarations -------------------------------------------------------
|
||||
class PASCALIMPLEMENTATION TCEFScrollViewComponent : public Ucefviewcomponent::TCEFViewComponent
|
||||
{
|
||||
typedef Ucefviewcomponent::TCEFViewComponent inherited;
|
||||
|
||||
protected:
|
||||
Ucefinterfaces::_di_ICefScrollView FScrollView;
|
||||
virtual void __fastcall DestroyView();
|
||||
virtual void __fastcall Initialize();
|
||||
virtual bool __fastcall GetInitialized();
|
||||
virtual Ucefinterfaces::_di_ICefView __fastcall GetAsView();
|
||||
virtual Ucefinterfaces::_di_ICefScrollView __fastcall GetAsScrollView();
|
||||
Ucefinterfaces::_di_ICefView __fastcall GetContentView();
|
||||
Uceftypes::TCefRect __fastcall GetVisibleContentRect();
|
||||
bool __fastcall GetHasHorizontalScrollbar();
|
||||
int __fastcall GetHorizontalScrollbarHeight();
|
||||
bool __fastcall GetHasVerticalScrollbar();
|
||||
int __fastcall GetVerticalScrollbarWidth();
|
||||
void __fastcall SetContentView(const Ucefinterfaces::_di_ICefView view);
|
||||
virtual void __fastcall doCreateCustomView();
|
||||
|
||||
public:
|
||||
void __fastcall CreateScrollView();
|
||||
__property Ucefinterfaces::_di_ICefView ContentView = {read=GetContentView, write=SetContentView};
|
||||
__property Uceftypes::TCefRect VisibleContentRect = {read=GetVisibleContentRect};
|
||||
__property int HorizontalScrollbarHeight = {read=GetHorizontalScrollbarHeight, nodefault};
|
||||
__property int VerticalScrollbarWidth = {read=GetVerticalScrollbarWidth, nodefault};
|
||||
__property bool HasHorizontalScrollbar = {read=GetHasHorizontalScrollbar, nodefault};
|
||||
__property bool HasVerticalScrollbar = {read=GetHasVerticalScrollbar, nodefault};
|
||||
public:
|
||||
/* TCEFViewComponent.Create */ inline __fastcall virtual TCEFScrollViewComponent(System::Classes::TComponent* AOwner) : Ucefviewcomponent::TCEFViewComponent(AOwner) { }
|
||||
|
||||
public:
|
||||
/* TComponent.Destroy */ inline __fastcall virtual ~TCEFScrollViewComponent() { }
|
||||
|
||||
};
|
||||
|
||||
|
||||
//-- var, const, procedure ---------------------------------------------------
|
||||
} /* namespace Ucefscrollviewcomponent */
|
||||
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFSCROLLVIEWCOMPONENT)
|
||||
using namespace Ucefscrollviewcomponent;
|
||||
#endif
|
||||
#pragma pack(pop)
|
||||
#pragma option pop
|
||||
|
||||
#pragma delphiheader end.
|
||||
//-- end unit ----------------------------------------------------------------
|
||||
#endif // uCEFScrollViewComponentHPP
|
||||
Reference in New Issue
Block a user