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

📄 sothemeunique.h

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

/////////////////////////////////////////////////////////////////////////////
// CsoThemeUnique wrapper class

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

// Attributes
public:
	BOOL GetValid();
	void SetValid(BOOL);
	BOOL GetEnable();
	void SetEnable(BOOL);
	CString GetField();
	void SetField(LPCTSTR);
	CsoStyle GetDefaultStyle();
	void SetDefaultStyle(LPDISPATCH);
	long GetValueCount();
	void SetValueCount(long);
	CString GetCaption();
	void SetCaption(LPCTSTR);
	double GetVisibleScaleMax();
	void SetVisibleScaleMax(double);
	double GetVisibleScaleMin();
	void SetVisibleScaleMin(double);
	long GetIsForeignValue();
	void SetIsForeignValue(long);

// Operations
public:
	BOOL MakeDefault();
	CsoStyle GetStyle(long nIndex);
	void SetRefStyle(long nIndex, LPDISPATCH newValue);
	CString GetValue(long nIndex);
	void SetValue(long nIndex, LPCTSTR lpszNewValue);
	CString GetItemCaption(long nIndex);
	void SetItemCaption(long nIndex, LPCTSTR lpszNewValue);
	CString ToXML();
	BOOL FromXML(LPCTSTR strXML);
	BOOL GetItemStyleEnabled(long nIndex);
	void SetItemStyleEnabled(long nIndex, BOOL bNewValue);
	long AddItem(LPCTSTR lpszNewValue);
	long InsertItem(long nIndex, LPCTSTR lpszNewValue);
	long RemoveItem(long nIndex, const VARIANT& nCount);
	void RemoveAllItem();
	BOOL ExchangeItem(long nIndex1, long nIndex2);
	long CalculateUniqueValues(LPDISPATCH objValues);
	void Sort(BOOL bDescending);
	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_SOTHEMEUNIQUE_H__F8ED3E69_3CA7_4094_999C_1BB35A999CC3__INCLUDED_)

⌨️ 快捷键说明

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