vclegend.cpp 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  2. // NOTE: Do not modify the contents of this file. If this class is regenerated by
  3. // Microsoft Visual C++, your modifications will be overwritten.
  4. #include "stdafx.h"
  5. #include "vclegend.h"
  6. // Dispatch interfaces referenced by this interface
  7. #include "VcLocation.h"
  8. #include "VcBackdrop.h"
  9. #include "VcFont.h"
  10. #include "vctextlayout.h"
  11. #include "Font.h"
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CVcLegend properties
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CVcLegend operations
  16. CVcLocation CVcLegend::GetLocation()
  17. {
  18. LPDISPATCH pDispatch;
  19. InvokeHelper(0x1, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
  20. return CVcLocation(pDispatch);
  21. }
  22. CVcBackdrop CVcLegend::GetBackdrop()
  23. {
  24. LPDISPATCH pDispatch;
  25. InvokeHelper(0x2, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
  26. return CVcBackdrop(pDispatch);
  27. }
  28. CVcFont CVcLegend::GetVtFont()
  29. {
  30. LPDISPATCH pDispatch;
  31. InvokeHelper(0x3, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
  32. return CVcFont(pDispatch);
  33. }
  34. CVcTextLayout CVcLegend::GetTextLayout()
  35. {
  36. LPDISPATCH pDispatch;
  37. InvokeHelper(0x4, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
  38. return CVcTextLayout(pDispatch);
  39. }
  40. void CVcLegend::SetRefFont(LPDISPATCH newValue)
  41. {
  42. static BYTE parms[] =
  43. VTS_DISPATCH;
  44. InvokeHelper(0x8, DISPATCH_PROPERTYPUTREF, VT_EMPTY, NULL, parms,
  45. newValue);
  46. }
  47. COleFont CVcLegend::GetFont()
  48. {
  49. LPDISPATCH pDispatch;
  50. InvokeHelper(0x8, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
  51. return COleFont(pDispatch);
  52. }
  53. void CVcLegend::Select()
  54. {
  55. InvokeHelper(0x5, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
  56. }