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

📄 sothemegraph.h

📁 SuperMap的网络分析示范源码
💻 H
字号:
#if !defined(AFX_SOTHEMEGRAPH_H__EC22182D_6556_46C2_9195_C6B8900CDB37__INCLUDED_)
#define AFX_SOTHEMEGRAPH_H__EC22182D_6556_46C2_9195_C6B8900CDB37__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 CsoTextStyle;
class CsoStyle;

/////////////////////////////////////////////////////////////////////////////
// CsoThemeGraph wrapper class

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

// Attributes
public:
	BOOL GetValid();
	void SetValid(BOOL);
	BOOL GetEnable();
	void SetEnable(BOOL);
	long GetFieldCount();
	void SetFieldCount(long);
	long GetGraphType();
	void SetGraphType(long);
	CString GetCaption();
	void SetCaption(LPCTSTR);
	double GetMinSumSize();
	void SetMinSumSize(double);
	double GetMaxSumSize();
	void SetMaxSumSize(double);
	long GetGraduatedMode();
	void SetGraduatedMode(long);
	BOOL GetShowAxes();
	void SetShowAxes(BOOL);
	unsigned long GetLineColor();
	void SetLineColor(unsigned long);
	double GetBarWidth();
	void SetBarWidth(double);
	double GetVisibleScaleMax();
	void SetVisibleScaleMax(double);
	double GetVisibleScaleMin();
	void SetVisibleScaleMin(double);
	BOOL GetEnableFlow();
	void SetEnableFlow(BOOL);
	double GetOffsetX();
	void SetOffsetX(double);
	double GetOffsetY();
	void SetOffsetY(double);
	double GetStartAngle();
	void SetStartAngle(double);
	CsoTextStyle GetItemTextStyle();
	void SetItemTextStyle(LPDISPATCH);
	CsoTextStyle GetAxesTextStyle();
	void SetAxesTextStyle(LPDISPATCH);
	long GetItemTextFormat();
	void SetItemTextFormat(long);
	BOOL GetShowAxesText();
	void SetShowAxesText(BOOL);
	BOOL GetShowItemText();
	void SetShowItemText(BOOL);
	BOOL GetShowLeaderLines();
	void SetShowLeaderLines(BOOL);
	CsoStyle GetLeaderLineStyle();
	void SetLeaderLineStyle(LPDISPATCH);
	BOOL GetShowAxisGrid();
	void SetShowAxisGrid(BOOL);

// Operations
public:
	CString GetField(long nIndex);
	void SetField(long nIndex, LPCTSTR lpszNewValue);
	CString GetItemCaption(long nIndex);
	void SetItemCaption(long nIndex, LPCTSTR lpszNewValue);
	CString ToXML();
	BOOL FromXML(LPCTSTR strXML);
	CsoStyle GetStyle(long nIndex);
	void SetStyle(long nIndex, LPDISPATCH newValue);
	long AddField(LPCTSTR strField);
	long InsertField(long nIndex, LPCTSTR strField);
	long RemoveField(long nIndex, const VARIANT& nCount);
	void RemoveAllField();
	BOOL ExchangeField(long nIndex1, long nIndex2);
};

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

#endif // !defined(AFX_SOTHEMEGRAPH_H__EC22182D_6556_46C2_9195_C6B8900CDB37__INCLUDED_)

⌨️ 快捷键说明

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