toccontroldefault.h
上传用户:juying163
上传日期:2014-09-24
资源大小:5867k
文件大小:3k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_TOCCONTROLDEFAULT_H__9DF7E6F7_CCFF_4444_91FB_E889A44C14A7__INCLUDED_)
  2. #define AFX_TOCCONTROLDEFAULT_H__9DF7E6F7_CCFF_4444_91FB_E889A44C14A7__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  8. //  Microsoft Visual C++, your modifications will be overwritten.
  9. // Dispatch interfaces referenced by this interface
  10. class CPicture;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CTOCControlDefault wrapper class
  13. class CTOCControlDefault : public CWnd
  14. {
  15. protected:
  16. DECLARE_DYNCREATE(CTOCControlDefault)
  17. public:
  18. CLSID const& GetClsid()
  19. {
  20. static CLSID const clsid
  21. = { 0xa0f9a9a2, 0x4a3f, 0x4888, { 0x82, 0x6f, 0xca, 0x2b, 0xfa, 0x23, 0xcf, 0x17 } };
  22. return clsid;
  23. }
  24. virtual BOOL Create(LPCTSTR lpszClassName,
  25. LPCTSTR lpszWindowName, DWORD dwStyle,
  26. const RECT& rect,
  27. CWnd* pParentWnd, UINT nID,
  28. CCreateContext* pContext = NULL)
  29. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
  30.     BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
  31. const RECT& rect, CWnd* pParentWnd, UINT nID,
  32. CFile* pPersist = NULL, BOOL bStorage = FALSE,
  33. BSTR bstrLicKey = NULL)
  34. { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
  35. pPersist, bStorage, bstrLicKey); }
  36. // Attributes
  37. public:
  38. // Operations
  39. public:
  40. void SetEnabled(BOOL bNewValue);
  41. BOOL GetEnabled();
  42. long GetHWnd();
  43. void SetMousePointer(long nNewValue);
  44. long GetMousePointer();
  45. void SetRefMouseIcon(LPDISPATCH newValue);
  46. CPicture GetMouseIcon();
  47. long GetAppearance();
  48. void SetAppearance(long nNewValue);
  49. void SetBorderStyle(long nNewValue);
  50. long GetBorderStyle();
  51. void AboutBox();
  52. LPUNKNOWN GetActiveView();
  53. LPDISPATCH GetBuddy();
  54. void HitTest(long x, long y, long* ItemType, LPUNKNOWN* BasicMap, LPUNKNOWN* Layer, LPUNKNOWN* Unk, VARIANT* Data);
  55. void Update();
  56. void SetActiveView(LPUNKNOWN ActiveView);
  57. long GetLayerVisibilityEdit();
  58. void SetLayerVisibilityEdit(long nNewValue);
  59. long GetLabelEdit();
  60. void SetLabelEdit(long nNewValue);
  61. VARIANT GetCustomProperty();
  62. void SetCustomProperty(const VARIANT& newValue);
  63. void SetBuddyControl(LPDISPATCH pTOCBuddy);
  64. LPDISPATCH GetObject();
  65. long GetKeyIntercept();
  66. void SetKeyIntercept(long nNewValue);
  67. };
  68. //{{AFX_INSERT_LOCATION}}
  69. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  70. #endif // !defined(AFX_TOCCONTROLDEFAULT_H__9DF7E6F7_CCFF_4444_91FB_E889A44C14A7__INCLUDED_)