molabelplacer.h
上传用户:qinfarui
上传日期:2022-08-10
资源大小:362k
文件大小:2k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MOLABELPLACER_H__F42BA9C3_B172_430A_9186_51058175233B__INCLUDED_)
  2. #define AFX_MOLABELPLACER_H__F42BA9C3_B172_430A_9186_51058175233B__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 CMoTextSymbol;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CMoLabelPlacer wrapper class
  13. class CMoLabelPlacer : public COleDispatchDriver
  14. {
  15. public:
  16. CMoLabelPlacer() {} // Calls COleDispatchDriver default constructor
  17. CMoLabelPlacer(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  18. CMoLabelPlacer(const CMoLabelPlacer& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  19. // Attributes
  20. public:
  21. CString GetField();
  22. void SetField(LPCTSTR);
  23. BOOL GetDrawBackground();
  24. void SetDrawBackground(BOOL);
  25. BOOL GetAllowDuplicates();
  26. void SetAllowDuplicates(BOOL);
  27. BOOL GetPlaceAbove();
  28. void SetPlaceAbove(BOOL);
  29. BOOL GetPlaceBelow();
  30. void SetPlaceBelow(BOOL);
  31. BOOL GetPlaceOn();
  32. void SetPlaceOn(BOOL);
  33. CMoTextSymbol GetDefaultSymbol();
  34. void SetDefaultSymbol(LPDISPATCH);
  35. BOOL GetUseDefault();
  36. void SetUseDefault(BOOL);
  37. short GetValueCount();
  38. void SetValueCount(short);
  39. CString GetValueField();
  40. void SetValueField(LPCTSTR);
  41. LPDISPATCH GetBackgroundRenderer();
  42. void SetBackgroundRenderer(LPDISPATCH);
  43. BOOL GetMaskLabels();
  44. void SetMaskLabels(BOOL);
  45. unsigned long GetMaskColor();
  46. void SetMaskColor(unsigned long);
  47. short GetSymbolWidth();
  48. void SetSymbolWidth(short);
  49. short GetSymbolHeight();
  50. void SetSymbolHeight(short);
  51. // Operations
  52. public:
  53. CMoTextSymbol GetSymbol(short index);
  54. CString GetValue(short index);
  55. void SetValue(short index, LPCTSTR lpszNewValue);
  56. };
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_MOLABELPLACER_H__F42BA9C3_B172_430A_9186_51058175233B__INCLUDED_)