亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? qiplotdatacustomlist.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) 'QiPlotDataCustomList.pas' rev: 6.00

#ifndef QiPlotDataCustomListHPP
#define QiPlotDataCustomListHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#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 Qiplotdatacustomlist
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiPlotDataCustomList;
class PASCALIMPLEMENTATION TiPlotDataCustomList : public System::TObject 
{
	typedef System::TObject inherited;
	
private:
	int FCount;
	int FCapacity;
	int FTail;
	bool FRingBufferEnabled;
	int FDataPointSize;
	int FMaxDataPoints;
	Qgraphics::TColor FStoredTraceLineColor;
	int FStoredTraceLineWidth;
	Qitypes::TiPlotLineStyle FStoredTraceLineStyle;
	bool FStoredMarkerVisible;
	int FStoredMarkerSize;
	Qitypes::TiPlotMarkerStyle FStoredMarkerStyle;
	Qgraphics::TColor FStoredMarkerPenColor;
	int FStoredMarkerPenWidth;
	Qgraphics::TPenStyle FStoredMarkerPenStyle;
	Qgraphics::TColor FStoredMarkerBrushColor;
	Qgraphics::TBrushStyle FStoredMarkerBrushStyle;
	char FStoredMarkerCharacter;
	bool FStoredBarVisible;
	double FStoredBarReference;
	double FStoredBarWidth;
	Qgraphics::TColor FStoredBarPenColor;
	int FStoredBarPenWidth;
	Qgraphics::TPenStyle FStoredBarPenStyle;
	Qgraphics::TColor FStoredBarBrushColor;
	Qgraphics::TBrushStyle FStoredBarBrushStyle;
	
protected:
	virtual double __fastcall GetX(const int Index) = 0 ;
	virtual double __fastcall GetY(const int Index) = 0 ;
	virtual bool __fastcall GetEmpty(const int Index);
	virtual bool __fastcall GetNull(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) = 0 ;
	virtual void __fastcall SetY(const int Index, const double Value) = 0 ;
	virtual void __fastcall SetEmpty(const int Index, const bool Value);
	virtual void __fastcall SetNull(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 Qgraphics::TColor __fastcall GetTraceLineColor(const int Index);
	virtual int __fastcall GetTraceLineWidth(const int Index);
	virtual Qitypes::TiPlotLineStyle __fastcall GetTraceLineStyle(const int Index);
	virtual bool __fastcall GetMarkerVisible(const int Index);
	virtual int __fastcall GetMarkerSize(const int Index);
	virtual Qitypes::TiPlotMarkerStyle __fastcall GetMarkerStyle(const int Index);
	virtual Qgraphics::TColor __fastcall GetMarkerPenColor(const int Index);
	virtual int __fastcall GetMarkerPenWidth(const int Index);
	virtual Qgraphics::TPenStyle __fastcall GetMarkerPenStyle(const int Index);
	virtual Qgraphics::TColor __fastcall GetMarkerBrushColor(const int Index);
	virtual Qgraphics::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 Qgraphics::TColor __fastcall GetBarPenColor(const int Index);
	virtual int __fastcall GetBarPenWidth(const int Index);
	virtual Qgraphics::TPenStyle __fastcall GetBarPenStyle(const int Index);
	virtual Qgraphics::TColor __fastcall GetBarBrushColor(const int Index);
	virtual Qgraphics::TBrushStyle __fastcall GetBarBrushStyle(const int Index);
	virtual void __fastcall SetTraceLineColor(const int Index, const Qgraphics::TColor Value);
	virtual void __fastcall SetTraceLineWidth(const int Index, const int Value);
	virtual void __fastcall SetTraceLineStyle(const int Index, const Qitypes::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 Qitypes::TiPlotMarkerStyle Value);
	virtual void __fastcall SetMarkerPenColor(const int Index, const Qgraphics::TColor Value);
	virtual void __fastcall SetMarkerPenWidth(const int Index, const int Value);
	virtual void __fastcall SetMarkerPenStyle(const int Index, const Qgraphics::TPenStyle Value);
	virtual void __fastcall SetMarkerBrushColor(const int Index, const Qgraphics::TColor Value);
	virtual void __fastcall SetMarkerBrushStyle(const int Index, const Qgraphics::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 Qgraphics::TColor Value);
	virtual void __fastcall SetBarPenWidth(const int Index, const int Value);
	virtual void __fastcall SetBarPenStyle(const int Index, const Qgraphics::TPenStyle Value);
	virtual void __fastcall SetBarBrushColor(const int Index, const Qgraphics::TColor Value);
	virtual void __fastcall SetBarBrushStyle(const int Index, const Qgraphics::TBrushStyle Value);
	int __fastcall GetRingBufferSize(void);
	void __fastcall SetRingBufferSize(const int Value);
	int __fastcall GetActualIndex(int Value);
	int __fastcall GetMemoryUsed(void);
	void __fastcall SetDataPointSize(int Value);
	void __fastcall Grow(void);
	virtual void __fastcall FreeMemory(void) = 0 ;
	__property bool RingBufferEnabled = {read=FRingBufferEnabled, nodefault};
	__property int Tail = {read=FTail, write=FTail, nodefault};
	
public:
	__fastcall virtual TiPlotDataCustomList(void);
	__fastcall virtual ~TiPlotDataCustomList(void);
	virtual int __fastcall Add(const double X, const double Y) = 0 ;
	virtual void __fastcall Clear(void);
	virtual void __fastcall SetCapacity(const int NewCapacity) = 0 ;
	virtual void __fastcall DeletePoints(const int Size) = 0 ;
	virtual void __fastcall GetXYEmptyNull(const int Index, double &X, double &Y, bool &Empty, bool &Null) = 0 ;
	__property int DataPointSize = {read=FDataPointSize, nodefault};
	__property int MaxDataPoints = {read=FMaxDataPoints, nodefault};
	__property int MemoryUsed = {read=GetMemoryUsed, nodefault};
	__property int Capacity = {read=FCapacity, write=FCapacity, nodefault};
	__property int RingBufferSize = {read=GetRingBufferSize, write=SetRingBufferSize, nodefault};
	__property Qgraphics::TColor StoredTraceLineColor = {read=FStoredTraceLineColor, write=FStoredTraceLineColor, nodefault};
	__property int StoredTraceLineWidth = {read=FStoredTraceLineWidth, write=FStoredTraceLineWidth, nodefault};
	__property Qitypes::TiPlotLineStyle StoredTraceLineStyle = {read=FStoredTraceLineStyle, write=FStoredTraceLineStyle, nodefault};
	__property bool StoredMarkerVisible = {read=FStoredMarkerVisible, write=FStoredMarkerVisible, nodefault};
	__property int StoredMarkerSize = {read=FStoredMarkerSize, write=FStoredMarkerSize, nodefault};
	__property Qitypes::TiPlotMarkerStyle StoredMarkerStyle = {read=FStoredMarkerStyle, write=FStoredMarkerStyle, nodefault};
	__property Qgraphics::TColor StoredMarkerPenColor = {read=FStoredMarkerPenColor, write=FStoredMarkerPenColor, nodefault};
	__property int StoredMarkerPenWidth = {read=FStoredMarkerPenWidth, write=FStoredMarkerPenWidth, nodefault};
	__property Qgraphics::TPenStyle StoredMarkerPenStyle = {read=FStoredMarkerPenStyle, write=FStoredMarkerPenStyle, nodefault};
	__property Qgraphics::TColor StoredMarkerBrushColor = {read=FStoredMarkerBrushColor, write=FStoredMarkerBrushColor, nodefault};
	__property Qgraphics::TBrushStyle StoredMarkerBrushStyle = {read=FStoredMarkerBrushStyle, write=FStoredMarkerBrushStyle, nodefault};
	__property char StoredMarkerCharacter = {read=FStoredMarkerCharacter, write=FStoredMarkerCharacter, nodefault};
	__property bool StoredBarVisible = {read=FStoredBarVisible, write=FStoredBarVisible, nodefault};
	__property double StoredBarReference = {read=FStoredBarReference, write=FStoredBarReference};
	__property double StoredBarWidth = {read=FStoredBarWidth, write=FStoredBarWidth};
	__property Qgraphics::TColor StoredBarPenColor = {read=FStoredBarPenColor, write=FStoredBarPenColor, nodefault};
	__property int StoredBarPenWidth = {read=FStoredBarPenWidth, write=FStoredBarPenWidth, nodefault};
	__property Qgraphics::TPenStyle StoredBarPenStyle = {read=FStoredBarPenStyle, write=FStoredBarPenStyle, nodefault};
	__property Qgraphics::TColor StoredBarBrushColor = {read=FStoredBarBrushColor, write=FStoredBarBrushColor, nodefault};
	__property Qgraphics::TBrushStyle StoredBarBrushStyle = {read=FStoredBarBrushStyle, write=FStoredBarBrushStyle, nodefault};
	__property int Count = {read=FCount, write=FCount, nodefault};
	__property double X[int Index] = {read=GetX, write=SetX};
	__property double Y[int Index] = {read=GetY, write=SetY};
	__property bool Null[int Index] = {read=GetNull, write=SetNull};
	__property bool Empty[int Index] = {read=GetEmpty, write=SetEmpty};
	__property double High[int Index] = {read=GetHigh, write=SetHigh};
	__property double Low[int Index] = {read=GetLow, write=SetLow};
	__property double Open[int Index] = {read=GetOpen, write=SetOpen};
	__property double Close[int Index] = {read=GetClose, write=SetClose};
	__property Qgraphics::TColor TraceLineColor[int Index] = {read=GetTraceLineColor, write=SetTraceLineColor};
	__property int TraceLineWidth[int Index] = {read=GetTraceLineWidth, write=SetTraceLineWidth};
	__property Qitypes::TiPlotLineStyle TraceLineStyle[int Index] = {read=GetTraceLineStyle, write=SetTraceLineStyle};
	__property bool MarkerVisible[int Index] = {read=GetMarkerVisible, write=SetMarkerVisible};
	__property int MarkerSize[int Index] = {read=GetMarkerSize, write=SetMarkerSize};
	__property Qitypes::TiPlotMarkerStyle MarkerStyle[int Index] = {read=GetMarkerStyle, write=SetMarkerStyle};
	__property Qgraphics::TColor MarkerPenColor[int Index] = {read=GetMarkerPenColor, write=SetMarkerPenColor};
	__property int MarkerPenWidth[int Index] = {read=GetMarkerPenWidth, write=SetMarkerPenWidth};
	__property Qgraphics::TPenStyle MarkerPenStyle[int Index] = {read=GetMarkerPenStyle, write=SetMarkerPenStyle};
	__property Qgraphics::TColor MarkerBrushColor[int Index] = {read=GetMarkerBrushColor, write=SetMarkerBrushColor};
	__property Qgraphics::TBrushStyle MarkerBrushStyle[int Index] = {read=GetMarkerBrushStyle, write=SetMarkerBrushStyle};
	__property char MarkerCharacter[int Index] = {read=GetMarkerCharacter, write=SetMarkerCharacter};
	__property bool BarVisible[int Index] = {read=GetBarVisible, write=SetBarVisible};
	__property double BarReference[int Index] = {read=GetBarReference, write=SetBarReference};
	__property double BarWidth[int Index] = {read=GetBarWidth, write=SetBarWidth};
	__property Qgraphics::TColor BarPenColor[int Index] = {read=GetBarPenColor, write=SetBarPenColor};
	__property int BarPenWidth[int Index] = {read=GetBarPenWidth, write=SetBarPenWidth};
	__property Qgraphics::TPenStyle BarPenStyle[int Index] = {read=GetBarPenStyle, write=SetBarPenStyle};
	__property Qgraphics::TColor BarBrushColor[int Index] = {read=GetBarBrushColor, write=SetBarBrushColor};
	__property Qgraphics::TBrushStyle BarBrushStyle[int Index] = {read=GetBarBrushStyle, write=SetBarBrushStyle};
};


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

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

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

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产成人一级电影| 国产自产高清不卡| 国产精品久久久久永久免费观看| 欧美精品精品一区| 欧美高清一级片在线| 欧美日韩国产首页在线观看| 欧美亚洲综合在线| 欧美日韩一区二区三区视频| 欧美性猛交一区二区三区精品| 欧美日韩亚洲国产综合| 7777精品久久久大香线蕉| 欧美性猛交xxxx黑人交| 欧美精品久久天天躁| 欧美一级日韩免费不卡| 欧美变态tickling挠脚心| 国产视频不卡一区| 亚洲天堂福利av| 午夜av电影一区| 麻豆精品久久久| 成人午夜视频免费看| 日本韩国欧美一区二区三区| 欧美日本一区二区三区四区| 欧美大片日本大片免费观看| 国产午夜精品一区二区三区视频 | 国产成人日日夜夜| 粉嫩av一区二区三区| 色8久久人人97超碰香蕉987| 欧美疯狂性受xxxxx喷水图片| 久久色.com| 亚洲免费av在线| 久热成人在线视频| 97久久人人超碰| 日韩免费视频一区| 亚洲六月丁香色婷婷综合久久 | 精品影视av免费| 岛国精品在线观看| 精品婷婷伊人一区三区三| 精品久久国产字幕高潮| 亚洲婷婷综合久久一本伊一区| 亚洲午夜免费视频| 国产宾馆实践打屁股91| 欧美日韩国产综合一区二区 | 国内精品视频666| 91视视频在线观看入口直接观看www | 美女视频免费一区| av中文字幕在线不卡| 这里只有精品视频在线观看| 欧美高清在线视频| 免费高清视频精品| 欧美综合在线视频| 国产精品久久久久久久久搜平片| 人人爽香蕉精品| 色综合久久中文字幕| 久久免费视频一区| 日韩中文字幕不卡| 欧美性淫爽ww久久久久无| 国产性做久久久久久| 日本三级亚洲精品| 欧美亚一区二区| 亚洲精品中文在线影院| 成人网页在线观看| 国产欧美日韩亚州综合 | 一区二区三区四区不卡在线| 国产精品资源在线看| 欧美一级日韩一级| 日日骚欧美日韩| 欧美日韩一级视频| 亚洲一本大道在线| 欧美日韩三级在线| 亚洲综合免费观看高清在线观看| 97久久精品人人做人人爽| 中文字幕成人av| 国产剧情一区二区| 久久精品视频免费观看| 国内精品嫩模私拍在线| 精品国产伦一区二区三区观看方式| 日本va欧美va欧美va精品| 日韩一区二区高清| 香蕉影视欧美成人| 欧美理论片在线| 麻豆精品在线看| 久久综合五月天婷婷伊人| 精品综合免费视频观看| 久久久美女艺术照精彩视频福利播放| 麻豆国产精品官网| 国产亚洲精品久| 成人18视频在线播放| 亚洲欧美另类图片小说| 欧美精品亚洲一区二区在线播放| 日本强好片久久久久久aaa| 欧美成人精品高清在线播放| 国产精品资源网| 亚洲视频小说图片| 欧美区视频在线观看| 久久精品国产第一区二区三区| 精品国产乱码久久久久久老虎| 国产精品影视网| 亚洲日本在线天堂| 91精品在线免费| 国产一区视频网站| 亚洲区小说区图片区qvod| 欧美日韩一区二区三区免费看| 久久精品噜噜噜成人88aⅴ| 国产视频一区在线播放| 91美女片黄在线观看91美女| 日韩精品电影在线| 国产精品私人影院| 欧美另类久久久品| 成人夜色视频网站在线观看| 亚洲国产一区二区三区| 久久久久久久久久久黄色| 91麻豆免费观看| 看片网站欧美日韩| 一区二区三区精品在线| 欧美电影免费观看高清完整版在线观看| 国产成人一区二区精品非洲| 亚洲国产精品久久久男人的天堂| 久久综合丝袜日本网| 欧美日韩一级片在线观看| 成人午夜视频在线观看| 麻豆一区二区三| 悠悠色在线精品| 中文字幕第一页久久| 欧美一级高清片| 在线观看视频一区二区| 国产99精品国产| 麻豆精品国产传媒mv男同 | 蜜臀av一区二区在线免费观看 | 欧美乱妇20p| 色综合天天综合网天天狠天天| 国产在线一区二区综合免费视频| 亚洲综合色网站| 亚洲乱码一区二区三区在线观看| 精品国产免费人成电影在线观看四季 | 石原莉奈一区二区三区在线观看| 亚洲国产精品成人综合色在线婷婷 | 亚洲乱码中文字幕综合| 国产亚洲成av人在线观看导航| 91精品欧美久久久久久动漫 | 色综合久久久网| 丰满少妇久久久久久久| 久久成人免费日本黄色| 奇米色777欧美一区二区| 午夜精品久久久久久| 亚洲综合色自拍一区| 亚洲激情欧美激情| 一区二区三区日韩精品| 国产精品国产三级国产普通话三级| 亚洲精品在线三区| 日韩精品专区在线| 欧美一级久久久久久久大片| 91精品国产全国免费观看| 在线电影国产精品| 欧美一区二区三区在线电影| 6080午夜不卡| 精品毛片乱码1区2区3区| 亚洲精品一区二区三区99| 精品国产乱码久久久久久免费| 精品久久人人做人人爰| 欧美v国产在线一区二区三区| 精品久久人人做人人爽| 国产欧美综合在线观看第十页| 2021中文字幕一区亚洲| 国产精品三级电影| 亚洲免费资源在线播放| 亚洲高清久久久| 日本成人超碰在线观看| 韩国一区二区视频| 国产麻豆一精品一av一免费| 国产风韵犹存在线视精品| 99久久夜色精品国产网站| 欧洲国内综合视频| 精品美女一区二区| 中文字幕一区日韩精品欧美| 亚洲综合另类小说| 美女被吸乳得到大胸91| 福利一区在线观看| 在线欧美一区二区| wwwwxxxxx欧美| 亚洲美女视频一区| 美女一区二区视频| 99在线精品观看| 91精品国产91综合久久蜜臀| 国产亚洲综合av| 天堂av在线一区| 成人性色生活片| 欧美高清视频在线高清观看mv色露露十八| 欧美va在线播放| 亚洲老司机在线| 国内精品国产成人| 欧美亚洲综合另类| 久久精品人人做人人爽97| 亚洲精选视频在线| 高清成人免费视频| 欧美久久高跟鞋激| 亚洲欧洲在线观看av| 久久99国内精品| 欧美天堂一区二区三区| 国产精品网曝门| 国产一区二区三区国产|