home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / editchar.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  2KB  |  53 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'EditChar.pas' rev: 5.00
  6.  
  7. #ifndef EditCharHPP
  8. #define EditCharHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <IEditCha.hpp>    // Pascal unit
  14. #include <Chart.hpp>    // Pascal unit
  15. #include <TeEngine.hpp>    // Pascal unit
  16. #include <Forms.hpp>    // Pascal unit
  17. #include <Graphics.hpp>    // Pascal unit
  18. #include <Classes.hpp>    // Pascal unit
  19. #include <SysInit.hpp>    // Pascal unit
  20. #include <System.hpp>    // Pascal unit
  21.  
  22. //-- user supplied -----------------------------------------------------------
  23.  
  24. namespace Editchar
  25. {
  26. //-- type declarations -------------------------------------------------------
  27. //-- var, const, procedure ---------------------------------------------------
  28. extern PACKAGE Graphics::TFont* __fastcall EditFont(Classes::TComponent* AOwner, Graphics::TFont* AFont
  29.     );
  30. extern PACKAGE void __fastcall EditSeries(Forms::TForm* Form, Teengine::TChartSeries* ASeries);
  31. extern PACKAGE void __fastcall EditChartPage(Forms::TForm* Form, Chart::TCustomChart* AChart, int PageIndex
  32.     );
  33. extern PACKAGE void __fastcall EditChartTitle(Forms::TForm* Form, Chart::TChartTitle* ATitle);
  34. extern PACKAGE void __fastcall EditChartWall(Forms::TForm* Form, Chart::TChartWall* AWall);
  35. extern PACKAGE void __fastcall EditChartAxis(Forms::TForm* Form, Teengine::TCustomChartAxis* Axis);
  36. extern PACKAGE void __fastcall EditDSSChart(Classes::TComponent* AOwner, Chart::TCustomChart* ADSSChart
  37.     );
  38. extern PACKAGE void __fastcall EditChart(Forms::TForm* Form, Chart::TCustomChart* AChart);
  39. extern PACKAGE void __fastcall EditChartLegend(Forms::TForm* Form, Chart::TCustomChart* AChart);
  40. extern PACKAGE void __fastcall EditChartPart(Forms::TForm* Form, Chart::TCustomChart* AChart, const 
  41.     Teengine::TChartClickedPart &Part);
  42.  
  43. }    /* namespace Editchar */
  44. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  45. using namespace Editchar;
  46. #endif
  47. #pragma option pop    // -w-
  48. #pragma option pop    // -Vx
  49.  
  50. #pragma delphiheader end.
  51. //-- end unit ----------------------------------------------------------------
  52. #endif    // EditChar
  53.