teeeditorshowpages.h

来自「对Teechart进行封装」· C头文件 代码 · 共 65 行

H
65
字号
#if !defined(AFX_TEEEDITORSHOWPAGES_H__6A71481C_68AC_4516_BB3B_26CDE17BCFF4__INCLUDED_)
#define AFX_TEEEDITORSHOWPAGES_H__6A71481C_68AC_4516_BB3B_26CDE17BCFF4__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.

/////////////////////////////////////////////////////////////////////////////
// CTeeEditorShowPages wrapper class

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

// Attributes
public:

// Operations
public:
	BOOL GetMain();
	void SetMain(BOOL bNewValue);
	BOOL GetGeneral();
	void SetGeneral(BOOL bNewValue);
	BOOL GetAxis();
	void SetAxis(BOOL bNewValue);
	BOOL GetTitles();
	void SetTitles(BOOL bNewValue);
	BOOL GetLegend();
	void SetLegend(BOOL bNewValue);
	BOOL GetPanel();
	void SetPanel(BOOL bNewValue);
	BOOL GetPaging();
	void SetPaging(BOOL bNewValue);
	BOOL GetWalls();
	void SetWalls(BOOL bNewValue);
	BOOL GetAspect();
	void SetAspect(BOOL bNewValue);
	BOOL GetSeriesGeneral();
	void SetSeriesGeneral(BOOL bNewValue);
	BOOL GetSeriesMarks();
	void SetSeriesMarks(BOOL bNewValue);
	BOOL GetTools();
	void SetTools(BOOL bNewValue);
	BOOL GetSeriesData();
	void SetSeriesData(BOOL bNewValue);
	BOOL GetExportDialog();
	void SetExportDialog(BOOL bNewValue);
	BOOL GetPrintPreview();
	void SetPrintPreview(BOOL bNewValue);
	BOOL GetOpenGL();
	void SetOpenGL(BOOL bNewValue);
};

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

#endif // !defined(AFX_TEEEDITORSHOWPAGES_H__6A71481C_68AC_4516_BB3B_26CDE17BCFF4__INCLUDED_)

⌨️ 快捷键说明

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