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

📄 tools.h

📁 基于18B20的温度采集系统
💻 H
字号:
#if !defined(AFX_TOOLS_H__EE09D460_0A79_4538_ABDF_27B2688B8BF3__INCLUDED_)
#define AFX_TOOLS_H__EE09D460_0A79_4538_ABDF_27B2688B8BF3__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++

// NOTE: Do not modify the contents of this file.  If this class is regenerated by
//  Microsoft Visual C++, your modifications will be overwritten.


// Dispatch interfaces referenced by this interface
class CCursorTool;
class CDragMarksTool;
class CAxisArrowTool;
class CDrawLineTool;
class CNearestTool;
class CColorBandTool;
class CColorLineTool;
class CRotateTool;
class CMarksTipTool;
class CChartImageTool;
class CAnnotationTool;
class CPageNumTool;
class CGridTransposeTool;
class CExtraLegendTool;
class CSeriesAnimationTool;
class CGanttTool;
class CGridBandTool;
class CPieTool;
class CDragPointTool;
class CLegendScrollBarTool;
class CLightTool;
class CSurfaceNearestTool;
class CAxisScrollTool;
class CSeriesBandTool;
class CSelectorTool;
class CRectangleTool;
class CDataTableTool;
class CVideoTool;
class CVideoPlayerTool;
class CTransposeSeriesTool;
class CSeriesRegionTool;
class CAntiAliasTool;
class CClipSeriesTool;
class CFaderTool;
class CFrameTool;
class CMagnifyTool;
class CLegendPaletteTool;
class CBannerTool;
class CText3DTool;
class CSeriesStatsTool;

/////////////////////////////////////////////////////////////////////////////
// CTools wrapper class

class CTools : public COleDispatchDriver
{
public:
	CTools() {}		// Calls COleDispatchDriver default constructor
	CTools(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
	CTools(const CTools& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}

// Attributes
public:

// Operations
public:
	CCursorTool GetAsTeeCursor();
	CDragMarksTool GetAsDragMarks();
	CAxisArrowTool GetAsAxisArrow();
	CDrawLineTool GetAsDrawLine();
	CNearestTool GetAsNearest();
	CColorBandTool GetAsColorband();
	CColorLineTool GetAsColorLine();
	CRotateTool GetAsRotate();
	CMarksTipTool GetAsMarksTip();
	CChartImageTool GetAsChartImage();
	CAnnotationTool GetAsAnnotation();
	CPageNumTool GetAsPageNum();
	BOOL GetActive();
	void SetActive(BOOL bNewValue);
	CString GetDescription();
	long GetToolType();
	void ShowEditor();
	CGridTransposeTool GetAsGridTranspose();
	CExtraLegendTool GetAsExtraLegend();
	CSeriesAnimationTool GetAsSeriesAnimation();
	CGanttTool GetAsGantt();
	CGridBandTool GetAsGridBand();
	CPieTool GetAsPie();
	CDragPointTool GetAsDragPoint();
	CLegendScrollBarTool GetAsLegendScrollBar();
	CLightTool GetAsLight();
	CSurfaceNearestTool GetAsSurfaceNearest();
	CAxisScrollTool GetAsAxisScroll();
	CSeriesBandTool GetAsSeriesBand();
	CSelectorTool GetAsSelector();
	CRectangleTool GetAsRectangle();
	BOOL GetShowInEditor();
	void SetShowInEditor(BOOL bNewValue);
	CDataTableTool GetAsDataTable();
	CVideoTool GetAsVideo();
	CVideoPlayerTool GetAsVideoPlayer();
	CTransposeSeriesTool GetAsTransposeSeries();
	CSeriesRegionTool GetAsSeriesRegion();
	CAntiAliasTool GetAsAntiAlias();
	CClipSeriesTool GetAsClipSeries();
	CFaderTool GetAsFader();
	CFrameTool GetAsFrame();
	CMagnifyTool GetAsMagnify();
	CLegendPaletteTool GetAsLegendPalette();
	CBannerTool GetAsBanner();
	CText3DTool GetAsText3D();
	CSeriesStatsTool GetAsSeriesStats();
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TOOLS_H__EE09D460_0A79_4538_ABDF_27B2688B8BF3__INCLUDED_)

⌨️ 快捷键说明

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