📄 iplotmanagers.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'iPlotManagers.pas' rev: 6.00
#ifndef iPlotManagersHPP
#define iPlotManagersHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <iPlotTable.hpp> // Pascal unit
#include <iPlotAnnotation.hpp> // Pascal unit
#include <iPlotLabel.hpp> // Pascal unit
#include <iPlotLimit.hpp> // Pascal unit
#include <iPlotDataCursor.hpp> // Pascal unit
#include <iPlotDataView.hpp> // Pascal unit
#include <iPlotChannelCustom.hpp> // Pascal unit
#include <iPlotAxis.hpp> // Pascal unit
#include <iPlotLegend.hpp> // Pascal unit
#include <iPlotToolBar.hpp> // Pascal unit
#include <iPlotObjects.hpp> // Pascal unit
#include <iGPFunctions.hpp> // Pascal unit
#include <iTypes.hpp> // Pascal unit
#include <Menus.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 Iplotmanagers
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiColorCountObject;
class PASCALIMPLEMENTATION TiColorCountObject : public System::TObject
{
typedef System::TObject inherited;
public:
Graphics::TColor Color;
int Count;
public:
#pragma option push -w-inl
/* TObject.Create */ inline __fastcall TiColorCountObject(void) : System::TObject() { }
#pragma option pop
#pragma option push -w-inl
/* TObject.Destroy */ inline __fastcall virtual ~TiColorCountObject(void) { }
#pragma option pop
};
class DELPHICLASS TiPlotObjectManagerCustom;
class PASCALIMPLEMENTATION TiPlotObjectManagerCustom : public System::TObject
{
typedef System::TObject inherited;
private:
Classes::TStringList* FList;
Controls::TWinControl* FOwner;
Classes::TNotifyEvent FOnChange;
Classes::TNotifyEvent FOnRemove;
Classes::TNotifyEvent FOnInsert;
Classes::TNotifyEvent FOnRename;
protected:
int __fastcall GetCount(void);
Iplotobjects::TiPlotObject* __fastcall GetObject(int Index);
Iplotobjects::TiPlotObject* __fastcall GetItem(int Index);
virtual Iplotobjects::TiPlotObject* __fastcall CreateObject(void) = 0 ;
virtual AnsiString __fastcall GetName(void) = 0 ;
void __fastcall DoChange(void);
virtual void __fastcall RemovingObject(Iplotobjects::TiPlotObject* AObject);
__property Controls::TWinControl* Owner = {read=FOwner};
public:
__fastcall virtual TiPlotObjectManagerCustom(Controls::TWinControl* AOwner, Classes::TNotifyEvent AOnChange, Classes::TNotifyEvent AOnInsert, Classes::TNotifyEvent AOnRemove, Classes::TNotifyEvent AOnRename);
__fastcall virtual ~TiPlotObjectManagerCustom(void);
void __fastcall InsertObject(Iplotobjects::TiPlotObject* AObject);
virtual void __fastcall NotificationRemove(System::TObject* Sender);
virtual void __fastcall NotificationInsert(System::TObject* Sender) = 0 ;
virtual void __fastcall NotificationRename(System::TObject* Sender);
virtual void __fastcall NotificationSetFocus(System::TObject* Sender);
bool __fastcall DoWriteToStream(void);
void __fastcall WriteToStream(Classes::TWriter* Writer);
void __fastcall ReadFromStream(Classes::TReader* Reader);
virtual void __fastcall Clear(void);
virtual void __fastcall Delete(int Index);
AnsiString __fastcall GetNextName();
int __fastcall GetIndex(Iplotobjects::TiPlotObject* AObject);
Iplotobjects::TiPlotObject* __fastcall GetObjectByName(AnsiString Value);
int __fastcall GetIndexByName(AnsiString Value);
__property Iplotobjects::TiPlotObject* Items[int Index] = {read=GetItem};
__property int Count = {read=GetCount, nodefault};
__property Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};
__property Classes::TNotifyEvent OnInsert = {read=FOnInsert, write=FOnInsert};
__property Classes::TNotifyEvent OnRemove = {read=FOnRemove, write=FOnRemove};
__property Classes::TNotifyEvent OnRename = {read=FOnRename, write=FOnRename};
};
class DELPHICLASS TiPlotObjectOwnedManager;
class PASCALIMPLEMENTATION TiPlotObjectOwnedManager : public TiPlotObjectManagerCustom
{
typedef TiPlotObjectManagerCustom inherited;
public:
virtual void __fastcall Clear(void);
virtual void __fastcall NotificationRemove(System::TObject* Sender);
public:
#pragma option push -w-inl
/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotObjectOwnedManager(Controls::TWinControl* AOwner, Classes::TNotifyEvent AOnChange, Classes::TNotifyEvent AOnInsert, Classes::TNotifyEvent AOnRemove, Classes::TNotifyEvent AOnRename) : TiPlotObjectManagerCustom(AOwner, AOnChange, AOnInsert, AOnRemove, AOnRename) { }
#pragma option pop
#pragma option push -w-inl
/* TiPlotObjectManagerCustom.Destroy */ inline __fastcall virtual ~TiPlotObjectOwnedManager(void) { }
#pragma option pop
};
class DELPHICLASS TiPlotToolBarManager;
class PASCALIMPLEMENTATION TiPlotToolBarManager : public TiPlotObjectOwnedManager
{
typedef TiPlotObjectOwnedManager inherited;
private:
HIDESBASE Iplottoolbar::TiPlotToolBar* __fastcall GetItem(int Index);
protected:
virtual Iplotobjects::TiPlotObject* __fastcall CreateObject(void);
virtual AnsiString __fastcall GetName();
public:
virtual void __fastcall NotificationInsert(System::TObject* Sender);
__property Iplottoolbar::TiPlotToolBar* Items[int Index] = {read=GetItem};
public:
#pragma option push -w-inl
/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotToolBarManager(Controls::TWinControl* AOwner, Classes::TNotifyEvent AOnChange, Classes::TNotifyEvent AOnInsert, Classes::TNotifyEvent AOnRemove, Classes::TNotifyEvent AOnRename) : TiPlotObjectOwnedManager(AOwner, AOnChange, AOnInsert, AOnRemove, AOnRename) { }
#pragma option pop
#pragma option push -w-inl
/* TiPlotObjectManagerCustom.Destroy */ inline __fastcall virtual ~TiPlotToolBarManager(void) { }
#pragma option pop
};
class DELPHICLASS TiPlotLegendManager;
class PASCALIMPLEMENTATION TiPlotLegendManager : public TiPlotObjectOwnedManager
{
typedef TiPlotObjectOwnedManager inherited;
private:
HIDESBASE Iplotlegend::TiPlotLegend* __fastcall GetItem(int Index);
protected:
virtual Iplotobjects::TiPlotObject* __fastcall CreateObject(void);
virtual AnsiString __fastcall GetName();
public:
virtual void __fastcall NotificationInsert(System::TObject* Sender);
__property Iplotlegend::TiPlotLegend* Items[int Index] = {read=GetItem};
public:
#pragma option push -w-inl
/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotLegendManager(Controls::TWinControl* AOwner, Classes::TNotifyEvent AOnChange, Classes::TNotifyEvent AOnInsert, Classes::TNotifyEvent AOnRemove, Classes::TNotifyEvent AOnRename) : TiPlotObjectOwnedManager(AOwner, AOnChange, AOnInsert, AOnRemove, AOnRename) { }
#pragma option pop
#pragma option push -w-inl
/* TiPlotObjectManagerCustom.Destroy */ inline __fastcall virtual ~TiPlotLegendManager(void) { }
#pragma option pop
};
class DELPHICLASS TiPlotXAxisManager;
class PASCALIMPLEMENTATION TiPlotXAxisManager : public TiPlotObjectOwnedManager
{
typedef TiPlotObjectOwnedManager inherited;
private:
HIDESBASE Iplotaxis::TiPlotXAxis* __fastcall GetItem(int Index);
protected:
virtual Iplotobjects::TiPlotObject* __fastcall CreateObject(void);
virtual AnsiString __fastcall GetName();
public:
virtual void __fastcall NotificationInsert(System::TObject* Sender);
__property Iplotaxis::TiPlotXAxis* Items[int Index] = {read=GetItem};
public:
#pragma option push -w-inl
/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotXAxisManager(Controls::TWinControl* AOwner, Classes::TNotifyEvent AOnChange, Classes::TNotifyEvent AOnInsert, Classes::TNotifyEvent AOnRemove, Classes::TNotifyEvent AOnRename) : TiPlotObjectOwnedManager(AOwner, AOnChange, AOnInsert, AOnRemove, AOnRename) { }
#pragma option pop
#pragma option push -w-inl
/* TiPlotObjectManagerCustom.Destroy */ inline __fastcall virtual ~TiPlotXAxisManager(void) { }
#pragma option pop
};
class DELPHICLASS TiPlotYAxisManager;
class PASCALIMPLEMENTATION TiPlotYAxisManager : public TiPlotObjectOwnedManager
{
typedef TiPlotObjectOwnedManager inherited;
private:
HIDESBASE Iplotaxis::TiPlotYAxis* __fastcall GetItem(int Index);
protected:
virtual Iplotobjects::TiPlotObject* __fastcall CreateObject(void);
virtual AnsiString __fastcall GetName();
public:
virtual void __fastcall NotificationInsert(System::TObject* Sender);
__property Iplotaxis::TiPlotYAxis* Items[int Index] = {read=GetItem};
public:
#pragma option push -w-inl
/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotYAxisManager(Controls::TWinControl* AOwner, Classes::TNotifyEvent AOnChange, Classes::TNotifyEvent AOnInsert, Classes::TNotifyEvent AOnRemove, Classes::TNotifyEvent AOnRename) : TiPlotObjectOwnedManager(AOwner, AOnChange, AOnInsert, AOnRemove, AOnRename) { }
#pragma option pop
#pragma option push -w-inl
/* TiPlotObjectManagerCustom.Destroy */ inline __fastcall virtual ~TiPlotYAxisManager(void) { }
#pragma option pop
};
class DELPHICLASS TiPlotChannelManager;
class PASCALIMPLEMENTATION TiPlotChannelManager : public TiPlotObjectOwnedManager
{
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -