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

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MOZRENDERER_H__C1E011DD_8DCB_4D6F_9290_9CE86B3B939B__INCLUDED_)
  2. #define AFX_MOZRENDERER_H__C1E011DD_8DCB_4D6F_9290_9CE86B3B939B__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. /////////////////////////////////////////////////////////////////////////////
  10. // CMoZRenderer wrapper class
  11. class CMoZRenderer : public COleDispatchDriver
  12. {
  13. public:
  14. CMoZRenderer() {} // Calls COleDispatchDriver default constructor
  15. CMoZRenderer(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  16. CMoZRenderer(const CMoZRenderer& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  17. // Attributes
  18. public:
  19. CString GetTag();
  20. void SetTag(LPCTSTR);
  21. long GetSymbolType();
  22. void SetSymbolType(long);
  23. short GetBreakCount();
  24. void SetBreakCount(short);
  25. long GetValueCalculation();
  26. void SetValueCalculation(long);
  27. // Operations
  28. public:
  29. double GetBreak(short index);
  30. void SetBreak(short index, double newValue);
  31. LPDISPATCH GetSymbol(short index);
  32. void RampColors(unsigned long startColor, unsigned long endColor);
  33. };
  34. //{{AFX_INSERT_LOCATION}}
  35. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  36. #endif // !defined(AFX_MOZRENDERER_H__C1E011DD_8DCB_4D6F_9290_9CE86B3B939B__INCLUDED_)