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

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_TOOLBARCONTROLDEFAULT_H__EB6CFF26_D3AD_4C6E_A56A_B13AEFC56559__INCLUDED_)
  2. #define AFX_TOOLBARCONTROLDEFAULT_H__EB6CFF26_D3AD_4C6E_A56A_B13AEFC56559__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. // CToolbarControlDefault wrapper class
  13. class CToolbarControlDefault : public CWnd
  14. {
  15. protected:
  16. DECLARE_DYNCREATE(CToolbarControlDefault)
  17. public:
  18. CLSID const& GetClsid()
  19. {
  20. static CLSID const clsid
  21. = { 0xb7d4358e, 0x3cbc, 0x11d6, { 0xaa, 0x9, 0x0, 0x10, 0x4b, 0xb6, 0xfc, 0x1c } };
  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 SetBorderStyle(long nNewValue);
  41. long GetBorderStyle();
  42. void SetEnabled(BOOL bNewValue);
  43. BOOL GetEnabled();
  44. void SetAppearance(long nNewValue);
  45. long GetAppearance();
  46. void SetMousePointer(long nNewValue);
  47. long GetMousePointer();
  48. void SetRefMouseIcon(LPDISPATCH newValue);
  49. CPicture GetMouseIcon();
  50. long GetHWnd();
  51. void AboutBox();
  52. long AddItem(const VARIANT& CommandOrMenu, long subtype, long index, BOOL beginGroup, long GroupSpacing, long Style);
  53. void Remove(long index);
  54. void RemoveAll();
  55. LPUNKNOWN GetItem(long index);
  56. long GetCount();
  57. void Update(long index, BOOL fullUpdate);
  58. LPDISPATCH GetBuddy();
  59. LPUNKNOWN GetCurrentTool();
  60. void SetRefCurrentTool(LPUNKNOWN newValue);
  61. BOOL GetToolTips();
  62. void SetToolTips(BOOL bNewValue);
  63. long GetItemAppearance();
  64. void SetItemAppearance(long nNewValue);
  65. long GetUpdateInterval();
  66. void SetUpdateInterval(long nNewValue);
  67. long Find(const VARIANT& CommandOrMenu);
  68. LPUNKNOWN GetCommandPool();
  69. void SetRefCommandPool(LPUNKNOWN newValue);
  70. long AddToolbarDef(const VARIANT& ToolbarDef, long startIndex, BOOL Group, long GroupSpacing, long Style);
  71. long GetTextAlignment();
  72. void SetTextAlignment(long nNewValue);
  73. BOOL GetLargeIcons();
  74. void SetLargeIcons(BOOL bNewValue);
  75. BOOL GetCustomize();
  76. void SetCustomize(BOOL bNewValue);
  77. void MoveItem(long startIndex, long finalIndex);
  78. long HitTest(long x, long y, BOOL nearest);
  79. void GetItemRect(long index, long* Top, long* Left, long* Bottom, long* Right);
  80. LPUNKNOWN GetOperationStack();
  81. void SetRefOperationStack(LPUNKNOWN newValue);
  82. VARIANT GetCustomProperty();
  83. void SetCustomProperty(const VARIANT& newValue);
  84. void SetBuddyControl(LPDISPATCH pToolbarBuddy);
  85. BOOL GetMenuTracking();
  86. void SetMenuTracking(BOOL bNewValue);
  87. long AddMenuItem(const VARIANT& Menu, long index, BOOL beginGroup, long GroupSpacing);
  88. LPDISPATCH GetObject();
  89. long GetKeyIntercept();
  90. void SetKeyIntercept(long nNewValue);
  91. };
  92. //{{AFX_INSERT_LOCATION}}
  93. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  94. #endif // !defined(AFX_TOOLBARCONTROLDEFAULT_H__EB6CFF26_D3AD_4C6E_A56A_B13AEFC56559__INCLUDED_)