84 lines
2.8 KiB
C++
84 lines
2.8 KiB
C++
// CodeGear C++Builder
|
|
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'uCEFNavigationEntry.pas' rev: 37.00 (Windows)
|
|
|
|
#ifndef uCEFNavigationEntryHPP
|
|
#define uCEFNavigationEntryHPP
|
|
|
|
#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>
|
|
#include <uCEFTypes.hpp>
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Ucefnavigationentry
|
|
{
|
|
//-- forward type declarations -----------------------------------------------
|
|
class DELPHICLASS TCefNavigationEntryRef;
|
|
//-- type declarations -------------------------------------------------------
|
|
#pragma pack(push,4)
|
|
class PASCALIMPLEMENTATION TCefNavigationEntryRef : public Ucefbaserefcounted::TCefBaseRefCountedRef
|
|
{
|
|
typedef Ucefbaserefcounted::TCefBaseRefCountedRef inherited;
|
|
|
|
protected:
|
|
bool __fastcall IsValid();
|
|
Uceftypes::ustring __fastcall GetUrl();
|
|
Uceftypes::ustring __fastcall GetDisplayUrl();
|
|
Uceftypes::ustring __fastcall GetOriginalUrl();
|
|
Uceftypes::ustring __fastcall GetTitle();
|
|
Uceftypes::TCefTransitionType __fastcall GetTransitionType();
|
|
bool __fastcall HasPostData();
|
|
System::TDateTime __fastcall GetCompletionTime();
|
|
int __fastcall GetHttpStatusCode();
|
|
Ucefinterfaces::_di_ICefSSLStatus __fastcall GetSSLStatus();
|
|
|
|
public:
|
|
__classmethod Ucefinterfaces::_di_ICefNavigationEntry __fastcall UnWrap(void * data);
|
|
public:
|
|
/* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefNavigationEntryRef(void * data) : Ucefbaserefcounted::TCefBaseRefCountedRef(data) { }
|
|
/* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefNavigationEntryRef() { }
|
|
|
|
private:
|
|
void *__ICefNavigationEntry; // Ucefinterfaces::ICefNavigationEntry
|
|
|
|
public:
|
|
#if defined(MANAGED_INTERFACE_OPERATORS)
|
|
// {D17B4B37-AA45-42D9-B4E4-AAB6FE2AB297}
|
|
operator Ucefinterfaces::_di_ICefNavigationEntry()
|
|
{
|
|
Ucefinterfaces::_di_ICefNavigationEntry intf;
|
|
this->GetInterface(intf);
|
|
return intf;
|
|
}
|
|
#else
|
|
operator Ucefinterfaces::ICefNavigationEntry*(void) { return (Ucefinterfaces::ICefNavigationEntry*)&__ICefNavigationEntry; }
|
|
#endif
|
|
|
|
};
|
|
|
|
#pragma pack(pop)
|
|
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
} /* namespace Ucefnavigationentry */
|
|
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFNAVIGATIONENTRY)
|
|
using namespace Ucefnavigationentry;
|
|
#endif
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // uCEFNavigationEntryHPP
|