⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qiplotmanagers.hpp

📁 Iocomp Ultra Pack v3.0.2 Sources.For.Delphi 数据显示编程插件,可用于工业控制
💻 HPP
📖 第 1 页 / 共 2 页
字号:
	typedef TiPlotObjectOwnedManager inherited;
	
private:
	TiPlotXAxisManager* FXAxisManager;
	TiPlotYAxisManager* FYAxisManager;
	TMetaClass*FChannelClass;
	HIDESBASE Qiplotchannelcustom::TiPlotChannelCustom* __fastcall GetItem(int Index);
	
protected:
	virtual AnsiString __fastcall GetName();
	
public:
	__property TiPlotXAxisManager* XAxisManager = {read=FXAxisManager, write=FXAxisManager};
	__property TiPlotYAxisManager* YAxisManager = {read=FYAxisManager, write=FYAxisManager};
	virtual Qiplotobjects::TiPlotObject* __fastcall CreateObject(void);
	Qgraphics::TColor __fastcall GetNextChannelColor(void);
	virtual void __fastcall NotificationInsert(System::TObject* Sender);
	virtual void __fastcall NotificationRemove(System::TObject* Sender);
	__property Qiplotchannelcustom::TiPlotChannelCustom* Items[int Index] = {read=GetItem};
	__property TMetaClass* ChannelClass = {read=FChannelClass, write=FChannelClass};
public:
	#pragma option push -w-inl
	/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotChannelManager(Qcontrols::TWidgetControl* 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 ~TiPlotChannelManager(void) { }
	#pragma option pop
	
};


class DELPHICLASS TiPlotDataViewManager;
class PASCALIMPLEMENTATION TiPlotDataViewManager : public TiPlotObjectOwnedManager 
{
	typedef TiPlotObjectOwnedManager inherited;
	
private:
	TiPlotXAxisManager* FXAxisManager;
	TiPlotYAxisManager* FYAxisManager;
	HIDESBASE Qiplotdataview::TiPlotDataView* __fastcall GetItem(int Index);
	
protected:
	virtual Qiplotobjects::TiPlotObject* __fastcall CreateObject(void);
	virtual AnsiString __fastcall GetName();
	
public:
	__property TiPlotXAxisManager* XAxisManager = {read=FXAxisManager, write=FXAxisManager};
	__property TiPlotYAxisManager* YAxisManager = {read=FYAxisManager, write=FYAxisManager};
	virtual void __fastcall NotificationInsert(System::TObject* Sender);
	virtual void __fastcall NotificationRemove(System::TObject* Sender);
	__property Qiplotdataview::TiPlotDataView* Items[int Index] = {read=GetItem};
public:
	#pragma option push -w-inl
	/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotDataViewManager(Qcontrols::TWidgetControl* 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 ~TiPlotDataViewManager(void) { }
	#pragma option pop
	
};


class DELPHICLASS TiPlotDataCursorManager;
class PASCALIMPLEMENTATION TiPlotDataCursorManager : public TiPlotObjectOwnedManager 
{
	typedef TiPlotObjectOwnedManager inherited;
	
private:
	TiPlotChannelManager* FChannelManager;
	TiPlotDataViewManager* FDataViewManager;
	HIDESBASE Qiplotdatacursor::TiPlotDataCursor* __fastcall GetItem(int Index);
	
protected:
	virtual Qiplotobjects::TiPlotObject* __fastcall CreateObject(void);
	virtual AnsiString __fastcall GetName();
	
public:
	__property TiPlotChannelManager* ChannelManager = {read=FChannelManager, write=FChannelManager};
	__property TiPlotDataViewManager* DataViewManager = {read=FDataViewManager, write=FDataViewManager};
	virtual void __fastcall NotificationInsert(System::TObject* Sender);
	virtual void __fastcall NotificationRemove(System::TObject* Sender);
	__property Qiplotdatacursor::TiPlotDataCursor* Items[int Index] = {read=GetItem};
public:
	#pragma option push -w-inl
	/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotDataCursorManager(Qcontrols::TWidgetControl* 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 ~TiPlotDataCursorManager(void) { }
	#pragma option pop
	
};


class DELPHICLASS TiPlotLimitManager;
class PASCALIMPLEMENTATION TiPlotLimitManager : public TiPlotObjectOwnedManager 
{
	typedef TiPlotObjectOwnedManager inherited;
	
private:
	TiPlotXAxisManager* FXAxisManager;
	TiPlotYAxisManager* FYAxisManager;
	HIDESBASE Qiplotlimit::TiPlotLimit* __fastcall GetItem(int Index);
	
protected:
	virtual Qiplotobjects::TiPlotObject* __fastcall CreateObject(void);
	virtual AnsiString __fastcall GetName();
	
public:
	__property TiPlotXAxisManager* XAxisManager = {read=FXAxisManager, write=FXAxisManager};
	__property TiPlotYAxisManager* YAxisManager = {read=FYAxisManager, write=FYAxisManager};
	virtual void __fastcall NotificationInsert(System::TObject* Sender);
	virtual void __fastcall NotificationRemove(System::TObject* Sender);
	__property Qiplotlimit::TiPlotLimit* Items[int Index] = {read=GetItem};
public:
	#pragma option push -w-inl
	/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotLimitManager(Qcontrols::TWidgetControl* 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 ~TiPlotLimitManager(void) { }
	#pragma option pop
	
};


class DELPHICLASS TiPlotLabelManager;
class PASCALIMPLEMENTATION TiPlotLabelManager : public TiPlotObjectOwnedManager 
{
	typedef TiPlotObjectOwnedManager inherited;
	
private:
	HIDESBASE Qiplotlabel::TiPlotLabel* __fastcall GetItem(int Index);
	
protected:
	virtual Qiplotobjects::TiPlotObject* __fastcall CreateObject(void);
	virtual AnsiString __fastcall GetName();
	
public:
	virtual void __fastcall NotificationInsert(System::TObject* Sender);
	__property Qiplotlabel::TiPlotLabel* Items[int Index] = {read=GetItem};
public:
	#pragma option push -w-inl
	/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotLabelManager(Qcontrols::TWidgetControl* 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 ~TiPlotLabelManager(void) { }
	#pragma option pop
	
};


class DELPHICLASS TiPlotTableManager;
class PASCALIMPLEMENTATION TiPlotTableManager : public TiPlotObjectOwnedManager 
{
	typedef TiPlotObjectOwnedManager inherited;
	
private:
	HIDESBASE Qiplottable::TiPlotTable* __fastcall GetItem(int Index);
	
protected:
	virtual Qiplotobjects::TiPlotObject* __fastcall CreateObject(void);
	virtual AnsiString __fastcall GetName();
	
public:
	virtual void __fastcall NotificationInsert(System::TObject* Sender);
	__property Qiplottable::TiPlotTable* Items[int Index] = {read=GetItem};
public:
	#pragma option push -w-inl
	/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotTableManager(Qcontrols::TWidgetControl* 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 ~TiPlotTableManager(void) { }
	#pragma option pop
	
};


class DELPHICLASS TiPlotAnnotationManager;
class PASCALIMPLEMENTATION TiPlotAnnotationManager : public TiPlotObjectOwnedManager 
{
	typedef TiPlotObjectOwnedManager inherited;
	
private:
	HIDESBASE Qiplotannotation::TiPlotAnnotation* __fastcall GetItem(int Index);
	
protected:
	virtual Qiplotobjects::TiPlotObject* __fastcall CreateObject(void);
	virtual AnsiString __fastcall GetName();
	
public:
	virtual void __fastcall NotificationInsert(System::TObject* Sender);
	__property Qiplotannotation::TiPlotAnnotation* Items[int Index] = {read=GetItem};
public:
	#pragma option push -w-inl
	/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotAnnotationManager(Qcontrols::TWidgetControl* 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 ~TiPlotAnnotationManager(void) { }
	#pragma option pop
	
};


class DELPHICLASS TiPlotObjectManager;
class PASCALIMPLEMENTATION TiPlotObjectManager : public TiPlotObjectManagerCustom 
{
	typedef TiPlotObjectManagerCustom inherited;
	
protected:
	virtual Qiplotobjects::TiPlotObject* __fastcall CreateObject(void);
	virtual AnsiString __fastcall GetName();
	
public:
	virtual void __fastcall NotificationInsert(System::TObject* Sender);
	void __fastcall ShutDownSetup(void);
	void __fastcall ClearAllUserSelections(void);
	void __fastcall SetShiftState(Classes::TShiftState Value);
	void __fastcall MouseDownFocusObjects(Qcontrols::TMouseButton Button, Classes::TShiftState Shift, int X, int Y, int ScreenX, int ScreenY, Qmenus::TPopupMenu* PopupMenu);
	void __fastcall MouseMoveFocusObjects(const Qiplotobjects::TiHintData &HintData, Classes::TShiftState Shift, int X, int Y, int ScreenX, int ScreenY, bool DblClickActive);
	void __fastcall MouseUpFocusObjects(Qcontrols::TMouseButton Button, Classes::TShiftState Shift, int X, int Y, int ScreenX, int ScreenY, bool DblClickActive);
	bool __fastcall MouseWheelFocusObjects(int WheelDelta, Classes::TShiftState Shift, const Types::TPoint &MousePos);
	void __fastcall KeyDownFocusObjects(Word &CharCode, Classes::TShiftState Shift);
public:
	#pragma option push -w-inl
	/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotObjectManager(Qcontrols::TWidgetControl* 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 ~TiPlotObjectManager(void) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------

}	/* namespace Qiplotmanagers */
using namespace Qiplotmanagers;
#pragma option pop	// -w-
#pragma option pop	// -Vx

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// QiPlotManagers

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -