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

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

#ifndef iPlotLayoutManagerHPP
#define iPlotLayoutManagerHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <iPlotManagers.hpp>	// Pascal unit
#include <iPlotObjects.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 Iplotlayoutmanager
{
//-- type declarations -------------------------------------------------------
#pragma option push -b-
enum TiQuadSide { iqsLeft, iqsRight, iqsTop, iqsBottom };
#pragma option pop

#pragma option push -b-
enum TiInsertDirection { iidMerge, iidBelow, iidAbove };
#pragma option pop

class DELPHICLASS TiPlotDataViewLayout;
class PASCALIMPLEMENTATION TiPlotDataViewLayout : public Iplotobjects::TiPlotLayoutObject 
{
	typedef Iplotobjects::TiPlotLayoutObject inherited;
	
public:
	#pragma option push -w-inl
	/* TiPlotLayoutObject.Create */ inline __fastcall virtual TiPlotDataViewLayout(System::TObject* AOwner, Classes::TNotifyEvent AOnChange, Classes::TNotifyEvent AOnInsert, Classes::TNotifyEvent AOnRemove, Classes::TNotifyEvent AOnRename) : Iplotobjects::TiPlotLayoutObject(AOwner, AOnChange, AOnInsert, AOnRemove, AOnRename) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TiPlotLayoutObject.Destroy */ inline __fastcall virtual ~TiPlotDataViewLayout(void) { }
	#pragma option pop
	
};


class DELPHICLASS TiPlotDataViewHorz;
class PASCALIMPLEMENTATION TiPlotDataViewHorz : public TiPlotDataViewLayout 
{
	typedef TiPlotDataViewLayout inherited;
	
public:
	#pragma option push -w-inl
	/* TiPlotLayoutObject.Create */ inline __fastcall virtual TiPlotDataViewHorz(System::TObject* AOwner, Classes::TNotifyEvent AOnChange, Classes::TNotifyEvent AOnInsert, Classes::TNotifyEvent AOnRemove, Classes::TNotifyEvent AOnRename) : TiPlotDataViewLayout(AOwner, AOnChange, AOnInsert, AOnRemove, AOnRename) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TiPlotLayoutObject.Destroy */ inline __fastcall virtual ~TiPlotDataViewHorz(void) { }
	#pragma option pop
	
};


class DELPHICLASS TiPlotDataViewVert;
class PASCALIMPLEMENTATION TiPlotDataViewVert : public TiPlotDataViewLayout 
{
	typedef TiPlotDataViewLayout inherited;
	
public:
	#pragma option push -w-inl
	/* TiPlotLayoutObject.Create */ inline __fastcall virtual TiPlotDataViewVert(System::TObject* AOwner, Classes::TNotifyEvent AOnChange, Classes::TNotifyEvent AOnInsert, Classes::TNotifyEvent AOnRemove, Classes::TNotifyEvent AOnRename) : TiPlotDataViewLayout(AOwner, AOnChange, AOnInsert, AOnRemove, AOnRename) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TiPlotLayoutObject.Destroy */ inline __fastcall virtual ~TiPlotDataViewVert(void) { }
	#pragma option pop
	
};


class DELPHICLASS TiPlotLayoutManager;
class PASCALIMPLEMENTATION TiPlotLayoutManager : public Iplotmanagers::TiPlotObjectManagerCustom 
{
	typedef Iplotmanagers::TiPlotObjectManagerCustom inherited;
	
private:
	bool FXYAxesReverse;
	TiPlotDataViewHorz* FDataViewHorz;
	TiPlotDataViewVert* FDataViewVert;
	bool FEnabled;
	bool FUpdating;
	bool FUpdateOccured;
	Classes::TStringList* FTopList;
	Classes::TStringList* FBottomList;
	Classes::TStringList* FLeftList;
	Classes::TStringList* FRightList;
	int FLeftUniqueCount;
	int FRightUniqueCount;
	int FBottomUniqueCount;
	int FTopUniqueCount;
	
protected:
	HIDESBASE Iplotobjects::TiPlotLayoutObject* __fastcall GetItem(int Index);
	virtual AnsiString __fastcall GetName();
	int __fastcall GetUniqueCount(Classes::TStringList* AList);
	void __fastcall DoLayoutChange(System::TObject* Sender);
	virtual void __fastcall RemovingObject(Iplotobjects::TiPlotObject* AObject);
	void __fastcall FlipXYAxes(void);
	void __fastcall SetXYAxesReverse(const bool Value);
	void __fastcall SetEnabled(const bool Value);
	
public:
	__fastcall virtual TiPlotLayoutManager(Controls::TWinControl* AOwner, Classes::TNotifyEvent AOnChange, Classes::TNotifyEvent AOnInsert, Classes::TNotifyEvent AOnRemove, Classes::TNotifyEvent AOnRename);
	__fastcall virtual ~TiPlotLayoutManager(void);
	int __fastcall VisibleCount(Classes::TStringList* AList);
	void __fastcall InsertZOrder(Iplotobjects::TiPlotLayoutObject* NewObject, int DesiredZOrder, TiInsertDirection InsertDirection);
	void __fastcall RemoveZOrder(Iplotobjects::TiPlotLayoutObject* AObject);
	virtual void __fastcall NotificationInsert(System::TObject* Sender);
	__property Iplotobjects::TiPlotLayoutObject* Items[int Index] = {read=GetItem};
	__property bool XYAxesReverse = {read=FXYAxesReverse, write=SetXYAxesReverse, nodefault};
	__property TiPlotDataViewHorz* DataViewHorz = {read=FDataViewHorz};
	__property TiPlotDataViewVert* DataViewVert = {read=FDataViewVert};
	__property Classes::TStringList* TopList = {read=FTopList};
	__property Classes::TStringList* BottomList = {read=FBottomList};
	__property Classes::TStringList* LeftList = {read=FLeftList};
	__property Classes::TStringList* RightList = {read=FRightList};
	__property int TopUniqueCount = {read=FTopUniqueCount, nodefault};
	__property int BottomUniqueCount = {read=FBottomUniqueCount, nodefault};
	__property int LeftUniqueCount = {read=FLeftUniqueCount, nodefault};
	__property int RightUniqueCount = {read=FRightUniqueCount, nodefault};
	__property bool Enabled = {read=FEnabled, write=SetEnabled, nodefault};
};


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

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

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

⌨️ 快捷键说明

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