📄 iplot.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'iPlot.pas' rev: 6.00
#ifndef iPlotHPP
#define iPlotHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <iComponent.hpp> // Pascal unit
#include <iVCLComponent.hpp> // Pascal unit
#include <iPlotChannel.hpp> // Pascal unit
#include <iPlotComponent.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 Iplot
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiPlot;
class PASCALIMPLEMENTATION TiPlot : public Iplotcomponent::TiPlotComponent
{
typedef Iplotcomponent::TiPlotComponent inherited;
private:
HIDESBASE Iplotchannel::TiPlotChannel* __fastcall GetChannel(int Index);
public:
__fastcall virtual TiPlot(Classes::TComponent* AOwner);
__property Iplotchannel::TiPlotChannel* Channel[int Index] = {read=GetChannel};
public:
#pragma option push -w-inl
/* TiPlotComponent.Destroy */ inline __fastcall virtual ~TiPlot(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TiPlot(HWND ParentWindow) : Iplotcomponent::TiPlotComponent(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Iplot */
using namespace Iplot;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // iPlot
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -