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

📄 mapinfow.h

📁 利用MFC在Visual C++中实现Mapinfo数字电子地图的应用。作者:李金生。运行环境:VC6.0;MapInfo4.0。
💻 H
字号:
// Machine generated IDispatch wrapper class(es) created with ClassWizard
/////////////////////////////////////////////////////////////////////////////
// DMapInfo wrapper class

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

// Attributes
public:

// Operations
public:
	LPDISPATCH GetApplication();
	LPDISPATCH GetParent();
	CString GetName();
	CString GetFullName();
	CString GetVersion();
	BOOL GetVisible();
	void SetVisible(BOOL bNewValue);
	long GetLastErrorCode();
	void SetLastErrorCode(long nNewValue);
	CString GetLastErrorMessage();
	LPDISPATCH GetMBApplications();
	void Do(LPCTSTR command);
	CString Eval(LPCTSTR expression);
	void RunCommand(LPCTSTR command);
	void RunMenuCommand(long id);
	LPUNKNOWN DataObject(long windowID);
	void SetCallback(LPDISPATCH callbackobject);
	long GetProductLevel();
};
/////////////////////////////////////////////////////////////////////////////
// DMBApplications wrapper class

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

// Attributes
public:

// Operations
public:
	LPDISPATCH GetApplication();
	LPDISPATCH GetParent();
	long GetCount();
	LPDISPATCH Item(const VARIANT& index);
};
/////////////////////////////////////////////////////////////////////////////
// DMapBasicApplication wrapper class

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

// Attributes
public:

// Operations
public:
	LPDISPATCH GetApplication();
	LPDISPATCH GetParent();
	CString GetName();
	CString GetFullName();
	LPDISPATCH GetMBGlobals();
	void Do(LPCTSTR command);
	CString Eval(LPCTSTR expression);
};
/////////////////////////////////////////////////////////////////////////////
// DMBGlobals wrapper class

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

// Attributes
public:

// Operations
public:
	LPDISPATCH GetApplication();
	LPDISPATCH GetParent();
	long GetCount();
	LPDISPATCH Item(const VARIANT& index);
};
/////////////////////////////////////////////////////////////////////////////
// DMBGlobal wrapper class

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

// Attributes
public:

// Operations
public:
	LPDISPATCH GetApplication();
	LPDISPATCH GetParent();
	CString GetName();
	CString GetType();
	CString GetValue();
	void SetValue(LPCTSTR lpszNewValue);
};

// ADDED FOR INTEGRATED MAPPING SUPPORT
extern DMapInfo mapinfo;
#include "mapbasic.h"
// END OF ADDITION FOR INTEGRATED MAPPING SUPPORT

⌨️ 快捷键说明

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