⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iplotdatacompactlist.hpp

📁 Iocomp Ultra Pack v3.0.2 Sources.For.Delphi 数据显示编程插件,可用于工业控制
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'iPlotDataCompactList.pas' rev: 6.00

#ifndef iPlotDataCompactListHPP
#define iPlotDataCompactListHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <iPlotDataCustomList.hpp>	// Pascal unit
#include <iTypes.hpp>	// Pascal unit
#include <ExtCtrls.hpp>	// Pascal unit
#include <StdCtrls.hpp>	// Pascal unit
#include <ComCtrls.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Variants.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Types.hpp>	// Pascal unit
#include <Clipbrd.hpp>	// Pascal unit
#include <Dialogs.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <TypInfo.hpp>	// Pascal unit
#include <SysUtils.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Iplotdatacompactlist
{
//-- type declarations -------------------------------------------------------
#pragma pack(push, 4)
struct TiPlotDataSingle
{
	float X;
	float Y;
} ;
#pragma pack(pop)

typedef TiPlotDataSingle TiPlotDataSingleArray[268435455];

typedef TiPlotDataSingle *PiPlotDataSingleArray;

class DELPHICLASS TiPlotDataCompactList;
class PASCALIMPLEMENTATION TiPlotDataCompactList : public Iplotdatacustomlist::TiPlotDataCustomList 
{
	typedef Iplotdatacustomlist::TiPlotDataCustomList inherited;
	
private:
	TiPlotDataSingle *FList;
	
protected:
	virtual double __fastcall GetX(const int Index);
	virtual double __fastcall GetY(const int Index);
	virtual void __fastcall SetX(const int Index, const double Value);
	virtual void __fastcall SetY(const int Index, const double Value);
	virtual void __fastcall FreeMemory(void);
	
public:
	__fastcall virtual TiPlotDataCompactList(void);
	virtual void __fastcall GetXYEmptyNull(const int Index, double &X, double &Y, bool &Empty, bool &Null);
	virtual int __fastcall Add(const double X, const double Y);
	virtual void __fastcall SetCapacity(const int NewCapacity);
	virtual void __fastcall DeletePoints(const int Size);
public:
	#pragma option push -w-inl
	/* TiPlotDataCustomList.Destroy */ inline __fastcall virtual ~TiPlotDataCompactList(void) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------

}	/* namespace Iplotdatacompactlist */
using namespace Iplotdatacompactlist;
#pragma option pop	// -w-
#pragma option pop	// -Vx

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// iPlotDataCompactList

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -