📄 iplotmanagers.hpp
字号:
typedef TiPlotObjectOwnedManager inherited;
private:
TiPlotXAxisManager* FXAxisManager;
TiPlotYAxisManager* FYAxisManager;
TMetaClass*FChannelClass;
HIDESBASE Iplotchannelcustom::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 Iplotobjects::TiPlotObject* __fastcall CreateObject(void);
Graphics::TColor __fastcall GetNextChannelColor(void);
virtual void __fastcall NotificationInsert(System::TObject* Sender);
virtual void __fastcall NotificationRemove(System::TObject* Sender);
__property Iplotchannelcustom::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(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 ~TiPlotChannelManager(void) { }
#pragma option pop
};
class DELPHICLASS TiPlotDataViewManager;
class PASCALIMPLEMENTATION TiPlotDataViewManager : public TiPlotObjectOwnedManager
{
typedef TiPlotObjectOwnedManager inherited;
private:
TiPlotXAxisManager* FXAxisManager;
TiPlotYAxisManager* FYAxisManager;
HIDESBASE Iplotdataview::TiPlotDataView* __fastcall GetItem(int Index);
protected:
virtual Iplotobjects::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 Iplotdataview::TiPlotDataView* Items[int Index] = {read=GetItem};
public:
#pragma option push -w-inl
/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotDataViewManager(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 ~TiPlotDataViewManager(void) { }
#pragma option pop
};
class DELPHICLASS TiPlotDataCursorManager;
class PASCALIMPLEMENTATION TiPlotDataCursorManager : public TiPlotObjectOwnedManager
{
typedef TiPlotObjectOwnedManager inherited;
private:
TiPlotChannelManager* FChannelManager;
TiPlotDataViewManager* FDataViewManager;
HIDESBASE Iplotdatacursor::TiPlotDataCursor* __fastcall GetItem(int Index);
protected:
virtual Iplotobjects::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 Iplotdatacursor::TiPlotDataCursor* Items[int Index] = {read=GetItem};
public:
#pragma option push -w-inl
/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotDataCursorManager(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 ~TiPlotDataCursorManager(void) { }
#pragma option pop
};
class DELPHICLASS TiPlotLimitManager;
class PASCALIMPLEMENTATION TiPlotLimitManager : public TiPlotObjectOwnedManager
{
typedef TiPlotObjectOwnedManager inherited;
private:
TiPlotXAxisManager* FXAxisManager;
TiPlotYAxisManager* FYAxisManager;
HIDESBASE Iplotlimit::TiPlotLimit* __fastcall GetItem(int Index);
protected:
virtual Iplotobjects::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 Iplotlimit::TiPlotLimit* Items[int Index] = {read=GetItem};
public:
#pragma option push -w-inl
/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotLimitManager(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 ~TiPlotLimitManager(void) { }
#pragma option pop
};
class DELPHICLASS TiPlotLabelManager;
class PASCALIMPLEMENTATION TiPlotLabelManager : public TiPlotObjectOwnedManager
{
typedef TiPlotObjectOwnedManager inherited;
private:
HIDESBASE Iplotlabel::TiPlotLabel* __fastcall GetItem(int Index);
protected:
virtual Iplotobjects::TiPlotObject* __fastcall CreateObject(void);
virtual AnsiString __fastcall GetName();
public:
virtual void __fastcall NotificationInsert(System::TObject* Sender);
__property Iplotlabel::TiPlotLabel* Items[int Index] = {read=GetItem};
public:
#pragma option push -w-inl
/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotLabelManager(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 ~TiPlotLabelManager(void) { }
#pragma option pop
};
class DELPHICLASS TiPlotTableManager;
class PASCALIMPLEMENTATION TiPlotTableManager : public TiPlotObjectOwnedManager
{
typedef TiPlotObjectOwnedManager inherited;
private:
HIDESBASE Iplottable::TiPlotTable* __fastcall GetItem(int Index);
protected:
virtual Iplotobjects::TiPlotObject* __fastcall CreateObject(void);
virtual AnsiString __fastcall GetName();
public:
virtual void __fastcall NotificationInsert(System::TObject* Sender);
__property Iplottable::TiPlotTable* Items[int Index] = {read=GetItem};
public:
#pragma option push -w-inl
/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotTableManager(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 ~TiPlotTableManager(void) { }
#pragma option pop
};
class DELPHICLASS TiPlotAnnotationManager;
class PASCALIMPLEMENTATION TiPlotAnnotationManager : public TiPlotObjectOwnedManager
{
typedef TiPlotObjectOwnedManager inherited;
private:
HIDESBASE Iplotannotation::TiPlotAnnotation* __fastcall GetItem(int Index);
protected:
virtual Iplotobjects::TiPlotObject* __fastcall CreateObject(void);
virtual AnsiString __fastcall GetName();
public:
virtual void __fastcall NotificationInsert(System::TObject* Sender);
__property Iplotannotation::TiPlotAnnotation* Items[int Index] = {read=GetItem};
public:
#pragma option push -w-inl
/* TiPlotObjectManagerCustom.Create */ inline __fastcall virtual TiPlotAnnotationManager(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 ~TiPlotAnnotationManager(void) { }
#pragma option pop
};
class DELPHICLASS TiPlotObjectManager;
class PASCALIMPLEMENTATION TiPlotObjectManager : public TiPlotObjectManagerCustom
{
typedef TiPlotObjectManagerCustom inherited;
protected:
virtual Iplotobjects::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(Controls::TMouseButton Button, Classes::TShiftState Shift, int X, int Y, int ScreenX, int ScreenY, Menus::TPopupMenu* PopupMenu);
void __fastcall MouseMoveFocusObjects(const Iplotobjects::TiHintData &HintData, Classes::TShiftState Shift, int X, int Y, int ScreenX, int ScreenY, bool DblClickActive);
void __fastcall MouseUpFocusObjects(Controls::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(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 ~TiPlotObjectManager(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Iplotmanagers */
using namespace Iplotmanagers;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // iPlotManagers
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -