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

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

#ifndef QiPlotLegendHPP
#define QiPlotLegendHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <QiPlotChannelCustom.hpp>	// Pascal unit
#include <QiPlotObjects.hpp>	// Pascal unit
#include <QiGPFunctions.hpp>	// Pascal unit
#include <QiTypes.hpp>	// Pascal unit
#include <QMenus.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 Qiplotlegend
{
//-- type declarations -------------------------------------------------------
#pragma option push -b-
enum TiPlotLegendChannelNameColorStyle { iplcncsFont, iplcncsChannelColor, iplcncsXAxisFontColor, iplcncsYAxisFontColor };
#pragma option pop

class DELPHICLASS TiPlotLegendButton;
class PASCALIMPLEMENTATION TiPlotLegendButton : public Qiplotobjects::TiPlotButton 
{
	typedef Qiplotobjects::TiPlotButton inherited;
	
public:
	virtual void __fastcall Draw(const Qgraphics::TCanvas* Canvas, const Qgraphics::TColor BackGroundColor);
public:
	#pragma option push -w-inl
	/* TiPlotButton.Create */ inline __fastcall virtual TiPlotLegendButton(System::TObject* AOwner, Classes::TNotifyEvent AOnChange, Classes::TNotifyEvent AOnInsert, Classes::TNotifyEvent AOnRemove, Classes::TNotifyEvent AOnRename) : Qiplotobjects::TiPlotButton(AOwner, AOnChange, AOnInsert, AOnRemove, AOnRename) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TiPlotButton.Destroy */ inline __fastcall virtual ~TiPlotLegendButton(void) { }
	#pragma option pop
	
};


class DELPHICLASS TiPlotLegendItem;
class PASCALIMPLEMENTATION TiPlotLegendItem : public System::TObject 
{
	typedef System::TObject inherited;
	
public:
	Qiplotchannelcustom::TiPlotChannelCustom* Channel;
	int MaxHeight;
	int ALeft;
	int ATop;
	int ARow;
	int ACol;
public:
	#pragma option push -w-inl
	/* TObject.Create */ inline __fastcall TiPlotLegendItem(void) : System::TObject() { }
	#pragma option pop
	#pragma option push -w-inl
	/* TObject.Destroy */ inline __fastcall virtual ~TiPlotLegendItem(void) { }
	#pragma option pop
	
};


class DELPHICLASS TiPlotLegend;
class PASCALIMPLEMENTATION TiPlotLegend : public Qiplotobjects::TiPlotLayoutObject 
{
	typedef Qiplotobjects::TiPlotLayoutObject inherited;
	
private:
	TiPlotLegendButton* FUpButton;
	TiPlotLegendButton* FDownButton;
	int FRequiredWidth;
	int FRequiredHeight;
	#pragma pack(push, 1)
	Types::TRect FInnerRect;
	#pragma pack(pop)
	
	Classes::TStringList* FItemList;
	Classes::TStringList* FColumnList;
	int FColumnWidth;
	int FItemWidth;
	int FActualWrapColCount;
	int FActualWrapRowCount;
	int FColumnSpacingPixels;
	int FRowSpacingPixels;
	int FWrapSpacingPixels;
	int FColumnStartChannel;
	int FColumnStartLine;
	int FColumnStartMarker;
	int FColumnStartXName;
	int FColumnStartYName;
	int FColumnStartXValue;
	int FColumnStartYValue;
	int FColumnStartYMax;
	int FColumnStartYMin;
	int FColumnStartYMean;
	int FMaxWidthLine;
	int FMaxWidthMarker;
	int FMaxWidthChannelLabel;
	int FMaxWidthXName;
	int FMaxWidthYName;
	int FMaxWidthXValue;
	int FMaxWidthYValue;
	int FMaxWidthYMax;
	int FMaxWidthYMin;
	int FMaxWidthYMean;
	int FItemViewStartIndex;
	int FItemViewStopIndex;
	int FItemHeight;
	int FMaxItemHeight;
	int FColumnTitlesHeightPixels;
	int FColumnTitlesMarginPixels;
	#pragma pack(push, 1)
	Types::TRect FColumnTitlesRect;
	#pragma pack(pop)
	
	#pragma pack(push, 1)
	Types::TRect FItemsRect;
	#pragma pack(pop)
	
	double FMarginLeft;
	double FMarginRight;
	double FMarginBottom;
	double FMarginTop;
	bool FBackGroundTransparent;
	Qgraphics::TColor FBackGroundColor;
	double FColumnSpacing;
	Qgraphics::TFont* FFont;
	Qgraphics::TColor FSelectedItemBackGroundColor;
	Qgraphics::TFont* FSelectedItemFont;
	bool FShowColumnLine;
	bool FShowColumnMarker;
	bool FShowColumnXName;
	bool FShowColumnYName;
	bool FShowColumnXValue;
	bool FShowColumnYValue;
	bool FColumnTitlesVisible;

⌨️ 快捷键说明

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