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

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MOLABELRENDERER_H__9F217D39_70AE_44A6_AE05_B6DA0AE883D0__INCLUDED_)
  2. #define AFX_MOLABELRENDERER_H__9F217D39_70AE_44A6_AE05_B6DA0AE883D0__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. // CMoLabelRenderer wrapper class
  13. class CMoLabelRenderer : public COleDispatchDriver
  14. {
  15. public:
  16. CMoLabelRenderer() {} // Calls COleDispatchDriver default constructor
  17. CMoLabelRenderer(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  18. CMoLabelRenderer(const CMoLabelRenderer& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  19. // Attributes
  20. public:
  21. CString GetField();
  22. void SetField(LPCTSTR);
  23. BOOL GetDrawBackground();
  24. void SetDrawBackground(BOOL);
  25. short GetSymbolCount();
  26. void SetSymbolCount(short);
  27. CString GetSymbolField();
  28. void SetSymbolField(LPCTSTR);
  29. CString GetLevelField();
  30. void SetLevelField(LPCTSTR);
  31. short GetMinLevel();
  32. void SetMinLevel(short);
  33. short GetMaxLevel();
  34. void SetMaxLevel(short);
  35. CString GetRotationField();
  36. void SetRotationField(LPCTSTR);
  37. CString GetHeightField();
  38. void SetHeightField(LPCTSTR);
  39. BOOL GetSplinedText();
  40. void SetSplinedText(BOOL);
  41. BOOL GetAllowDuplicates();
  42. void SetAllowDuplicates(BOOL);
  43. CString GetTag();
  44. void SetTag(LPCTSTR);
  45. BOOL GetFlip();
  46. void SetFlip(BOOL);
  47. CString GetXOffsetField();
  48. void SetXOffsetField(LPCTSTR);
  49. CString GetYOffsetField();
  50. void SetYOffsetField(LPCTSTR);
  51. CString GetFittedField();
  52. void SetFittedField(LPCTSTR);
  53. // Operations
  54. public:
  55. CMoTextSymbol GetSymbol(short index);
  56. };
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_MOLABELRENDERER_H__9F217D39_70AE_44A6_AE05_B6DA0AE883D0__INCLUDED_)