?? qiplot.hpp
字號:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'QiPlot.pas' rev: 6.00
#ifndef QiPlotHPP
#define QiPlotHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <QiComponent.hpp> // Pascal unit
#include <QiCLXComponent.hpp> // Pascal unit
#include <QiPlotChannel.hpp> // Pascal unit
#include <QiPlotComponent.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 Qiplot
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiPlot;
class PASCALIMPLEMENTATION TiPlot : public Qiplotcomponent::TiPlotComponent
{
typedef Qiplotcomponent::TiPlotComponent inherited;
private:
HIDESBASE Qiplotchannel::TiPlotChannel* __fastcall GetChannel(int Index);
public:
__fastcall virtual TiPlot(Classes::TComponent* AOwner);
__property Qiplotchannel::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
/* TWidgetControl.CreateParented */ inline __fastcall TiPlot(Qt::QWidgetH* ParentWidget) : Qiplotcomponent::TiPlotComponent(ParentWidget) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Qiplot */
using namespace Qiplot;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // QiPlot
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -