📄 iplotdatascopelist.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'iPlotDataScopeList.pas' rev: 6.00
#ifndef iPlotDataScopeListHPP
#define iPlotDataScopeListHPP
#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 Iplotdatascopelist
{
//-- type declarations -------------------------------------------------------
#pragma pack(push, 4)
struct TiPlotDataScope
{
float Y;
float Level;
} ;
#pragma pack(pop)
typedef TiPlotDataScope TiPlotDataScopeArray[268435455];
typedef TiPlotDataScope *PiPlotDataScopeArray;
class DELPHICLASS TiPlotDataScopeList;
class PASCALIMPLEMENTATION TiPlotDataScopeList : public Iplotdatacustomlist::TiPlotDataCustomList
{
typedef Iplotdatacustomlist::TiPlotDataCustomList inherited;
private:
TiPlotDataScope *FList;
double FMin;
double FMax;
protected:
virtual double __fastcall GetX(const int Index);
virtual double __fastcall GetY(const int Index);
double __fastcall GetLevel(const int Index);
virtual void __fastcall SetX(const int Index, const double Value);
virtual void __fastcall SetY(const int Index, const double Value);
void __fastcall SetLevel(const int Index, const double Value);
virtual void __fastcall FreeMemory(void);
public:
__fastcall virtual TiPlotDataScopeList(void);
virtual void __fastcall Clear(void);
void __fastcall UpdateLevel(int StartIndex, int StopIndex);
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);
__property double Level[int Index] = {read=GetLevel, write=SetLevel};
__property double Max = {read=FMax};
__property double Min = {read=FMin};
public:
#pragma option push -w-inl
/* TiPlotDataCustomList.Destroy */ inline __fastcall virtual ~TiPlotDataScopeList(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Iplotdatascopelist */
using namespace Iplotdatascopelist;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // iPlotDataScopeList
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -