vcdatapoint.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #if !defined(AFX_VCDATAPOINT_H__FCD73F7F_5EE2_42D5_80DA_99D91CB7E448__INCLUDED_)
  2. #define AFX_VCDATAPOINT_H__FCD73F7F_5EE2_42D5_80DA_99D91CB7E448__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 CVcDataPointLabel;
  11. // class CVcBrush;
  12. // class CVcPen;
  13. // class CVcMarker;
  14. #include "vcdatapointlabel.h"
  15. #include "vcbrush.h"
  16. #include "vcpen.h"
  17. #include "vcmarker.h"
  18. /////////////////////////////////////////////////////////////////////////////
  19. // CVcDataPoint wrapper class
  20. class CVcDataPoint : public COleDispatchDriver
  21. {
  22. public:
  23. CVcDataPoint() {} // Calls COleDispatchDriver default constructor
  24. CVcDataPoint(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  25. CVcDataPoint(const CVcDataPoint& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  26. // Attributes
  27. public:
  28. // Operations
  29. public:
  30. CVcDataPointLabel GetDataPointLabel();
  31. CVcBrush GetBrush();
  32. CVcPen GetEdgePen();
  33. CVcMarker GetMarker();
  34. float GetOffset();
  35. void SetOffset(float newValue);
  36. void ResetCustom();
  37. void Select();
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_VCDATAPOINT_H__FCD73F7F_5EE2_42D5_80DA_99D91CB7E448__INCLUDED_)