📄 iplotdatafulllist.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'iPlotDataFullList.pas' rev: 6.00
#ifndef iPlotDataFullListHPP
#define iPlotDataFullListHPP
#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 Iplotdatafulllist
{
//-- type declarations -------------------------------------------------------
struct TiPlotDataFull
{
double X;
double Y;
bool Null;
bool Empty;
double High;
double Low;
double Open;
double Close;
Graphics::TColor TraceLineColor;
int TraceLineWidth;
Itypes::TiPlotLineStyle TraceLineStyle;
bool MarkerVisible;
int MarkerSize;
Itypes::TiPlotMarkerStyle MarkerStyle;
Graphics::TColor MarkerPenColor;
int MarkerPenWidth;
Graphics::TPenStyle MarkerPenStyle;
Graphics::TColor MarkerBrushColor;
Graphics::TBrushStyle MarkerBrushStyle;
char MarkerCharacter;
bool BarVisible;
double BarReference;
double BarWidth;
Graphics::TColor BarPenColor;
int BarPenWidth;
Graphics::TPenStyle BarPenStyle;
Graphics::TColor BarBrushColor;
Graphics::TBrushStyle BarBrushStyle;
} ;
typedef TiPlotDataFull TiPlotDataFullArray[15790320];
typedef TiPlotDataFull *PiPlotDataFullArray;
class DELPHICLASS TiPlotDataFullList;
class PASCALIMPLEMENTATION TiPlotDataFullList : public Iplotdatacustomlist::TiPlotDataCustomList
{
typedef Iplotdatacustomlist::TiPlotDataCustomList inherited;
private:
TiPlotDataFull *FList;
protected:
virtual double __fastcall GetX(const int Index);
virtual double __fastcall GetY(const int Index);
virtual bool __fastcall GetNull(const int Index);
virtual bool __fastcall GetEmpty(const int Index);
virtual double __fastcall GetHigh(const int Index);
virtual double __fastcall GetLow(const int Index);
virtual double __fastcall GetOpen(const int Index);
virtual double __fastcall GetClose(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 SetNull(const int Index, const bool Value);
virtual void __fastcall SetEmpty(const int Index, const bool Value);
virtual void __fastcall SetHigh(const int Index, const double Value);
virtual void __fastcall SetLow(const int Index, const double Value);
virtual void __fastcall SetOpen(const int Index, const double Value);
virtual void __fastcall SetClose(const int Index, const double Value);
virtual Graphics::TColor __fastcall GetTraceLineColor(const int Index);
virtual int __fastcall GetTraceLineWidth(const int Index);
virtual Itypes::TiPlotLineStyle __fastcall GetTraceLineStyle(const int Index);
virtual bool __fastcall GetMarkerVisible(const int Index);
virtual int __fastcall GetMarkerSize(const int Index);
virtual Itypes::TiPlotMarkerStyle __fastcall GetMarkerStyle(const int Index);
virtual Graphics::TColor __fastcall GetMarkerPenColor(const int Index);
virtual int __fastcall GetMarkerPenWidth(const int Index);
virtual Graphics::TPenStyle __fastcall GetMarkerPenStyle(const int Index);
virtual Graphics::TColor __fastcall GetMarkerBrushColor(const int Index);
virtual Graphics::TBrushStyle __fastcall GetMarkerBrushStyle(const int Index);
virtual char __fastcall GetMarkerCharacter(const int Index);
virtual bool __fastcall GetBarVisible(const int Index);
virtual double __fastcall GetBarReference(const int Index);
virtual double __fastcall GetBarWidth(const int Index);
virtual Graphics::TColor __fastcall GetBarPenColor(const int Index);
virtual int __fastcall GetBarPenWidth(const int Index);
virtual Graphics::TPenStyle __fastcall GetBarPenStyle(const int Index);
virtual Graphics::TColor __fastcall GetBarBrushColor(const int Index);
virtual Graphics::TBrushStyle __fastcall GetBarBrushStyle(const int Index);
virtual void __fastcall SetTraceLineColor(const int Index, const Graphics::TColor Value);
virtual void __fastcall SetTraceLineWidth(const int Index, const int Value);
virtual void __fastcall SetTraceLineStyle(const int Index, const Itypes::TiPlotLineStyle Value);
virtual void __fastcall SetMarkerVisible(const int Index, const bool Value);
virtual void __fastcall SetMarkerSize(const int Index, const int Value);
virtual void __fastcall SetMarkerStyle(const int Index, const Itypes::TiPlotMarkerStyle Value);
virtual void __fastcall SetMarkerPenColor(const int Index, const Graphics::TColor Value);
virtual void __fastcall SetMarkerPenWidth(const int Index, const int Value);
virtual void __fastcall SetMarkerPenStyle(const int Index, const Graphics::TPenStyle Value);
virtual void __fastcall SetMarkerBrushColor(const int Index, const Graphics::TColor Value);
virtual void __fastcall SetMarkerBrushStyle(const int Index, const Graphics::TBrushStyle Value);
virtual void __fastcall SetMarkerCharacter(const int Index, const char Value);
virtual void __fastcall SetBarVisible(const int Index, const bool Value);
virtual void __fastcall SetBarReference(const int Index, const double Value);
virtual void __fastcall SetBarWidth(const int Index, const double Value);
virtual void __fastcall SetBarPenColor(const int Index, const Graphics::TColor Value);
virtual void __fastcall SetBarPenWidth(const int Index, const int Value);
virtual void __fastcall SetBarPenStyle(const int Index, const Graphics::TPenStyle Value);
virtual void __fastcall SetBarBrushColor(const int Index, const Graphics::TColor Value);
virtual void __fastcall SetBarBrushStyle(const int Index, const Graphics::TBrushStyle Value);
virtual void __fastcall FreeMemory(void);
public:
__fastcall virtual TiPlotDataFullList(void);
virtual int __fastcall Add(const double X, const double Y);
virtual void __fastcall SetCapacity(const int NewCapacity);
virtual void __fastcall DeletePoints(const int Size);
virtual void __fastcall GetXYEmptyNull(const int Index, double &X, double &Y, bool &Empty, bool &Null);
public:
#pragma option push -w-inl
/* TiPlotDataCustomList.Destroy */ inline __fastcall virtual ~TiPlotDataFullList(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Iplotdatafulllist */
using namespace Iplotdatafulllist;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // iPlotDataFullList
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -