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

📄 sothemerange.h

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

/////////////////////////////////////////////////////////////////////////////
// CsoThemeRange wrapper class

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

// Attributes
public:
	BOOL GetValid();
	void SetValid(BOOL);
	BOOL GetEnable();
	void SetEnable(BOOL);
	CString GetField();
	void SetField(LPCTSTR);
	long GetBreakCount();
	void SetBreakCount(long);
	BOOL GetDescending();
	void SetDescending(BOOL);
	CString GetCaption();
	void SetCaption(LPCTSTR);
	double GetVisibleScaleMax();
	void SetVisibleScaleMax(double);
	double GetVisibleScaleMin();
	void SetVisibleScaleMin(double);
	long GetIsForeignValue();
	void SetIsForeignValue(long);

// Operations
public:
	double GetBreakValue(long nIndex);
	void SetBreakValue(long nIndex, double newValue);
	CsoStyle GetStyle(long nIndex);
	void SetRefStyle(long nIndex, LPDISPATCH newValue);
	CString GetItemCaption(long nIndex);
	void SetItemCaption(long nIndex, LPCTSTR lpszNewValue);
	BOOL Make(long nRangeMode, long nBreakCount);
	CString ToXML();
	BOOL FromXML(LPCTSTR strXML);
	BOOL GetItemStyleEnabled(long nIndex);
	void SetItemStyleEnabled(long nIndex, BOOL bNewValue);
	long AddBreak(double dValue);
	long InsertBreak(long nIndex, double dValue);
	long RemoveBreak(long nIndex, const VARIANT& nCount);
	void RemoveAllBreak();
	CString GetForeignValue(LPCTSTR strKey);
	void SetForeignValue(LPCTSTR strKey, LPCTSTR lpszNewValue);
};

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

#endif // !defined(AFX_SOTHEMERANGE_H__38F06BA2_EF06_44EB_BACE_F4BAF3DB1589__INCLUDED_)

⌨️ 快捷键说明

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