?? qiscopedisplay.hpp
字號(hào):
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'QiScopeDisplay.pas' rev: 6.00
#ifndef QiScopeDisplayHPP
#define QiScopeDisplayHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <QiScopePanelChannels.hpp> // Pascal unit
#include <QiScopeChannel.hpp> // Pascal unit
#include <QiPlotAnnotation.hpp> // Pascal unit
#include <QiPlot.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 Qiscopedisplay
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiScopeDisplay;
class PASCALIMPLEMENTATION TiScopeDisplay : public Classes::TPersistent
{
typedef Classes::TPersistent inherited;
private:
Qiplot::TiPlot* FPlot;
Qiscopepanelchannels::TiScopePanelChannels* FPanelChannels;
Qiplotannotation::TiPlotAnnotation* FTimeBaseAnnotation;
Qiplotannotation::TiPlotAnnotation* FHorzScrollAnnotation;
protected:
Qgraphics::TColor __fastcall GetGridColor(void);
bool __fastcall GetTextShow(void);
bool __fastcall GetHorzScrollShow(void);
void __fastcall SetGridColor(const Qgraphics::TColor Value);
void __fastcall SetTextShow(const bool Value);
void __fastcall SetHorzScrollShow(const bool Value);
__property Qiplot::TiPlot* Plot = {read=FPlot, write=FPlot};
__property Qiscopepanelchannels::TiScopePanelChannels* PanelChannels = {read=FPanelChannels, write=FPanelChannels};
__property Qiplotannotation::TiPlotAnnotation* TimeBaseAnnotation = {read=FTimeBaseAnnotation, write=FTimeBaseAnnotation};
__property Qiplotannotation::TiPlotAnnotation* HorzScrollAnnotation = {read=FHorzScrollAnnotation, write=FHorzScrollAnnotation};
public:
__fastcall virtual ~TiScopeDisplay(void);
__published:
__property Qgraphics::TColor GridColor = {read=GetGridColor, write=SetGridColor, default=8421376};
__property bool TextShow = {read=GetTextShow, write=SetTextShow, default=0};
__property bool HorzScrollShow = {read=GetHorzScrollShow, write=SetHorzScrollShow, default=0};
public:
#pragma option push -w-inl
/* TObject.Create */ inline __fastcall TiScopeDisplay(void) : Classes::TPersistent() { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Qiscopedisplay */
using namespace Qiscopedisplay;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // QiScopeDisplay
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -