📄 qixyplotchannel.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'QiXYPlotChannel.pas' rev: 6.00
#ifndef QiXYPlotChannelHPP
#define QiXYPlotChannelHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <QiPlotAxis.hpp> // Pascal unit
#include <QiPlotChannelCustom.hpp> // Pascal unit
#include <QiPlotDataNullList.hpp> // Pascal unit
#include <QiPlotObjects.hpp> // Pascal unit
#include <QiClasses.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 Qixyplotchannel
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiXYPlotChannel;
class PASCALIMPLEMENTATION TiXYPlotChannel : public Qiplotchannelcustom::TiPlotChannelCustom
{
typedef Qiplotchannelcustom::TiPlotChannelCustom inherited;
private:
AnsiString __fastcall GetDataCursorDisplayText(Qiplotchannelcustom::TiPlotDataCursorStyle Style, double XValue, double YValue, Qiplotchannelcustom::TiPlotDataPointStatus Status);
protected:
virtual void __fastcall DrawSetup(const Qgraphics::TCanvas* Canvas);
virtual void __fastcall Draw(const Qgraphics::TCanvas* Canvas, const Qgraphics::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 Qixyplotchannel */
using namespace Qixyplotchannel;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // QiXYPlotChannel
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -