114 lines
4.1 KiB
C++
114 lines
4.1 KiB
C++
// CodeGear C++Builder
|
|
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'uCEFNavigationEntryVisitor.pas' rev: 37.00 (Windows)
|
|
|
|
#ifndef uCEFNavigationEntryVisitorHPP
|
|
#define uCEFNavigationEntryVisitorHPP
|
|
|
|
#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>
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Ucefnavigationentryvisitor
|
|
{
|
|
//-- forward type declarations -----------------------------------------------
|
|
class DELPHICLASS TCefNavigationEntryVisitorOwn;
|
|
class DELPHICLASS TCefFastNavigationEntryVisitor;
|
|
class DELPHICLASS TCustomCefNavigationEntryVisitor;
|
|
//-- type declarations -------------------------------------------------------
|
|
#pragma pack(push,4)
|
|
class PASCALIMPLEMENTATION TCefNavigationEntryVisitorOwn : public Ucefbaserefcounted::TCefBaseRefCountedOwn
|
|
{
|
|
typedef Ucefbaserefcounted::TCefBaseRefCountedOwn inherited;
|
|
|
|
protected:
|
|
virtual bool __fastcall Visit(const Ucefinterfaces::_di_ICefNavigationEntry entry, bool current, int index, int total);
|
|
|
|
public:
|
|
__fastcall TCefNavigationEntryVisitorOwn();
|
|
public:
|
|
/* TCefBaseRefCountedOwn.CreateData */ inline __fastcall virtual TCefNavigationEntryVisitorOwn(unsigned size, bool owned) : Ucefbaserefcounted::TCefBaseRefCountedOwn(size, owned) { }
|
|
/* TCefBaseRefCountedOwn.Destroy */ inline __fastcall virtual ~TCefNavigationEntryVisitorOwn() { }
|
|
|
|
private:
|
|
void *__ICefNavigationEntryVisitor; // Ucefinterfaces::ICefNavigationEntryVisitor
|
|
|
|
public:
|
|
#if defined(MANAGED_INTERFACE_OPERATORS)
|
|
// {CC4D6BC9-0168-4C2C-98BA-45E9AA9CD619}
|
|
operator Ucefinterfaces::_di_ICefNavigationEntryVisitor()
|
|
{
|
|
Ucefinterfaces::_di_ICefNavigationEntryVisitor intf;
|
|
this->GetInterface(intf);
|
|
return intf;
|
|
}
|
|
#else
|
|
operator Ucefinterfaces::ICefNavigationEntryVisitor*(void) { return (Ucefinterfaces::ICefNavigationEntryVisitor*)&__ICefNavigationEntryVisitor; }
|
|
#endif
|
|
|
|
};
|
|
|
|
#pragma pack(pop)
|
|
|
|
#pragma pack(push,4)
|
|
class PASCALIMPLEMENTATION TCefFastNavigationEntryVisitor : public TCefNavigationEntryVisitorOwn
|
|
{
|
|
typedef TCefNavigationEntryVisitorOwn inherited;
|
|
|
|
protected:
|
|
Ucefinterfaces::_di_TCefNavigationEntryVisitorProc FVisitor;
|
|
virtual bool __fastcall Visit(const Ucefinterfaces::_di_ICefNavigationEntry entry, bool current, int index, int total);
|
|
|
|
public:
|
|
__fastcall TCefFastNavigationEntryVisitor(const Ucefinterfaces::_di_TCefNavigationEntryVisitorProc proc);
|
|
public:
|
|
/* TCefBaseRefCountedOwn.CreateData */ inline __fastcall virtual TCefFastNavigationEntryVisitor(unsigned size, bool owned) : TCefNavigationEntryVisitorOwn(size, owned) { }
|
|
/* TCefBaseRefCountedOwn.Destroy */ inline __fastcall virtual ~TCefFastNavigationEntryVisitor() { }
|
|
|
|
};
|
|
|
|
#pragma pack(pop)
|
|
|
|
#pragma pack(push,4)
|
|
class PASCALIMPLEMENTATION TCustomCefNavigationEntryVisitor : public TCefNavigationEntryVisitorOwn
|
|
{
|
|
typedef TCefNavigationEntryVisitorOwn inherited;
|
|
|
|
protected:
|
|
void *FEvents;
|
|
virtual bool __fastcall Visit(const Ucefinterfaces::_di_ICefNavigationEntry entry, bool current, int index, int total);
|
|
|
|
public:
|
|
__fastcall TCustomCefNavigationEntryVisitor(const Ucefinterfaces::_di_IChromiumEvents aEvents);
|
|
__fastcall virtual ~TCustomCefNavigationEntryVisitor();
|
|
public:
|
|
/* TCefBaseRefCountedOwn.CreateData */ inline __fastcall virtual TCustomCefNavigationEntryVisitor(unsigned size, bool owned) : TCefNavigationEntryVisitorOwn(size, owned) { }
|
|
|
|
};
|
|
|
|
#pragma pack(pop)
|
|
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
} /* namespace Ucefnavigationentryvisitor */
|
|
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFNAVIGATIONENTRYVISITOR)
|
|
using namespace Ucefnavigationentryvisitor;
|
|
#endif
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // uCEFNavigationEntryVisitorHPP
|