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

📄 qiplotchannel.hpp

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

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

#ifndef QiPlotChannelHPP
#define QiPlotChannelHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <QiPlotAxis.hpp>	// Pascal unit
#include <QiPlotChannelCustom.hpp>	// Pascal unit
#include <QiPlotDataNullList.hpp>	// Pascal unit
#include <QiPlotObjects.hpp>	// Pascal unit
#include <QiClasses.hpp>	// Pascal unit
#include <QiMath.hpp>	// Pascal unit
#include <QiGPFunctions.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 Qiplotchannel
{
//-- type declarations -------------------------------------------------------
#pragma option push -b-
enum TiPlotDigitalReferenceStyle { ipdrScale, ipdrPercent };
#pragma option pop

#pragma option push -b-
enum TiPlotInterpolationStyle { ipistStraightLine, ipistCubicSpline, ipistPolynomial, ipistRational, ipistDifferential, ipistDifferentialTerminated };
#pragma option pop

#pragma option push -b-
enum TiPlotHighLowStyle { iphlsOpenClose, iphlsCandleStick };
#pragma option pop

#pragma option push -b-
enum TiOPCXValueSourceStyle { iopcxvsOPCServerTimeStamp, iopcxvsSystemTimeStamp, iopcxvsElapsedTime, iopcxvsElapsedSeconds };
#pragma option pop

class DELPHICLASS TiPlotPixelPoint;
class PASCALIMPLEMENTATION TiPlotPixelPoint : public System::TObject 
{
	typedef System::TObject inherited;
	
public:
	bool Null;
	int XPixel;
	double YValue;
public:
	#pragma option push -w-inl
	/* TObject.Create */ inline __fastcall TiPlotPixelPoint(void) : System::TObject() { }
	#pragma option pop
	#pragma option push -w-inl
	/* TObject.Destroy */ inline __fastcall virtual ~TiPlotPixelPoint(void) { }
	#pragma option pop
	
};


class DELPHICLASS TiPlotChannel;
class PASCALIMPLEMENTATION TiPlotChannel : public Qiplotchannelcustom::TiPlotChannelCustom 
{
	typedef Qiplotchannelcustom::TiPlotChannelCustom inherited;
	
private:
	Classes::TStringList* FPixelList;
	int FPixelListStart;
	int FPixelListStop;
	int FPixelsHigh;
	int FPixelsLow;
	bool FXIncreasing;
	bool FFastDrawEnabled;
	TiPlotInterpolationStyle FInterpolationStyle;
	double FElapsedStartTime;
	bool FFillEnabled;
	double FFillReference;
	bool FFillUseChannelColor;
	Qgraphics::TBrushStyle FFillStyle;
	Qgraphics::TColor FFillColor;
	TiPlotHighLowStyle FHighLowStyle;
	bool FHighLowEnabled;
	Qgraphics::TColor FHighLowBarColor;
	double FHighLowBarWidth;
	bool FHighLowOpenShow;
	Qgraphics::TColor FHighLowOpenColor;
	double FHighLowOpenWidth;
	double FHighLowOpenHeight;
	bool FHighLowCloseShow;
	Qgraphics::TColor FHighLowCloseColor;
	double FHighLowCloseWidth;
	double FHighLowCloseHeight;
	Qgraphics::TColor FHighLowShadowColor;
	Qgraphics::TColor FHighLowBullishColor;
	Qgraphics::TColor FHighLowBearishColor;
	bool FDigitalEnabled;
	double FDigitalReferenceLow;
	double FDigitalReferenceHigh;
	TiPlotDigitalReferenceStyle FDigitalReferenceStyle;
	bool FBarEnabled;
	bool FBarPenUseChannelColor;
	bool FBarBrushUseChannelColor;
	
protected:
	void __fastcall SetFastDrawEnabled(const bool Value);
	void __fastcall SetInterpolationStyle(const TiPlotInterpolationStyle Value);
	void __fastcall SetFillEnabled(const bool Value);
	void __fastcall SetFillReference(const double Value);
	void __fastcall SetFillStyle(const Qgraphics::TBrushStyle Value);
	void __fastcall SetFillColor(const Qgraphics::TColor Value);
	void __fastcall SetFillUseChannelColor(const bool Value);
	void __fastcall SetDigitalEnabled(const bool Value);
	void __fastcall SetDigitalReferenceStyle(const TiPlotDigitalReferenceStyle Value);
	void __fastcall SetDigitalReferenceHigh(const double Value);
	void __fastcall SetDigitalReferenceLow(const double Value);
	void __fastcall SetBarEnabled(const bool Value);
	void __fastcall SetBarWidth(const double Value);
	void __fastcall SetBarReference(const double Value);
	void __fastcall SetBarPenColor(const Qgraphics::TColor Value);
	void __fastcall SetBarPenUseChannelColor(const bool Value);
	void __fastcall SetBarPenStyle(const Qgraphics::TPenStyle Value);
	void __fastcall SetBarPenWidth(const int Value);
	void __fastcall SetBarBrushColor(const Qgraphics::TColor Value);
	void __fastcall SetBarBrushUseChannelColor(const bool Value);
	void __fastcall SetBarBrushStyle(const Qgraphics::TBrushStyle Value);
	void __fastcall SetHighLowStyle(const TiPlotHighLowStyle Value);
	void __fastcall SetHighLowEnabled(const bool Value);
	void __fastcall SetHighLowBarColor(const Qgraphics::TColor Value);
	void __fastcall SetHighLowBarWidth(const double Value);
	void __fastcall SetHighLowOpenShow(const bool Value);

⌨️ 快捷键说明

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