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

📄 ixyplotchannel.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) 'iXYPlotChannel.pas' rev: 6.00

#ifndef iXYPlotChannelHPP
#define iXYPlotChannelHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <iPlotAxis.hpp>	// Pascal unit
#include <iPlotChannelCustom.hpp>	// Pascal unit
#include <iPlotDataNullList.hpp>	// Pascal unit
#include <iPlotObjects.hpp>	// Pascal unit
#include <iClasses.hpp>	// Pascal unit
#include <iGPFunctions.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 Ixyplotchannel
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiXYPlotChannel;
class PASCALIMPLEMENTATION TiXYPlotChannel : public Iplotchannelcustom::TiPlotChannelCustom 
{
	typedef Iplotchannelcustom::TiPlotChannelCustom inherited;
	
private:
	AnsiString __fastcall GetDataCursorDisplayText(Iplotchannelcustom::TiPlotDataCursorStyle Style, double XValue, double YValue, Iplotchannelcustom::TiPlotDataPointStatus Status);
	
protected:
	virtual void __fastcall DrawSetup(const Graphics::TCanvas* Canvas);
	virtual void __fastcall Draw(const Graphics::TCanvas* Canvas, const Graphics::TColor BackGroundColor);
	virtual void __fastcall CalcStartXIndex(void);
	virtual void __fastcall CalcStopXIndex(void);
	virtual double __fastcall GetVisibleMaxX(void);
	virtual double __fastcall GetVisibleMinX(void);
	virtual double __fastcall GetVisibleMaxY(void);
	virtual double __fastcall GetVisibleMinY(void);
	virtual void __fastcall DataCursorUpate(System::TObject* Sender);
	
public:
	__fastcall virtual TiXYPlotChannel(System::TObject* AOwner, Classes::TNotifyEvent AOnChange, Classes::TNotifyEvent AOnInsert, Classes::TNotifyEvent AOnRemove, Classes::TNotifyEvent AOnRename);
	int __fastcall AddNull(void);
	int __fastcall AddEmpty(void);
public:
	#pragma option push -w-inl
	/* TiPlotChannelCustom.Destroy */ inline __fastcall virtual ~TiXYPlotChannel(void) { }
	#pragma option pop
	
};


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

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

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

⌨️ 快捷键说明

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