103 lines
3.8 KiB
C++
103 lines
3.8 KiB
C++
// Borland C++ Builder
|
|
// Copyright (c) 1995, 2005 by Borland Software Corporation
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'Jvurllistgrabbereditors.pas' rev: 10.00
|
|
|
|
#ifndef JvurllistgrabbereditorsHPP
|
|
#define JvurllistgrabbereditorsHPP
|
|
|
|
#pragma delphiheader begin
|
|
#pragma option push
|
|
#pragma option -w- // All warnings off
|
|
#pragma option -Vx // Zero-length empty class member functions
|
|
#pragma pack(push,8)
|
|
#include <System.hpp> // Pascal unit
|
|
#include <Sysinit.hpp> // Pascal unit
|
|
#include <Windows.hpp> // Pascal unit
|
|
#include <Designintf.hpp> // Pascal unit
|
|
#include <Designeditors.hpp> // Pascal unit
|
|
#include <Designmenus.hpp> // Pascal unit
|
|
#include <Vcleditors.hpp> // Pascal unit
|
|
#include <Classes.hpp> // Pascal unit
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Jvurllistgrabbereditors
|
|
{
|
|
//-- type declarations -------------------------------------------------------
|
|
class DELPHICLASS TJvUrlGrabberDefaultPropertiesListProperty;
|
|
class PASCALIMPLEMENTATION TJvUrlGrabberDefaultPropertiesListProperty : public Designeditors::TClassProperty
|
|
{
|
|
typedef Designeditors::TClassProperty inherited;
|
|
|
|
public:
|
|
virtual Designintf::TPropertyAttributes __fastcall GetAttributes(void);
|
|
virtual void __fastcall GetProperties(Designintf::TGetPropProc Proc);
|
|
public:
|
|
#pragma option push -w-inl
|
|
/* TPropertyEditor.Create */ inline __fastcall virtual TJvUrlGrabberDefaultPropertiesListProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Designeditors::TClassProperty(ADesigner, APropCount) { }
|
|
#pragma option pop
|
|
#pragma option push -w-inl
|
|
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TJvUrlGrabberDefaultPropertiesListProperty(void) { }
|
|
#pragma option pop
|
|
|
|
};
|
|
|
|
|
|
class DELPHICLASS TJvUrlGrabberDefaultPropertiesProperty;
|
|
class PASCALIMPLEMENTATION TJvUrlGrabberDefaultPropertiesProperty : public Designeditors::TClassProperty
|
|
{
|
|
typedef Designeditors::TClassProperty inherited;
|
|
|
|
public:
|
|
virtual AnsiString __fastcall GetName();
|
|
public:
|
|
#pragma option push -w-inl
|
|
/* TPropertyEditor.Create */ inline __fastcall virtual TJvUrlGrabberDefaultPropertiesProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Designeditors::TClassProperty(ADesigner, APropCount) { }
|
|
#pragma option pop
|
|
#pragma option push -w-inl
|
|
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TJvUrlGrabberDefaultPropertiesProperty(void) { }
|
|
#pragma option pop
|
|
|
|
};
|
|
|
|
|
|
class DELPHICLASS TJvUrlGrabberIndexProperty;
|
|
class PASCALIMPLEMENTATION TJvUrlGrabberIndexProperty : public Designeditors::TIntegerProperty
|
|
{
|
|
typedef Designeditors::TIntegerProperty inherited;
|
|
|
|
public:
|
|
virtual Designintf::TPropertyAttributes __fastcall GetAttributes(void);
|
|
virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
|
|
virtual AnsiString __fastcall GetValue();
|
|
virtual void __fastcall SetValue(const AnsiString Value)/* overload */;
|
|
public:
|
|
#pragma option push -w-inl
|
|
/* TPropertyEditor.Create */ inline __fastcall virtual TJvUrlGrabberIndexProperty(const Designintf::_di_IDesigner ADesigner, int APropCount) : Designeditors::TIntegerProperty(ADesigner, APropCount) { }
|
|
#pragma option pop
|
|
#pragma option push -w-inl
|
|
/* TPropertyEditor.Destroy */ inline __fastcall virtual ~TJvUrlGrabberIndexProperty(void) { }
|
|
#pragma option pop
|
|
|
|
|
|
/* Hoisted overloads: */
|
|
|
|
public:
|
|
inline void __fastcall SetValue(const WideString Value){ TPropertyEditor::SetValue(Value); }
|
|
|
|
};
|
|
|
|
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
|
|
} /* namespace Jvurllistgrabbereditors */
|
|
using namespace Jvurllistgrabbereditors;
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // Jvurllistgrabbereditors
|