?? qiplotdatascopelist.hpp
字號:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'QiPlotDataScopeList.pas' rev: 6.00
#ifndef QiPlotDataScopeListHPP
#define QiPlotDataScopeListHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <QiPlotDataCustomList.hpp> // Pascal unit
#include <QiTypes.hpp> // Pascal unit
#include <QExtCtrls.hpp> // Pascal unit
#include <QStdCtrls.hpp> // Pascal unit
#include <QComCtrls.hpp> // Pascal unit
#include <QControls.hpp> // Pascal unit
#include <Variants.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <Types.hpp> // Pascal unit
#include <QTypes.hpp> // Pascal unit
#include <QClipbrd.hpp> // Pascal unit
#include <QDialogs.hpp> // Pascal unit
#include <QForms.hpp> // Pascal unit
#include <QGraphics.hpp> // Pascal unit
#include <Qt.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 Qiplotdatascopelist
{
//-- 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 Qiplotdatacustomlist::TiPlotDataCustomList
{
typedef Qiplotdatacustomlist::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 Qiplotdatascopelist */
using namespace Qiplotdatascopelist;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // QiPlotDataScopeList
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -